26.07.2018, 12:23
Quote:
No, that's the exact opposite of what you've done. You have two sscanfs and neither has a default value.
|
PHP код:
if(level ==6)
{
if(sscanf(title, "s[128]", titlename)) return SendClientMessage(playerid, -1, "/makeadmin [playerid] 6 [title]");
}