4 errors - 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: 4 errors (
/showthread.php?tid=503088)
4 errors -
Gold_Master - 27.03.2014
Hi, i have 4 errors on my gamemod how can i fix it?
Код:
(18420) : error 012: invalid function call, not a valid address
(18420) : error 029: invalid expression, assumed zero
(18420) : error 029: invalid expression, assumed zero
(18420) : fatal error 107: too many error messages on one line
LINE
Код:
INI_ParseFile(kFile, "UcitajKuce", .bExtra = true, .extra = idkuce);
Re: 4 errors -
jakejohnsonusa - 27.03.2014
Why are there so many parameters?
There should only be two, not four:
pawn Код:
INI_ParseFile("mine.INI", "ini_%s_%s");
Re: 4 errors -
Gold_Master - 28.03.2014
refresh
Re: 4 errors -
Gold_Master - 29.03.2014
refrrrrrreeessshhh
Re: 4 errors -
Gold_Master - 02.04.2014
helppppppp
Re: 4 errors -
PrivatioBoni - 02.04.2014
Did you take post #2 into consideration, or are you just choosing to brush past it?