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



Objects - Jarnu - 06.06.2012

Why My Gamemode doesn't load some Objects? Like i made one teleport WarZone 3.. i added its Objects.. It was working fine sometime ago.. but when i re-compiled my GM and then it doesn't show some objects why?


Re: Objects - Infinity90 - 06.06.2012

Add a object streamer then change your objects to CreateDynamicObject(OBJECT ID, x,y,z,rx,ry,rz); ect.
https://sampforum.blast.hk/showthread.php?tid=102865


Re: Objects - MadeMan - 06.06.2012

Do you use a streamer?


Re: Objects - Jarnu - 06.06.2012

ofc i use streamer. but V6 of streamer Gives me Some error which also doesn't loads my Objects.


Re: Objects - MadeMan - 06.06.2012

You should use the latest plugin and compile your scripts with latest include files.

What error do you get?


Re: Objects - Jarnu - 06.06.2012

This
Код:
[21:58:19] *** Streamer Plugin: Include file version (0) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[21:58:19] *** Streamer Plugin: Obsolete or invalid native found (script needs to be recompiled with the latest include file)



Re: Objects - MadeMan - 06.06.2012

Did you compile all your scripts that use the streamer with the latest include file?