help needed in fixing some 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: help needed in fixing some errors (
/showthread.php?tid=484920)
help needed in fixing some errors -
Champ - 02.01.2014
Код:
[13:06:32] *** Streamer Plugin: Warning: Include file version (0x74) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[13:06:32] Script[gamemodes/hgames.amx]: Run time error 22: "AMX not initialized (or doubly initialized)"
[13:06:32] Number of vehicle models: 0
[13:06:37] --- Server Shutting Down.
[13:06:37]
Re: help needed in fixing some errors -
newbie scripter - 02.01.2014
Get the latest Streamer version...
Re: help needed in fixing some errors -
Champ - 02.01.2014
updated but still same error :/
Re: help needed in fixing some errors -
iZN - 02.01.2014
You will also need to compile with the updated include.
Re: help needed in fixing some errors -
Champ - 02.01.2014
yes, I did that.
Re: help needed in fixing some errors -
$Marco$ - 02.01.2014
Check that the streamer in the server include folder is updated as-well.
Re: help needed in fixing some errors -
Schocc - 02.01.2014
You updated the plugin and include?
What appears is that the include is not the same version that the plugin, right?
Re: help needed in fixing some errors -
Crayder - 02.01.2014
Yea, everything is updated... And yes, its all compiled with updates, EVEN FILTERSCRIPTS... Any help?
Re: help needed in fixing some errors -
Crayder - 02.01.2014
Also, whatever the "AMX" run time error is, has nothing to do with the streamer... Its two seperate problems... I just wrapped all of the streamer code in "/* */" and I was left with the runtime errors... And also yes my C++ Runtime is updated also...