19.09.2011, 16:51
dont work
/stuff ban 2 LOL return kick: 0
pawn Код:
CMD:stuff(playerid,params[])
{
new otherid;
if(!isnull(params))
{
if(sscanf(params,"'kick'd",otherid))
{
printf("kick: %d", otherid);
}
if(sscanf(params,"'ban'ds",otherid,params))
{
printf("ban: %d - %s", otherid, params);
}
}
return 1;
}