Spawned cars delete
#1

I need help o want script file that delete spawned cars by comand /elegy /sultan /jester and more but no cars wich is includes in gamemode any help ?
Reply
#2

When a vehicle is spawned, save it's id, then you can just delete it easy.

Or use:

Код:
if(strcmp("/delveh", cmdtext, true))
{
    DestroyVehicle(GetPlayerVehicleID(playerid));
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)