30.10.2015, 17:38
Hello, starting a new topic with more information then last one i posted.
I've been having some issues with CreateDynamicObject. This is what it shows
The red marked is the main problem, its flooding my cmd console over tousen lines, and this is my native within my streamer.inc file
I do have the latest version of Streamer.dll and Streamer.inc so i do not know why this keeps accuring, and i have compiled with the new files over 14 times and it is still the same. Any solution kind people of SA-MP world Cheers
I've been having some issues with CreateDynamicObject. This is what it shows
Код:
SA-MP Dedicated Server ---------------------- v0.3x, ©2005-2013 SA-MP Team [17:10:51] [17:10:51] Server Plugins [17:10:51] -------------- [17:10:51] Loading plugin: streamer.dll [17:10:51] *** Streamer Plugin v2.7.8 by Incognito loaded *** [17:10:51] Loaded. [17:10:51] Loading plugin: audio.dll [17:10:51] *** Audio Plugin v0.4 by Incognito loaded *** [17:10:51] Loaded. [17:10:51] Loading plugin: sscanf.dll [17:10:51] [17:10:51] =============================== [17:10:51] sscanf plugin loaded. [17:10:51] © 2009 Alex "******" Cole [17:10:51] 0.3d-R2 500 Players "dnee" [17:10:51] =============================== [17:10:51] Loaded. [17:10:51] Loading plugin: whirlpool.dll [17:10:53] [17:10:53] ================== [17:10:53] [17:10:53] Whirlpool loaded [17:10:53] [17:10:53] ================== [17:10:53] [17:10:53] Loaded. [17:10:53] Loading plugin: nativechecker.dll [17:10:53] Loaded. [17:10:53] Loaded 5 plugins. [17:10:53] [17:10:53] Filterscripts [17:10:53] --------------- [17:10:53] Loading filterscript 'buttons.amx'... [17:10:53] Loading filterscript 'removebuilding.amx'... [17:10:53] Unable to load filterscript 'removebuilding.amx'. [17:10:53] Loading filterscript 'vactions.amx'... [17:10:53] Unable to load filterscript 'vactions.amx'. [17:10:53] Loading filterscript 'yom_buttons.amx'... [17:10:53] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x278001) (script might need to be recompiled with the latest include file) [17:10:53] Loading filterscript 'triath.amx'... [17:10:53] Unable to load filterscript 'triath.amx'. [17:10:53] Loading filterscript 'triathlon.amx'... [17:10:53] Unable to load filterscript 'triathlon.amx'. [17:10:53] Loading filterscript 'glass.amx'... [17:10:53] Unable to load filterscript 'glass.amx'. [17:10:53] Loading filterscript 'gcustom.amx'... [17:10:53] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x278001) (script might need to be recompiled with the latest include file) [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11 [17:10:53] *** Streamer Plugin: CreateDynamicObject: Expecting 12 parameter(s), but found 11
Код:
native STREAMER_TAG_OBJECT CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD);