Why this doesnt work???
#1

i want when certain team get in a vehicle it changes the color :::

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{

if(gTeam[playerid] == TEAM_LS)
{
ChangeVehicleColor(476, 16, 1);
}
else if(gTeam[playerid] == TEAM_LV)
{
ChangeVehicleColor(476, 65, 1);
}

return 1;
}
Reply


Messages In This Thread
Why this doesnt work??? - by hvampire - 07.02.2010, 00:15
Re: Why this doesnt work??? - by BlackFoX - 07.02.2010, 00:17
Re: Why this doesnt work??? - by hvampire - 07.02.2010, 00:42
Re: Why this doesnt work??? - by BlackFoX - 07.02.2010, 00:46
Re: Why this doesnt work??? - by hvampire - 07.02.2010, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)