Help please
#6

If that's the first Faction =>
Forward & New:
Код:
forward IsAGangCar(carid);

new GangCar[MAX_PLAYERS];
Код:
if(IsAGangCar(newcar))
		{
		  if(PlayerInfo[playerid][pLeader] == 1||PlayerInfo[playerid][pMember] == 1) { }
		  else {
	    RemovePlayerFromVehicle(playerid);
	    SendClientMessage(playerid, COLOR_GREY,"Your not in the FactionName.");}
		}
Код:
public IsAGangCar(carid)
{
if(carid >= 1 && carid <= 3)
	{
		return 1;
	}
	return 0;
}
Reply


Messages In This Thread
Help please - by Takumi.WS - 10.07.2009, 03:26
Re: Help please - by charles30 - 10.07.2009, 03:29
Re: Help please - by Takumi.WS - 10.07.2009, 03:32
Re: Help please - by charles30 - 10.07.2009, 03:34
Re: Help please - by Takumi.WS - 10.07.2009, 03:37
Re: Help please - by charles30 - 10.07.2009, 03:40
Re: Help please - by Takumi.WS - 10.07.2009, 03:41
Re: Help please - by charles30 - 10.07.2009, 03:48
Re: Help please - by Takumi.WS - 10.07.2009, 03:50
Re: Help please - by charles30 - 10.07.2009, 03:53

Forum Jump:


Users browsing this thread: 1 Guest(s)