Cars enterable for certain Scores Only
#3

Код:
if (GetVehicleModel(vehicleidx) == 432)
				{
					if(rank[playerid] >= 2) //what ever rank u want it to be.
					{
			    	IsInRhino[playerid] = vehicleidx;
			  	}
		   		else
					{
					  new Float:X, Float:Y, Float:Z;
						GetPlayerPos(playerid, X, Y, Z);
						SetPlayerPos(playerid, X+2.0, Y, Z+2.0);
						SendClientMessage(playerid, COLOR_RED, "You arent rank 2!");
				 	}
				}
Reply


Messages In This Thread
Cars enterable for certain Scores Only - by laser50 - 10.03.2010, 20:28
Re: Cars enterable for certain Scores Only - by Carlton - 10.03.2010, 20:31
Re: Cars enterable for certain Scores Only - by 02manchestera - 10.03.2010, 20:31
Re: Cars enterable for certain Scores Only - by Fedee! - 10.03.2010, 20:35
Re: Cars enterable for certain Scores Only - by Torran - 10.03.2010, 20:37
Re: Cars enterable for certain Scores Only - by 02manchestera - 10.03.2010, 20:42
Re: Cars enterable for certain Scores Only - by Carlton - 10.03.2010, 20:52
Re: Cars enterable for certain Scores Only - by Fedee! - 10.03.2010, 20:55
Re: Cars enterable for certain Scores Only - by Carlton - 10.03.2010, 20:56
Re: Cars enterable for certain Scores Only - by laser50 - 10.03.2010, 21:13

Forum Jump:


Users browsing this thread: 1 Guest(s)