01.05.2012, 11:55
How i can make command /findplayer i wont this command when someone make write /findplayer and id to set a checkpoint the man who i am looking
is this command working
PHP код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerCheckpoint(playerid, x, y, z, 3.0);
return 1;
}