28.10.2013, 13:34
If you replaced it with:
then it'd be impossible to get the same warning. That's the solution to fix it.
I'm sure you just added it below the line which gave the warning instead of replacing it.
EDIT: I need 2 more minutes to reply again..
Actually that would happen if you use older versions. Make sure you update both sscanf2.inc and sscanf.dll (for windows) or sscanf.so (for linux).
pawn Код:
if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /gotoid [playerid]");
I'm sure you just added it below the line which gave the warning instead of replacing it.
EDIT: I need 2 more minutes to reply again..
Actually that would happen if you use older versions. Make sure you update both sscanf2.inc and sscanf.dll (for windows) or sscanf.so (for linux).