functions 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)
+---- Forum: Discussion (
https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: functions problem (
/showthread.php?tid=609981)
functions problem -
AliEnPi - 18.06.2016
hi dears
I write some code and I use createDynamicObject and CreateDynamic3DtextLabel in my codes
when I compile it , it doesn't have error by in my samp-server.exe streamer plugins has some report and my objects and textlabels didn"t appear in game
please help me
server_log
Code:
[08:15:53] *** Streamer Plugin: Include file version (0x27401) does not match plugin version (0x282001) (script might need to be recompiled with the latest include file)
[08:15:53] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12
[08:15:53] -mSelection- WARNING: Failed to load list: "objects.txt"
[08:15:53] *** Streamer Plugin: CreateDynamic3DTextLabel: Expecting 15 parameter(s), but found 13
[08:15:54] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12
[08:15:54] *** Streamer Plugin: CreateDynamic3DTextLabel: Expecting 15 parameter(s), but found 13
[08:15:58] *** Streamer Plugin: CreateDynamicObject: Expecting 14 parameter(s), but found 12
i download latest plugin and include of streamer plugin from forum
Re: functions problem -
Konstantinos - 18.06.2016
The scripts MUST be re-compiled with the latest version as well.