Quote:
Originally Posted by iPLEOMAX
Hard to understand.. but..
pawn Код:
//Use this to delete the current car: DestroyVehicle( GetPlayerVehicleID(playerid) );
//Use this protection if player is already in a car: if (IsPlayerInAnyVehicle(playerid)) return SendClientMessage(pllayerid, 0xFF0000FF, "You already have a vehicle!");
|
If someone use a command with that code the car can be destroyed.