[ajuda] usando ONVehicleDamageStatusUpdate
#6

ai fiz desse jeito mais o carro ta estragando e nao ta reparando

pawn Код:
public OnVehicleDamageStatusUpdate(vehicleid, playerid)
{
    new blindados = GetVehicleModel(vehicleid);
    if(blindados == 427 && blindados == 497 && blindados == 528 && blindados == 601) return RepairVehicle(vehicleid) && SetVehicleHealth(GetPlayerVehicleID(playerid),999999);
    return 1;
}
tem algo de errado ?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)