Need help with...
#4

okay, you're asking for too much
pawn Код:
//Under when you spawn the car
        SetTimerEx("DestroyCar",600000,false,"i",playerid);  //10 minutes timer

forward DestroyCar(playerid);  //destroy car timer
public DestroyCar(playerid)
{
          DestroyVehicle(infernuscar);
}

//command using ZCMD
CMD:boom(playerid,params[])
{
    #pragma unused params
         DestroyVehicle(infernuscar);
         return 1;
}
Reply


Messages In This Thread
Need help with... - by Eligijus_Simpsonas - 24.08.2013, 00:44
Re: Need help with... - by Vanter - 24.08.2013, 00:51
Re: Need help with... - by Eligijus_Simpsonas - 24.08.2013, 01:12
Re: Need help with... - by Vanter - 24.08.2013, 01:15
Re: Need help with... - by Eligijus_Simpsonas - 24.08.2013, 08:59
Re: Need help with... - by Dragonsaurus - 24.08.2013, 09:21

Forum Jump:


Users browsing this thread: 1 Guest(s)