Rustler Bomb Plane not working
#4

Код:
 
    if(newkeys == KEY_HANDBRAKE)
        {		  		
if (IsPlayerInAnyVehicle(playerid) && GetVehicleModel(GetPlayerVehicleID(playerid)) ==  476  )
	 	        {
		 			new Float:Xp[MAX_PLAYERS],Float:Yp[MAX_PLAYERS],Float:Zp[MAX_PLAYERS];
		 			GetPlayerPos(playerid, Xp[playerid],Yp[playerid],Zp[playerid] );
					if(Zp[playerid] > 40 )
					{
 					CreateExplosion(Xp[playerid], Yp[playerid], Zp[playerid]-40, 7, 20.0);
}
}
}
Reply


Messages In This Thread
Rustler Bomb Plane not working - by alistair_hawk - 03.08.2015, 15:25
Re: Rustler Bomb Plane not working - by alistair_hawk - 03.08.2015, 17:22
Re: Rustler Bomb Plane not working - by jamesbond007 - 04.08.2015, 00:20
Re: Rustler Bomb Plane not working - by MBilal - 04.08.2015, 00:37
Re: Rustler Bomb Plane not working - by jamesbond007 - 04.08.2015, 00:51

Forum Jump:


Users browsing this thread: 1 Guest(s)