Barrier object - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Barrier object (
/showthread.php?tid=179461)
Barrier object -
Scriptissue - 27.09.2010
How can I animate the barrier, the small one just in front of the road after exiting the PD.
I tired to use
PHP код:
moveobject(X, Y, Z, Speed);
But I can only move it up and down, left and right, with out animating a real movement.
Can any one help me do that ?
Re: Barrier object -
[HiC]TheKiller - 27.09.2010
Rotate the object?
https://sampwiki.blast.hk/wiki/SetObjectRot
Re: Barrier object -
Scriptissue - 27.09.2010
replace it with the current command ?