CMD:stuff(playerid,params[]){ new otherid; if(!isnull(params)) { if(sscanf(params,"'kick'd",otherid)) { Kick(otherid); } if(sscanf(params,"'ban'd",otherid)) { Ban(otherid); } } return 1;}