SA-MP Forums Archive
Errors - 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: Errors (/showthread.php?tid=598059)



Errors - ZaBraNjeNi - 08.01.2016

Hi guys,

When I try to start server I get this errors:
Someone know why?
Код:
[14:37:13]   Loading filterscript 'maps.amx'...
[14:37:13]    Error: Function not registered: 'SetSVarInt'
[14:37:13]    Error: Function not registered: 'DeleteSVar'
[14:37:13]    Error: Function not registered: 'GetSVarInt'
[14:37:13]   Loaded 1 filterscripts.

[14:37:14]    Error: Function not registered: 'SetSVarInt'
[14:37:14]    Error: Function not registered: 'DeleteSVar'
[14:37:14]    Error: Function not registered: 'GetSVarInt'
[14:37:14]    Error: Function not registered: 'db_get_field_int'
[14:37:14]    Error: Function not registered: 'SHA256_PassHash'
[14:37:14] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[14:37:14] Number of vehicle models: 0
Full server log:
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[14:36:59] 
[14:36:59] Server Plugins
[14:36:59] --------------
[14:36:59]  Loading plugin: sscanf
[14:36:59] 

[14:36:59]  ===============================

[14:36:59]       sscanf plugin loaded.     

[14:36:59]          Version:  2.8.1        

[14:36:59]    © 2012 Alex "******" Cole  

[14:36:59]  ===============================

[14:36:59]   Loaded.
[14:36:59]  Loading plugin: streamer
[14:36:59] 

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

[14:36:59]   Loaded.
[14:36:59]  Loading plugin: ColAndreas
[14:36:59] *********************
[14:36:59] ** Created By:     **
[14:36:59] ** [uL]Chris42O    **
[14:36:59] ** [uL]Slice       **
[14:36:59] ** [uL]Pottus      **
[14:36:59] *********************
[14:37:13] Loaded collision data.
[14:37:13] *********************
[14:37:13]   ColAndreas Loaded
[14:37:13]    v1.3.0
[14:37:13] *********************
[14:37:13]   Loaded.
[14:37:13]  Loading plugin: regex
[14:37:13] 


[14:37:13] ______________________________________


[14:37:13]  Regular Expression Plugin v0.2.1 loaded
[14:37:13] ______________________________________


[14:37:13]  By: Fro © Copyright <TBG> 2009-2011
[14:37:13] ______________________________________


[14:37:13]   Loaded.
[14:37:13]  Loading plugin: nativechecker
[14:37:13]   Loaded.
[14:37:13]  Loaded 5 plugins.

[14:37:13] 
[14:37:13] Filterscripts
[14:37:13] ---------------
[14:37:13]   Loading filterscript 'maps.amx'...
[14:37:13]    Error: Function not registered: 'SetSVarInt'
[14:37:13]    Error: Function not registered: 'DeleteSVar'
[14:37:13]    Error: Function not registered: 'GetSVarInt'
[14:37:13]   Loaded 1 filterscripts.

[14:37:14]    Error: Function not registered: 'SetSVarInt'
[14:37:14]    Error: Function not registered: 'DeleteSVar'
[14:37:14]    Error: Function not registered: 'GetSVarInt'
[14:37:14]    Error: Function not registered: 'db_get_field_int'
[14:37:14]    Error: Function not registered: 'SHA256_PassHash'
[14:37:14] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[14:37:14] Number of vehicle models: 0
Thanks.


Re: Errors - Crayder - 08.01.2016

Because you are not using the latest server executables. You do have the latest includes and stuff, but you need to update samp-server.exe.


Re: Errors - ZaBraNjeNi - 08.01.2016

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Because you are not using the latest server executables. You do have the latest includes and stuff, but you need to update samp-server.exe.
Oh my god..... xD
Thank you bro.