Jump to content

[REZOLVAT] Bug despawnvehicles Burned


Mihuta
 Share

Recommended Posts

Salut @Mihuta, pentru a rezolva acest bug. Urmareste acest mic tutorial:

1. Cauta in gamemode  function DespawnVehicle(carid) {

2. Sterge aceea functie

3. Copiaza si pune aceasta functie in gamemode:

function DespawnVehicle(carid) {
    new dbid = FindSpawnID(carid);
    if(CarInfo[dbid][Spawned] != 0 && !IsVehicleOccupied(CarInfo[dbid][Spawned])) DestroyPlayerCar(dbid);
    printf("Vehicle %d despawned. [db: %d]", carid, dbid);
    return 1;
}

 

P.S: Daca nu iti merge, astept un mesaj in privat sau pe discord : iStack#6553

Succes ! ❤️ Leaks.ro

Link to comment
Share on other sites

Acum 46 minute, iStack a spus:

Salut @Mihuta, pentru a rezolva acest bug. Urmareste acest mic tutorial:

1. Cauta in gamemode  function DespawnVehicle(carid) {

2. Sterge aceea functie

3. Copiaza si pune aceasta functie in gamemode:

function DespawnVehicle(carid) {
    new dbid = FindSpawnID(carid);
    if(CarInfo[dbid][Spawned] != 0 && !IsVehicleOccupied(CarInfo[dbid][Spawned])) DestroyPlayerCar(dbid);
    printf("Vehicle %d despawned. [db: %d]", carid, dbid);
    return 1;
}

 

P.S: Daca nu iti merge, astept un mesaj in privat sau pe discord : iStack#6553

Succes ! ❤️ Leaks.ro

Multumesc.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...