Posts: 108
Threads: 34
Joined: Jul 2008
Reputation:
0
Okay, say theres a player named "Robert" and we want to make a car that only "Robert" can drive, all others get a message saying this is roberts car, or a skin that only Robert can use, with others dying if they try to spawn as it. How do I do this?
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
RemovePlayerFromVehicle wont work in OnPlayerEnterVehicle
Just use OnPlayerStateChange and the state PLAYER_STATE_DRIVER
Posts: 108
Threads: 34
Joined: Jul 2008
Reputation:
0
... I don't understand what any of you just said.. I can't script anything myself.. help.
Posts: 108
Threads: 34
Joined: Jul 2008
Reputation:
0
Someone teach me how to do this or give me a tutorial link.. I don't know how to do all these functions.
Posts: 108
Threads: 34
Joined: Jul 2008
Reputation:
0
So can someone teach me how to do this