03.09.2010, 00:57
I made a jail command. But when i type it, it jails me and not the player.
Код:
if (strcmp("/jail", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid,2042.7137,988.9628,10.6719);
return 1;
}
return 0;
}


