Can Any One fix /v lock of revans rp
#4

Does the server have a '/v lock' command?

If so, then change these!

Код:
public LockCar(carid)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			SetVehicleParamsForAll(carid,i,1,1);
			
		}
	}
}

public UnLockCar(carid)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(!IsAPlane(carid))
			{
				SetVehicleParamsForAll(carid,i,0,0);
			}
		}
	}
}
Reply


Messages In This Thread
Can Any One fix /v lock of revans rp - by Kavinjames - 10.01.2013, 18:59
Re: Can Any One fix /v lock of revans rp - by EAsT-OAK_510 - 10.01.2013, 19:02
Re: Can Any One fix /v lock of revans rp - by Kavinjames - 10.01.2013, 21:14
Re: Can Any One fix /v lock of revans rp - by Shetch - 10.01.2013, 21:39
Re: Can Any One fix /v lock of revans rp - by Shetch - 10.01.2013, 21:43
Re: Can Any One fix /v lock of revans rp - by Kavinjames - 11.01.2013, 04:14
Re: Can Any One fix /v lock of revans rp - by Kavinjames - 17.01.2013, 06:23

Forum Jump:


Users browsing this thread: 1 Guest(s)