07.01.2012, 02:35
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
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);
}