09.10.2016, 12:48
i'm updating the sscanf include on my gamemode,and i get this now
the lines
when i remove them, i get error
PHP код:
gamemode.pwn(21) : error 010: invalid function or declaration
gamemode.pwn(22) : error 010: invalid function or declaration
gamemode.pwn(23) : error 010: invalid function or declaration
PHP код:
native sscanf(const data[], const format[], {Float,_}:...); //20
native SSCANF_Init(players, invalid, len); //21
native SSCANF_Join(playerid, const name[], npc); /22
native SSCANF_Leave(playerid); //23
PHP код:
gamemode.pwn(1340) : warning 215: expression has no effect
gamemode.pwn(2717) : warning 215: expression has no effect
gamemode.pwn(3214) : warning 215: expression has no effect
PHP код:
SSCANF_Init(MAX_PLAYERS, INVALID_PLAYER_ID, MAX_PLAYER_NAME); //1340
SSCANF_Join(playerid, PlayerName, false); //2717
SSCANF_Leave(playerid); //3214