04.05.2013, 01:55
Pessoal quiria criar um checkpoint de corrida onde o player estive tentei fazer so q nao estou conseguindo fiz esse mas ta nao ta funciondo.
Код:
if(strcmp(cmd, "/ccheckpoint", true) == 0)
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
SetPlayerRaceCheckpoint(playerid, 0,X,Y,Z,8.0);
return 1;
}


