SA-MP Forums Archive
What the hell? - 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: What the hell? (/showthread.php?tid=260821)



What the hell? - Markx - 10.06.2011

Copy from the log file:

pawn Код:
v0.3c R2, (C)2005-2011 SA-MP Team

[19:23:58] filterscripts = ""  (string)
[19:23:58]
[19:23:58] Server Plugins
[19:23:58] --------------
[19:23:58]  Loading plugin: sscanf.so
[19:23:58]

[19:23:58]  ===============================

[19:23:58]       sscanf plugin loaded.    

[19:23:58]    (c) 2009 Alex "******" Cole

[19:23:58]  ===============================

[19:23:58]   Loaded.
[19:23:58]  Loading plugin: streamer.so
[19:23:58]

*** Streamer Plugin v2.5.1 by Incognito loaded ***

[19:23:58]   Loaded.
[19:23:58]  Loading plugin: audio.so
[19:23:58]
*** Audio Plugin v0.4 by Incognito loaded ***

[19:23:58]   Loaded.
[19:23:58]  Loading plugin: irc.so
[19:23:58]
*** IRC Plugin v1.3.6 by Incognito loaded ***

[19:23:58]   Loaded.
[19:23:58]  Loaded 4 plugins.

[19:23:58]
[19:23:58] Filter Scripts
[19:23:58] ---------------
[19:23:58]   Loaded 0 filter scripts.

[19:23:58] Script[gamemodes/LSX.amx]: Run time error 19: "File or function is not found"
[19:23:58] Number of vehicle models: 0
Ummm wtf?


Re: What the hell? - Mike Garber - 10.06.2011

Either you are missing a plugin or you are running the wrong version of it, most common issue with this error code.


Re: What the hell? - Haydn - 10.06.2011

You are missing a plugin

Check the GM in Pawno and see what #Includes there are. You gotta have those for it to be able to run.


Re: What the hell? - Markx - 10.06.2011

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
Either you are missing a plugin or you are running the wrong version of it, most common issue with this error code.
You can see that all 4 plugins are loaded, i got all includes.. Weird...


Re: What the hell? - Markx - 11.06.2011

bump.


Re: What the hell? - shitbird - 11.06.2011

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
Either you are missing a plugin *** or you are running the wrong version of it ***, most common issue with this error code.
Update your plugins, and if it doesn't work, reinstall the serverpackage.


Re: What the hell? - Markx - 13.06.2011

yea, the irc one was wrong, now fixed
- Thanks guys.