[HELP]how to script moveable gate with code?
#1

How to script moveable gate with code like /gate [code]

gate open:CreateObject(980, 282.48919677734, -1320.2890625, 49.119674682617, 0, 0, 34);

gate close:CreateObject(980, 282.48919677734, -1320.2890625, 55.619674682617, 0, 0, 34);
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=37271
Reply
#3

Not,i dont need Automatic gate,i need how to script moveable gate with code like this

/gate 9871
Reply
#4

Quote:
Originally Posted by Aizen
Посмотреть сообщение
Not,i dont need Automatic gate,i need how to script moveable gate with code like this

/gate 9871
This should get you statred:

https://sampwiki.blast.hk/wiki/MoveObject

You already got:

pawn Код:
gateopen = CreateObject(980, 282.48919677734, -1320.2890625, 49.119674682617, 0, 0, 34);

gateclose = CreateObject(980, 282.48919677734, -1320.2890625, 55.619674682617, 0, 0, 34);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)