19.02.2009, 19:38
you need the strtok stock to fix the erros.
Though, you don't need it just to do the /kill command:
Though, you don't need it just to do the /kill command:
pawn Код:
if(strcmp(cmdtext, "/kill", true) == 0)
{
SetPlayerHealth(playerid, 0.0);
return 1;
}