26.07.2018, 12:07
You should make at the beginning an optional param "S[128]"
So change your first sscanf params to this..
And add an exception in ur command..
So change your first sscanf params to this..
PHP код:
if(sscanf(params, "uuS[128]", id, level, title))
PHP код:
if(level ==6)
{
if(sscanf(params, "s[128]", title)) return SendClientMessage(playerid, -1, "/makeadmin [playerid] 6 [title]");
}