How to moveable object in interior? - 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: How to moveable object in interior? (
/showthread.php?tid=250111)
How to moveable object in interior? -
Aizen - 22.04.2011
Help me please,how to moveable object in interior?
Re: How to moveable object in interior? -
TheYoungCapone - 22.04.2011
help me help you what exactly are you asking?
Re: How to moveable object in interior? -
Pooh7 - 22.04.2011
https://sampwiki.blast.hk/wiki/MoveObject
Re: How to moveable object in interior? -
Aizen - 22.04.2011
Man ,how to script moveable object in interior,i need help
Re: How to moveable object in interior? -
Ruffles. - 22.04.2011
Quote:
Originally Posted by Aizen
Man ,how to script moveable object in interior,i need help
|
Exactly same as the CreateObject callback, just change the virtual world to
x (
x is the virtual world the interior is).
And, script the MoveObject from there.
(You can find a couple tutorials on the forum to make moving objects).
Re: How to moveable object in interior? -
Aizen - 22.04.2011
Show me your script moveable object in interior please,iam just kinda noob scripter.
Re: How to moveable object in interior? -
Donya - 22.04.2011
pawn Код:
new objectid = CreateObject(objectid, x, y, z, 0.0, 0.0, 0.0, 400.0);
MoveObject(objectid,x, y, z, Float:speed);
Re: How to moveable object in interior? -
Aizen - 22.04.2011
Thanks ya,now i can moveable object in interior