SA-MP Forums Archive
I get an error, on running the server please read. - 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 get an error, on running the server please read. (/showthread.php?tid=289880)



I get an error, on running the server please read. - grantism - 13.10.2011

SCRIPT HERE
Theres the script, a few images showing my problems.

Any help will do, the error.png is the actuall error, the screen.png is the compiler.


Re: I get an error, on running the server please read. - Dripac - 13.10.2011

You are missing a plugin, probably sscanf?


Re: I get an error, on running the server please read. - grantism - 13.10.2011

I'm not its there, check my script.. But its also in the includes folder.. Thanks for your quick response.


Re: I get an error, on running the server please read. - grantism - 13.10.2011

Any one help?


Re: I get an error, on running the server please read. - grand.Theft.Otto - 13.10.2011

http://pastebin.com/EdRUEqY5

Unknown Paste ID

---

Anyways, there should be a sscanf and plugins folder in your server directory (not in a gamemode/filterscript/scriptfiles folder).

Inside the plugins folder should be sscanf.so and sscanf.dll.

In server.cfg, there should be a line called plugins, should look like this if sscanf is the only plugin you have:

pawn Код:
// etc ..
port
hostname
plugins sscanf
// etc ..
If you use linux, make sure on the plugins line it says sscanf.so instead of sscanf itself.

If you have all those steps already, show us all #include 's at the top of your script, it could be another plugin issue.


Re: I get an error, on running the server please read. - grantism - 14.10.2011

Ah wow didn't even think about plugins. Thank you and + rep I made it last a day that's why for pastebin. Thanks heaps for a fail on my part :P