[Ajuda] Respawn Veiculo
#1

Olб, estou com problema na hora de spawn no veiculo tuning

Codigo:
PHP код:
public OnVehicleSpawn(vehicleid)
{
    
//Respawn Veiculo Set
    
for(new car 0car MAX_CARROScar++)
    {
        new
            
gStr[50]
        ;
        
format(gStr,sizeof(gStr),SETS,car);
        
AddVehicleComponent(Set[car], DOF2_GetInt(gStr,"Rodas"));
        
ChangeVehiclePaintjob(Set[car], DOF2_GetInt(gStr,"PaintJob"));
        
AddVehicleComponent(Set[car], DOF2_GetInt(gStr,"Nitro"));
        
AddVehicleComponent(Set[car], DOF2_GetInt(gStr,"Suspensao"));
    }
    return 
1;
  } 
Porem ele demora de 10 a 20 segundo para aparecer o veiculo, fora o que trava o sevidor inteiro, alguem poderia me ajudar?
Reply


Messages In This Thread
Respawn Veiculo - by powerths - 09.02.2018, 19:36
Re: Respawn Veiculo - by ZaHHak - 09.02.2018, 19:52
Re: Respawn Veiculo - by powerths - 09.02.2018, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)