Quote:
Originally Posted by ThaCrypte
Well, I ain't going to script it for you, but go to:
pawn Код:
public Onplayerentervehicle
There you can add a detection for example:
pawn Код:
If(!PlayerInfo[playerid][pVip] >= 1 && VehicleInfo[vehicleid][vipcar] == 1) // detects if the player aint VIP and if the vehicle is a VIP vehicle
Ofcourse you'll have to do the rest for yourself, as the scripting help forum ain't a script request forum.
|
OnPlayerStateChange +
RemovePlayerFromVehicle is more appropiated for this.