How To Make Rank System in GM! (rep++)
#8

Код:
public OnPlayerEnterVehicle(playerid,vehicleid)
	{
	new vehiclemodel = GetVehicleModel(vehicleid);
	if(pInfo[playerid][pRank] < 1)
		{
		if(vehiclemodel == 469) // sparrow
			{
			RemovePlayerFromVehicle(playerid);
			}
		}
	}
Reply


Messages In This Thread
How To Make Rank System in GM! (rep++) - by iOmar - 02.04.2012, 07:43
Re: How To Make Rank System in GM! (rep++) - by TzAkS. - 02.04.2012, 07:47
Re: How To Make Rank System in GM! (rep++) - by iOmar - 02.04.2012, 07:48
Re: How To Make Rank System in GM! (rep++) - by blank. - 02.04.2012, 07:51
Re: How To Make Rank System in GM! (rep++) - by iOmar - 02.04.2012, 07:53
Re: How To Make Rank System in GM! (rep++) - by blank. - 02.04.2012, 07:57
Re: How To Make Rank System in GM! (rep++) - by iOmar - 02.04.2012, 08:12
Re: How To Make Rank System in GM! (rep++) - by blank. - 02.04.2012, 08:14
Re: How To Make Rank System in GM! (rep++) - by Reklez - 02.04.2012, 08:23
Re: How To Make Rank System in GM! (rep++) - by blank. - 02.04.2012, 08:29

Forum Jump:


Users browsing this thread: 2 Guest(s)