20.07.2009, 13:31
Well guys, i wanted to make a car which is for BLUE team only
i did:
Then UnderGameModeInIt
Then under OnPlayerEnterVehicle what do i do, is it something like this:
So i want the player to be allowed to drive the car else the player gets kicked from the car. So how do i do it Please Help.
i did:
Код:
new BlueCar;
Код:
BlueCar = AddstaticVehicle(blabla bla );
Код:
carBlue = GetPlayerVehicleID if(carBlue == BlueCar) { if(gTeam[playerid] == TEAM_BLUE)