Doongogar Posted February 21, 2023 Share Posted February 21, 2023 local shape2 = createColRectangle(-673.51763916016, -594.61047363281, 15, 15) function AntCarro(player, seat, jacked) if (getElementType(player) == "player") then if isElementWithinColShape(player, shape2) then cancelEvent() end end end addEventHandler ( "onVehicleStartEnter", getRootElement(), AntCarro ) porque não ta funcionando????? Link to comment
Other Languages Moderators Lord Henry Posted February 24, 2023 Other Languages Moderators Share Posted February 24, 2023 Coloque alguns outputChatBox entre cada condição pra saber quais partes estão sendo lidas. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now