Vehicle Lock doesn't work
#1

I want to lock some vehicles and i have this code but it doesn't work.
Code:
for(new i = 0; i < MAX_PLAYERS; i++)
         {
	        if (IsPlayerConnected(i))
		{
			SetVehicleParamsForPlayer(barracks,i,0,1);
		}
	 }
Reply


Messages In This Thread
Vehicle Lock doesn't work - by pantelimonfl - 08.01.2011, 13:14
Re: Vehicle Lock doesn't work - by Mike Garber - 08.01.2011, 13:29
Re: Vehicle Lock doesn't work - by Kwarde - 08.01.2011, 13:34
Re: Vehicle Lock doesn't work - by pantelimonfl - 08.01.2011, 13:51
Re: Vehicle Lock doesn't work - by Mike Garber - 08.01.2011, 13:54
Re: Vehicle Lock doesn't work - by Kwarde - 08.01.2011, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)