Little Help
#1

Hello everybody.How to make when player jump with car into water to die how to make it
Reply
#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
#3

Not when car will jump into the water to player die
Reply
#4

So do someone know??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)