MTA SA 1.0, NPC pilot
Uploader Comments (DoomedSpaceMarine123)
Top Comments
-
Is the vehicle driving serverside? So that everyone see the plane in the sky? And what about the ped, see everyone the ped in the vehicle, because you use the serverside createPed.
Looks realy good 5*
-
Awesome vides! +Sub +Fav +Like +Money... wait... money no D:
All Comments (29)
-
already arranged it, do not turn pro I wrote
-
pilot = getVehicleOccupant(getPedOccup
iedVehicle(getLocalPlayer())) ///// error attempt to call global 'getLocalPlayer' (a nil value) .-. -
I have done this and i press buttons to drive the ped soo yeah :D alot better and to simplify it instead of manual theres a script in mta community for download for a controllable ped that can drive any car :D
-
Can I do it in Mta San Andreas 1.1
Or 1.0.4
-
@DoomedSpaceMarine123 thousand THANK, it WORKED!!!!
-
@DreCriminal try crun because getLocalPlayer() is a client side function not serverside
hey guys, can you help me, when i type setPedControlState(pilot,"accelerate",true) it says Result false [boolean], what does this mean??
MrMagicGermany 6 months ago
@MrMagicGermany This means that there is no ped stored in pilot variable. You probably didn't enter the plane before writing the line with getVehicleOccupant.
DoomedSpaceMarine123 6 months ago
@DoomedSpaceMarine123 thanks for fast answering, i subscribed your channel, your great. but back to mta I typed it in and it said command excetuted.... hmm, know any other reason??
MrMagicGermany 6 months ago
@MrMagicGermany It says "command executed" because you typed it into MTA. You need to expect the command to be executed when you use /run or /crun, that's what these commands are for :)
DoomedSpaceMarine123 5 months ago