Posts: 189
Threads: 60
Joined: Jan 2012
Reputation:
0
How do I make an non-enterable vehicle? I scripted a bike - dealership, so I wanted some bikes to be parked on it's parking lot but when someone tries to enter them it returns something like: You can't enter this vehicle!
Posts: 189
Threads: 60
Joined: Jan 2012
Reputation:
0
How do I make exactly he gets message - You can't access this vehicle
And that bugs other bikes that should be entered :S
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
No it won't. Vehicle ID is different from Vehicle Model ID. You can use OnPlayerEnterVehicle then ClearAnimations(playerid);, but it doesn't work 100% of the time.