14.07.2009, 21:49
Try to make your commands like this:
pawn Код:
if(strcmp(cmdtext, "/gps License", true) ==0)
{
SetPlayerCheckpoint(playerid, 2053.2761, -1909.5160, 13.5469, 5);
return 1;
}