Instant Vehicle Explosion?
#17

Okay, as you see from my script below:

pawn Code:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if(explosion == 0)
    {
        return 1;
    }
    else if(explosion == 1)
    {
        new iSeat = GetPlayerVehicleSeat(playerid);
        if(iSeat == 0)
        {
            PutPlayerInVehicle(playerid, vehicleid, GetPlayerVehicleSeat(playerid));
            SendClientMessage(playerid,COLOR_RED,"You Cannot Leave Your Car While Bomb Armed!");
            SendClientMessage(playerid,COLOR_LIGHTBLUE,"Type /Disarm Bomb To Disarm it!");
        }
    }
    return 1;
}
It still doesn't seem to be working.

Anymore suggestions?

What i want is that if the player attempts to exit the vehicle while his bomb is in the process of being exploded, it will put him back into the driver seat saying that you cannot do that.
Reply


Messages In This Thread
Instant Vehicle Explosion? - by Mustang GT - 25.08.2011, 05:57
Re: Instant Vehicle Explosion? - by iggy1 - 25.08.2011, 06:02
Re: Instant Vehicle Explosion? - by =WoR=Varth - 25.08.2011, 06:02
Re: Instant Vehicle Explosion? - by Bakr - 25.08.2011, 06:03
Re: Instant Vehicle Explosion? - by iggy1 - 25.08.2011, 06:04
Re: Instant Vehicle Explosion? - by =WoR=Varth - 25.08.2011, 06:14
Re: Instant Vehicle Explosion? - by Bakr - 25.08.2011, 06:14
Re: Instant Vehicle Explosion? - by iggy1 - 25.08.2011, 06:16
Re: Instant Vehicle Explosion? - by rbN. - 25.08.2011, 06:19
Re: Instant Vehicle Explosion? - by =WoR=Varth - 25.08.2011, 06:20
Re: Instant Vehicle Explosion? - by Mustang GT - 25.08.2011, 06:33
Re: Instant Vehicle Explosion? - by rbN. - 25.08.2011, 06:33
Re: Instant Vehicle Explosion? - by DRIFT_HUNTER - 25.08.2011, 06:40
Re: Instant Vehicle Explosion? - by Mustang GT - 25.08.2011, 06:42
Re: Instant Vehicle Explosion? - by =WoR=Varth - 25.08.2011, 06:46
Re: Instant Vehicle Explosion? - by Bakr - 25.08.2011, 06:47
Re: Instant Vehicle Explosion? - by Mustang GT - 25.08.2011, 06:56
Re: Instant Vehicle Explosion? - by boelie - 25.08.2011, 07:10
Re: Instant Vehicle Explosion? - by Mustang GT - 25.08.2011, 07:14
Re: Instant Vehicle Explosion? - by Kar - 25.08.2011, 07:19

Forum Jump:


Users browsing this thread: 1 Guest(s)