Disable vehicle respawn
#1

Hello all,

One simple question: How can I disable car respawning? I want that when my car explodes, it doenst respawn anymore... I know I can do it OnVehicleSpawn, but I want to know if there is another option...

Thanks

Bas
Reply
#2

Unsure if it will work, but try:

pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
    DestroyVehicle(vehicleid);
    return 1;
}
Reply
#3

Yep, that worked, thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)