SA-MP Forums Archive
fatal error 100 - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: fatal error 100 (/showthread.php?tid=85886)



fatal error 100 - Dainyzxz - 10.07.2009

hey all, i have problem with level+exp+bank system script

i have 1 error

Code:
stats.pwn(3) : fatal error 100: cannot read from file: "utils"



Re: fatal error 100 - cigo - 10.07.2009

place ''utils'' include in pawno/include folder


Re: fatal error 100 - Dainyzxz - 10.07.2009

i find "utils.inc", but now i have other errors

Code:
:\Documents and Settings\Dajnius\Desktop\server\filterscripts\stats.pwn(125) : warning 204: symbol is assigned a value that is never used: "playername"
C:\Documents and Settings\Dajnius\Desktop\server\filterscripts\stats.pwn(607) : error 021: symbol already defined: "OnPlayerLogin"



Re: fatal error 100 - Think - 10.07.2009

you didnt use playername and onplayerlogin is aleady defined so remove forward onplayerlogin or public onplayerlogin


Re: fatal error 100 - Dainyzxz - 10.07.2009

Quote:
Originally Posted by Pandabeer1337
you didnt use playername and onplayerlogin is aleady defined so remove forward onplayerlogin or public onplayerlogin
i have tried, but than much more errors.

this is scrip:
http://pastebin.com/f7250eec1