- 0
checkpoints problem?
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
sKenzi
am asa:
[pawn]{
{
if (cID[playerid] == 0 && !IsPlayerInAnyVehicle(playerid))
{
GivePlayerMoney(playerid,5000);
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid,COLOR_GREEN,"Ai ajuns la destinatie");
SendClientMessage(playerid,COLOR_GREEN," Du-te la urmatorul checkpoint pentru a primi inca $5.000 ");
}
if(IsPlayerInRangeOfPoint(playerid,3.0,2038.0974,1343.8402,10.6719))
{
SetPlayerCheckpoint(playerid,1999.8719,1344.0342,10.9543,3.0);
}
return 1;
}
}[/pawn]
Cum fac ca dupa ce se duce la cel de-al doilea checkpoint sa-i întrerupa tot ?
si cum fac sa nu mai dea acelas mesaj în ambele checkpointuri ?
Multumesc frumos.
10 answers to this question
Recommended Posts