SA-MP Forums Archive
Annoying issue! - 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: Annoying issue! (/showthread.php?tid=614374)



Annoying issue! - CTos - 07.08.2016

Hi guys! Im new in scripting samp servers and mapping....Anyways Lets get into the question
Alright, I added "Crashdetect" Plugin and whenever i try to compile my Game mod, It says

: fatal error 100: cannot read from file: "crashdetect"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

I need help with this!


Re: Annoying issue! - Konstantinos - 07.08.2016

The include of crashdetect is not necessary for the script unless you want to do some debugging yourself.
Remove line 4 (#include <crashdetect>) because loading the plugin is enough.


Re: Annoying issue! - CTos - 07.08.2016

Ty! it is working! But... 2 things same as <Crashdetect> Wont let me to compile the script and its <Fixes> and <Utils> and when i try to remove them, I get like, a shitload of errors


Re: Annoying issue! - Konstantinos - 07.08.2016

I'm not sure if "Fixed" is meant to be "fixes" include, I didn't find any result for that exact name.
What "Utils" contains is two functions: http://forum.sa-mp.com/showpost.php?...77&postcount=1*

* You can create a .inc file and paste them into that file or remove #include <Utils> and paste them directly to the script. Either way, I would really recommend you not to use "Utils" and replace it with sscanf.


Re: Annoying issue! - CTos - 08.08.2016

k nvm ty!