[AJUDA]Neon continua no veнculo depois de RESPAWN
#4

Coloque isto:

Код:
public OnVehicleSpawn(vehicleid)
{
    DestroyObject(GetPVarInt(vehicleid, "neon"));
    for(new i = 1; i < 12; i++)
    {
        new sStr[7];
        format(sStr,7,"neon%i",i);
        DestroyObject(GetPVarInt(vehicleid, sStr));
    }
    DeletePVar(vehicleid, "Status");
    return 1;
}
mais nгo adianto :\
Reply


Messages In This Thread
[AJUDA]Neon continua no veнculo depois de RESPAWN - by Nake01 - 13.08.2011, 21:08
Re: [AJUDA]Neon continua no veнculo depois de RESPAWN - by RockFire - 13.08.2011, 21:15
Re: [AJUDA]Neon continua no veнculo depois de RESPAWN - by ViniBorn - 13.08.2011, 21:16
Re: [AJUDA]Neon continua no veнculo depois de RESPAWN - by Nake01 - 15.08.2011, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)