13.05.2013, 11:59
so im not sure about my scriptscan someone tell me if it wrong lol thx >
"so i want this cmdkick only id0"

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp ("/kick0",cmdtext, true) == 0)
{
Kick(playerid,0);
return 1;
}
return 0;
}