Little Help
#2

if you mean destroy the car when you die ?

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
          new 
currentveh;
          
currentveh GetPlayerVehicleID(playerid);
          
DestroyVehicle(currentveh);
          return 
1;
    return 
1;

would work i think
note i havent tested it
also that will only work if your in the car when you die if your not and you jump out when falling into the water idk =/ have to wait for someone more experinced, of which there are many lol.
Reply


Messages In This Thread
Little Help - by SpiderWalk - 29.11.2011, 11:36
Re: Little Help - by English-Conceptz - 29.11.2011, 11:57
Re: Little Help - by SpiderWalk - 29.11.2011, 12:05
Re: Little Help - by SpiderWalk - 29.11.2011, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)