DINI saving Float Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: DINI saving Float Error (
/showthread.php?tid=450463)
DINI saving Float Error -
cloudysky - 13.07.2013
Never mind, fixed it, remove the format(
pawn Код:
error 035: argument type mismatch (argument 1)
Here is my code:
Where it loads the factions.
pawn Код:
format(Faction[i][FHQEx] = dini_Float(Factionfile, "FHQEx"); //Error line 1
Re: DINI saving Float Error -
DaRk_RaiN - 13.07.2013
Format
pawn Код:
Format(output[], len, const format[], {Float,_}:...)