Car Spawning
#1

How do I make the car destroy itself when the player exits the car.

Код:
 case 7: // Car
		{
		    new Float:X,Float:Y,Float:Z,
			carid;
			carid = strval(inputtext);
			GetPlayerPos(playerid, X,Y,Z);
			AddStaticVehicle(carid,X+3.0,Y,Z,0.0,0,0);
            ShowPlayerDialog(playerid, 19, DIALOG_STYLE_MSGBOX, "Spawning", "Car Spawned", "Ok", "");
			if(IsPlayerInAnyVehicle(playerid)){

			}
			}
Reply


Messages In This Thread
Car Spawning - by Runedog48 - 18.07.2011, 19:11
Re: Car Spawning - by Adil - 18.07.2011, 19:22
Re: Car Spawning - by =WoR=Varth - 19.07.2011, 03:10
Re: Car Spawning - by DRIFT_HUNTER - 19.07.2011, 03:17

Forum Jump:


Users browsing this thread: 2 Guest(s)