Posts: 2,474
Threads: 79
Joined: Apr 2010
Reputation:
0
Hey i would like to know how do i make rc vehicles controllable? Is there some kind of a function for it?
Posts: 1,506
Threads: 69
Joined: Feb 2008
Quote:
Originally Posted by funky1234
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);
Posts: 2,474
Threads: 79
Joined: Apr 2010
Reputation:
0
You mean like using public OnPlayerKeyStateChange(playerid,newkeys,oldkeys)?