object or ?? - 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 or ?? (
/showthread.php?tid=377265)
object or ?? -
bleedis - 13.09.2012
Hey there!!
when u fly with hydra u have the oportunity to create anti missile guide or something like that. its in white color. Its object or what? Its possible to make that?
AW: object or ?? -
BiosMarcel - 13.09.2012
What is a Anti Missile ?
Re: object or ?? -
mamorunl - 13.09.2012
The big white light that flickers a little and redirects the heat seeking missiles. You can drop it froma hydra with ALT or something.
Re: object or ?? -
Deal-or-die - 13.09.2012
A flare and yes it is an object - ObjectID: 354
Providing you're using Incognito's streamer you can use this
pawn Код:
CreateDynamicObject(354, x, y, z, rx, ry, rz, worldid(-1 is all worlds), (-1 is all interiors), playerid(-1 is all players), streamdistance);
x= The x co-ordinate
y= The y co-ordinate
z= The z co-ordinate
rx= The rotational x co-ordinate
ry= The rotational y co-ordinate
rz= The rotational z co-ordinate
Or if you're not using a streamer
pawn Код:
CreateObject(354, x, y, z, rx, ry, rz, Draw/Stream Distance);
"This forum requires that you wait 120 seconds between posts. Please try again in 23 seconds." :/
Re: object or ?? -
bleedis - 13.09.2012
Thank u!
Youre the best hehe