Sziasztok!
Szeretném tõletek megkérdezni hogy ebbõl a script sorból hogy lehet azt kivenni hogy ne automatikusan csukódjon le a gate hanem manuálisan?
elseif (distance16<=1) and (open==false) then
if (exports.global:hasItem(thePlayer, 64) or exports.global:hasItem(thePlayer, 108)) then
open = true
which = 16
outputChatBox(\"Határ sorompó nyitva!!\", thePlayer, 0, 255, 0)
moveObject(objGateh3, 1000, 50.324725799561, -1534.8117431641, 5.1300001907349, 0, -90, 0)
setTimer(closePDSideGarageGate, 5000, 1, thePlayer)
Elõre is köszi!