I need help on map scripting - 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: I need help on map scripting (
/showthread.php?tid=533751)
I need help on map scripting -
JXbro - 26.08.2014
Well i would like to know how to change virtual world and int of some objects, as i saw it is possible on many servers, if anyone could help me i would appriecate it.
Re: I need help on map scripting -
Stinged - 26.08.2014
I don't think it's possible using CreateObject, but it is if you use
Incognito's Streamer
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
Re: I need help on map scripting -
JeevanJyothish - 26.08.2014
to change the virtual world object just erase 1 in the least part of the object ,1 .
Re: I need help on map scripting -
JXbro - 30.08.2014
Quote:
Originally Posted by Stinged
I don't think it's possible using CreateObject, but it is if you use Incognito's Streamer
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
|
yep but the fact is i got like 2000 objects, i cant go on each object and change the id :/
Re: I need help on map scripting -
JXbro - 30.08.2014
Help me please