SA-MP Forums Archive
need to fix this problem - 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: need to fix this problem (/showthread.php?tid=508085)



need to fix this problem - Acres - 20.04.2014

anyone knows how to fix this problem?

server.log
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[18:07:57] filterscripts = ""  (string)
[18:07:57] 
[18:07:57] Server Plugins
[18:07:57] --------------
[18:07:57]  Loading plugin: streamer.dll
[18:07:57] 

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

[18:07:57]   Loaded.
[18:07:57]  Loading plugin: whirpool.dll
[18:07:57]   Failed.
[18:07:57]  Loading plugin: sscanf.dll
[18:07:57] 

[18:07:57]  ===============================

[18:07:57]       sscanf plugin loaded.     

[18:07:57]    © 2009 Alex "******" Cole

[18:07:57]    0.3d-R2 500 Players "dnee"

[18:07:57]  ===============================

[18:07:57]   Loaded.
[18:07:57]  Loaded 2 plugins.

[18:07:57] 
[18:07:57] Ban list
[18:07:57] --------
[18:07:57]  Loaded: samp.ban
[18:07:57] 
[18:07:57] 
[18:07:57] Filterscripts
[18:07:57] ---------------
[18:07:57]   Loaded 0 filterscripts.

[18:07:57] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[18:07:57] Number of vehicle models: 0
Error gives WP_hash i have latest streamer/sscanf/whirpool plugins worked before...


Re: need to fix this problem - CJ101 - 20.04.2014

Some of the plugins are failing to load - try re downloanding them, and make sure you are using .dll for windows, or .so for linux. Also make sure you have all files that is required by your script.


Re: need to fix this problem - Astralis - 20.04.2014

Код:
[18:07:57]  Loading plugin: whirpool.dll
[18:07:57]   Failed.
Check how it's named in the /plugins, so name it like that in the server.cfg too.


Re: need to fix this problem - Rockyyy - 20.04.2014

[18:07:57] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[18:07:57] Number of vehicle models: 0

Means that there is an error in your gamemode, open it with pawno and compile it.