/m(egaphone) problem
#3

Код:
 else if(IsLeoVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 1)
	    {
		    new Float:pos[3];
		    GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
		    SetPlayerPos(playerid, pos[0], pos[1], pos[2]);
		    SendClientMessage(playerid, COLOR_ORANGE, " This vehicle is restricted to the LSPD faction.");
	    }
Код:
else if(IsFBIVehicle(vehicleid) && PlayerInfo[playerid][pFac] != 6)
	    {
		    new Float:pos[3];
		    GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
		    SetPlayerPos(playerid, pos[0], pos[1], pos[2]);
		    SendClientMessage(playerid, COLOR_ORANGE, " This vehicle is restricted to the FBI faction.");
	    }
Reply


Messages In This Thread
/m(egaphone) problem - by razor steven - 24.11.2012, 04:00
Re: /m(egaphone) problem - by Glad2BeHere - 24.11.2012, 04:30
Re: /m(egaphone) problem - by razor steven - 24.11.2012, 04:57
Re: /m(egaphone) problem - by Glad2BeHere - 24.11.2012, 05:03
Re: /m(egaphone) problem - by razor steven - 24.11.2012, 05:06
Re: /m(egaphone) problem - by Glad2BeHere - 24.11.2012, 05:10
Re: /m(egaphone) problem - by razor steven - 25.11.2012, 01:42
Re: /m(egaphone) problem - by Glad2BeHere - 25.11.2012, 01:45
Re: /m(egaphone) problem - by razor steven - 25.11.2012, 01:49
Re: /m(egaphone) problem - by Glad2BeHere - 25.11.2012, 02:03

Forum Jump:


Users browsing this thread: 1 Guest(s)