NRG DestroyVehicle
#1

pawn Код:
if (strcmp("/nrg", cmdtext, true, 10) == 0)
    {
       new Float:X,Float:Y,Float:Z;
       GetPlayerPos(playerid,X,Y,Z);
       PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);
       return 1;
    }


I want this command to destroy the bike to 30 seconds
help ?
Reply


Messages In This Thread
NRG DestroyVehicle - by Cpt.Shady - 17.03.2012, 21:36
Re: NRG DestroyVehicle - by GNGification - 17.03.2012, 21:39
Re: NRG DestroyVehicle - by Cpt.Shady - 17.03.2012, 21:41
Re: NRG DestroyVehicle - by GNGification - 17.03.2012, 21:45
Re: NRG DestroyVehicle - by Cpt.Shady - 17.03.2012, 21:49
AW: NRG DestroyVehicle - by BigETI - 17.03.2012, 21:56
Re: NRG DestroyVehicle - by GNGification - 17.03.2012, 21:57
Re: NRG DestroyVehicle - by Cpt.Shady - 17.03.2012, 22:12
Re: NRG DestroyVehicle - by GNGification - 17.03.2012, 22:29
Re: NRG DestroyVehicle - by Cpt.Shady - 17.03.2012, 22:38

Forum Jump:


Users browsing this thread: 1 Guest(s)