Object stream only when i move - 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 stream only when i move (
/showthread.php?tid=541518)
Object stream only when i move -
Last_Shadow - 12.10.2014
I use CreateDynamicObject
in virtual world and my problem is that the object show only when I move.
p_OBJECTS[playerid] = CreateDynamicObject(1584,801.4000200,1659.9000000, 4.3000000,0.0000000,0.0000000,0.0000000, VirtualWorldC2[playerid], -1, playerid,1000,1000);
its part of shooting range
Re: Object stream only when i move -
MasonSFW - 12.10.2014
Put
pawn Код:
Streamer_Update(playerid);
Under OnPlayerUpdate
Re: Object stream only when i move -
Last_Shadow - 12.10.2014
Ty it worked!!
))