Quote:
Originally Posted by tyler12
I'd recommend reading the wiki page for GetObjectPos.
pawn Код:
new Float:x,Float:y,Float:z; GetObjectPos(GATE6, x, y, z); if(x == 1587.89941406 && y == -1718.39941406 && z = 1448.59997559) { MoveObject(GATE6,1587.9688,-1722.7001,1449.6000,2.0); SCM(playerid,0xFFFFFFFF,"opening!"); } else if(x == 1587.9688 && y == -1722.7001 && z == 1449.6000) { MoveObject(GATE6,1587.89941406,-1718.39941406,1448.59997559,2.0); SCM(playerid,0xFFFFFFFF,"closing!"); }
|
i have readed wiki, but I didn't know how how to make this before:
Код:
if(x == 1587.9688 && y == -1722.7001 && z == 1449.6000)
thank you for code, it's working fine