26.12.2014, 13:26
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
PHP код:
if(!strcmp(cmdtext, "/ZBAN", true, 5))
{
if(!cmdtext[5])return SendClientMessage(playerid, 0xFF0000FF, "USAGE: /ZBAN " 'ID' 'time' or write here what u want as USAGE");
.(your ban code here .. )
.(your ban code here .. )
.(your ban code here .. )
return 1;
}
return 0;