Every car is locked. Why?
#6

Thank you piohh ... your solution is the best.

Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
       for(new i = 0; i < MAX_PLAYERS; i++)
	{
    	       if(IsPlayerConnected(i))
	       {
			if(gCarLock[vehicleid]==1)
			{
				SetVehicleParamsForPlayer(vehicleid, i, 0, 1);
			}
		}
	}
}
Reply


Messages In This Thread
Every car is locked. Why? - by Vibrate17 - 22.12.2010, 20:38
Re: Every car is locked. Why? - by piohh - 22.12.2010, 20:52
Re: Every car is locked. Why? - by Vibrate17 - 22.12.2010, 20:53
Re: Every car is locked. Why? - by Gh0sT_ - 22.12.2010, 20:55
Re: Every car is locked. Why? - by Ash. - 22.12.2010, 21:01
Re: Every car is locked. Why? - by Vibrate17 - 22.12.2010, 21:03

Forum Jump:


Users browsing this thread: 1 Guest(s)