Error: Function not registered: 'SetDynamicObjectMaterial' - 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: Error: Function not registered: 'SetDynamicObjectMaterial' (
/showthread.php?tid=580198)
Error: Function not registered: 'SetDynamicObjectMaterial' -
ZeroOP - 03.07.2015
I have Run time error 19: "File or function is not found" and i found with nativechecker that error is Function not registered: 'SetDynamicObjectMaterial'
How can i solve this?
server_log
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[12:32:29]
[12:32:29] Server Plugins
[12:32:29] --------------
[12:32:29] Loading plugin: streamer.dll
[12:32:29]
*** Streamer Plugin v2.6 by Incognito loaded ***
[12:32:29] Loaded.
[12:32:29] Loading plugin: nativechecker.dll
[12:32:29] Loaded.
[12:32:29] Loaded 2 plugins.
[12:32:29]
[12:32:29] Ban list
[12:32:29] --------
[12:32:29] Loaded: samp.ban
[12:32:29]
[12:32:29]
[12:32:29] Filterscripts
[12:32:29] ---------------
[12:32:29] Loading filterscript 'ELC_AC.amx'...
[12:32:29]
[12:32:29]
[12:32:29]
[12:32:29] =======================================
[12:32:29] | |
[12:32:29] | YSI version 3.09.0684 |
[12:32:29] | By Alex "******" Cole |
[12:32:29] | |
[12:32:29] =======================================
[12:32:29]
[12:32:29] Loading filterscript 'Gangzone.amx'...
[12:32:29] ---------------------------------------
[12:32:29] GangZone Creator by RyDeR - Loaded -
[12:32:29] ---------------------------------------
[12:32:29] Loaded 2 filterscripts.
[12:32:29] Error: Function not registered: 'SetDynamicObjectMaterial'
[12:32:29] Script[gamemodes/Matrix.amx]: Run time error 19: "File or function is not found"
[12:32:29] Number of vehicle models: 0
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname Matrix HP
gamemode0 Matrix 1
filterscripts ELC_AC Gangzone
plugins streamer.dll nativechecker.dll
announce 0
query 1
chatlogging 0
weburl WWW.NONE.Com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language Serbian
Re: Error: Function not registered: 'SetDynamicObjectMaterial' -
SaintMikey - 03.07.2015
Best solution is to update the streamer plugin.
Re: Error: Function not registered: 'SetDynamicObjectMaterial' -
ZeroOP - 03.07.2015
I updated it 5 days ago, i dont know where i can find the newest version.