06.06.2015, 10:58
Quote:
|
It's because the if(sscanf only performs the functions in the brackets under it, it should be
Код:
if(sscanf(params, "u", ID)) return SendClientMessage(playerid,COLOR_ERROR,"USAGE: /rob (Player Name/ID)"); Код:
if(sscanf(params, "u", ID))
{
SendClientMessage(playerid,COLOR_ERROR,"USAGE: /rob (Player Name/ID)");
return 1;
}
|
@FrankLucretti: Is your plugin updated? I'm asking you because I've seen many people still use the version for 0.3d


