19.05.2011, 18:17
hello there it me again LoL i need from you help something about sscanf lets start:
i have do command for example we do /akill command we do in sscanf like this
if(sscanf(params,"us",pID,Reason)){
return SendClientMessage(playerid,COLOR_GREY,"|| Usage: /kick [playerid] [reason] ||");
}
now what i need how i can do when admin ! use this commands and put only like this
/kick 1 and he dont but any reason how i can do send him message say like this
You must put reason for this commands!
i have do command for example we do /akill command we do in sscanf like this
if(sscanf(params,"us",pID,Reason)){
return SendClientMessage(playerid,COLOR_GREY,"|| Usage: /kick [playerid] [reason] ||");
}
now what i need how i can do when admin ! use this commands and put only like this
/kick 1 and he dont but any reason how i can do send him message say like this
You must put reason for this commands!