i have errors (2) - 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: i have errors (2) (
/showthread.php?tid=439026)
i have errors (2) -
EitayEliyahu - 23.05.2013
PHP код:
new id;
while(dini_Isset("TUsers/clans.ini", id)) {
id++;
}
dini_Set("TUsers/clans.ini", id, tmp);
Errors:
PHP код:
C:\Users\Eliyahu\Desktop\server\gamemodes\MegaDeathMatch.pwn(6260) : error 035: argument type mismatch (argument 2)
C:\Users\Eliyahu\Desktop\server\gamemodes\MegaDeathMatch.pwn(6263) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
why its not working >?!
Re: i have errors (2) -
radiobizza - 23.05.2013
Show me the line 6260 and the line 6263