19.11.2016, 15:23
Open the sscanf2 include file (with notepad or pawn or whatever) and look for
If that doesnt exist, you will need to download latest include then. There are too many edits and such of the sscanf there could be that you are using wrong include with a wrong plugin and so no.
Quote:
native sscanf(const data[], const format[], {Float,_}:...); native unformat(const data[], const format[], {Float,_}:...) = sscanf; native SSCANF_Init(players, invalid, len); native SSCANF_Join(playerid, const name[], npc); native SSCANF_Leave(playerid); |