Deleting a car by ID
#1

Ive seen this done in some servers. I tried making my own script but too much errors. I want a command so you can /dc (id) and it will destroy that car. Like when you do /dl and it shows the car id
This is what i TRIED to make
pawn Код:
CMD:dc(playerid, params[])
{
    if(IsPlayerLuxAdmin(playerid))
{
    return DelVehicle(vehicleid));
    SendClientMessage(playerid, COL_ADMIN, "Deleted car ID %i",vehicleid);
}
Reply


Messages In This Thread
Deleting a car by ID - by SnG.Scot_MisCuDI - 07.01.2012, 02:35
Re: Deleting a car by ID - by Richie - 07.01.2012, 02:40
Re: Deleting a car by ID - by SnG.Scot_MisCuDI - 07.01.2012, 02:48
Re: Deleting a car by ID - by Outcast - 07.01.2012, 03:02
Re: Deleting a car by ID - by SnG.Scot_MisCuDI - 07.01.2012, 03:31

Forum Jump:


Users browsing this thread: 2 Guest(s)