object / streamer 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)
+--- Thread: object / streamer problem (
/showthread.php?tid=541068)
object / streamer problem -
ajwar - 09.10.2014
fixed
Re: object / streamer problem -
Rudy_ - 09.10.2014
Not possibe on CreateDynamicObject
pawn Код:
//On top of gamemode
#define VISIBLE_ITEMS 900
// In on gamemode init
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, VISIBLE_ITEMS);
Or if it dosen't work try chaning all CreateDynamicObject to CreateDynamicObjectEx , it has distance changing