10.06.2009, 20:48
You are not returning a value after the command. Put this:
pawn Код:
if(strcmp(cmdtext, "/kick", true ) == 0) )
{
// Kick
Kick(playerid);
return 1;
}