SA-MP Forums Archive
Simple Dini Errors to fix - 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: Simple Dini Errors to fix (/showthread.php?tid=384698)



Simple Dini Errors to fix - Amine_Mejrhirrou - 13.10.2012

ok so i compile my FS and got this error
Код:
C:\Users\adil\Desktop\0.3e\filterscripts\Login.pwn(63) : error 017: undefined symbol "file"
C:\Users\adil\Desktop\0.3e\filterscripts\Login.pwn(63) : error 017: undefined symbol "file"
C:\Users\adil\Desktop\0.3e\filterscripts\Login.pwn(63) : error 029: invalid expression, assumed zero
C:\Users\adil\Desktop\0.3e\filterscripts\Login.pwn(63) : fatal error 107: too many error messages on one line
looks like there is a problem with file, i must set something like
Код:
new file;
if you guys know the solution pls
sorry i don't know what happen to me to ask somehting like that (solved)


Re: Simple Dini Errors to fix - Faisal_khan - 13.10.2012

Try this.

pawn Код:
new file[128];



Re : Simple Dini Errors to fix - Amine_Mejrhirrou - 13.10.2012

yea i've edit my post i realy don't know what happen to me ( i thought that i alrady did it but i didn't save the script)