[Ajuda] Veiculo nгo destroi
#1

Olб, estou tentando fazer com que o veнculo destrуi quando o player sair, mas nгo estб funcionando.

PHP код:
enum vConceInfo
{
    
vTemCarro,
    
vModel,
    
vColorOne,
    
vColorTwo,
    
Float:vLocal[3],
    
Float:vAngle,
    
vehicleconce,
}
new 
ConceInfo[MAX_PLAYERS][MAX_PLAYERCAR][vConceInfo];
// OnPlayerDisconnect
    
for(new 0MAX_PLAYERCARi++)
    {
        if(
ConceInfo[playerid][i][vTemCarro] == 1)
        {
            
DestroyVehicle(ConceInfo[playerid][i][vehicleconce]);
        }
    } 
Reply


Messages In This Thread
Veiculo nгo destroi - by SmokeKiLL - 13.02.2019, 03:43
Re: Veiculo nгo destroi - by Felipealves - 13.02.2019, 05:49
Re: Veiculo nгo destroi - by Malandrin - 13.02.2019, 11:51
Re: Veiculo nгo destroi - by SmokeKiLL - 13.02.2019, 13:47

Forum Jump:


Users browsing this thread: 1 Guest(s)