Setting a car for just one team not working.
#2

Change
pawn Код:
new sweeper = GetPlayerVehicleID(playerid);
if(sweeper == 574)
to
pawn Код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 574)
574 is the model, not the vehicle ID.
Reply


Messages In This Thread
Setting a car for just one team not working. - by Magic_Time - 30.07.2013, 22:18
Re: Setting a car for just one team not working. - by IstuntmanI - 30.07.2013, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)