RC vehicle controllable, how?
#1

Hey i would like to know how do i make rc vehicles controllable? Is there some kind of a function for it?
Reply
#2

pawn Code:
new vid = CreateVehicle(...RC VEHICLE CREATION...);
PutPlayerInVehicle(playerid, vid, 0);
The only problem with it is you cannot seem to exit the vehicle via F or Enter (Return). You would need to script some kind of fix.
Reply
#3

Quote:
Originally Posted by funky1234
View Post
pawn Code:
new vid = CreateVehicle(...RC VEHICLE CREATION...);
PutPlayerInVehicle(playerid, vid, 0);
The only problem with it is you cannot seem to exit the vehicle via F or Enter (Return). You would need to script some kind of fix.
RemovePlayerFromVehicle(playerid);
Reply
#4

You mean like using public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)