DommerPL Posted July 8, 2014 Share Posted July 8, 2014 mój problem to takie coś że chce zrobić skrypt na pracę farmera i potrzebuje sposobu na by z teleportować gracza do pojazdu , lub żeby gdy gracz wejdzie do pojazdu to żeby wyświetlił mu się checkpoint . wystarczy komenda na teleport gracza do pojazdu. Link to comment
xScatta Posted July 18, 2014 Share Posted July 18, 2014 Teleportowanie gracza do pojazdu? Eh... warpPedIntoVehicle(gracz,pojazd) -- Tutaj masz tworzenie checkpointa. veh = createVehicle(modelpojazdu,x,y,z) addEventHandler("onPlayerVehicleEnter",getRootElement(),function (vehicle) if veh == vehicle then -- sprawdzamy czy pojazd do ktorego wsiadl gracz jest naszym stworzonym pojazdem local naszcheckpoint = createMarker(x,y,z,"checkpoint") end end 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