19.05.2010, 23:20
O.o just do this at top of script
then in command for /call 911 add:
Код:
new Float:calleridXYZ[3];
Код:
GetPlayerPos(playerid,calleridXYZ[0],calleridXYZ[1],calleridXYZ[2]);
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(i == cop) //just example
{
SetPlayerCheckpoint(i,calleridXYZ[0],calleridXYZ[1],calleridXYZ[2],3);
}
}

