Jump to content
  • 0

Problema CheckPoints


CrystyaN

Question

Salut..

de ceva vreme nu imi mai merg checkpointurile ..

Adica daca pun de ex... SetPlayerCheckpoint(playerid, x, y, z, 3.0); si CP[playerid] = xxx; la o comanda ... imi apare checkpointul, SI DACA pun la public OnPlayerEnterCheckpoint ...

	if(CP[playerid] == xxx)
   	{
       		DisablePlayerCheckpoint(playerid);
          	CP[playerid] = xxx;
          	SetPlayerCheckpoint(playerid,x, y, z, 3.0);
      	}
   	else if(CP[playerid] == xxx)//Robbing2
   	{
        	DisablePlayerCheckpoint(playerid);
                CP[playerid] = xxx;
          	SetPlayerCheckpoint(playerid,x, y, z, 3.0);
	}
...s.a.m.d

Aici dupa ce am mers la checkpointu care mi-a aparut cand am accesat comanda.. apoi nu imi apar si celelte checkpoint-uri ...

Sper sa intelegeti ce am zis..

O parare?:)

Daca vre-ti sa vedeti toata f-tiia OnPlayerEnterChec.... ---> http://pastebin.com/JrSsjxth

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.