11.06.2008, 16:41
/banme would seem that its bans themself but here is answer to your problem.
hope this helps
hope this helps
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new giveplayerid;
if( strcmp( cmdtext, "/ban", true ) == 0 )
{
Ban(giveplayerid);
return 1;
}
return 0;
}

