How Do I Make A Working(Opening) Garage? - 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 Do I Make A Working(Opening) Garage? (
/showthread.php?tid=146835)
How Do I Make A Working(Opening) Garage? -
KyleOwnzYou - 09.05.2010
Hello Im Wondering How I Make A Moving Garage?
There's A Few In The Base Im Using (LVCNR 1.

Just Wondering, How I Would Make More Houses Have Working Garages.
Re: How Do I Make A Working(Opening) Garage? -
[MWR]Blood - 09.05.2010
You should use MoveObject
https://sampwiki.blast.hk/wiki/MoveObject
Re: How Do I Make A Working(Opening) Garage? -
iJumbo - 09.05.2010
Код:
if(strcmp(cmdtext, "/lalalalsdasda", true)==0)
{
MoveObject(obj,x,y,z, 80.00 );
print("door open");
}