#2

Crie uma booleana com o vetor MAX_VEHICLES para identificar os veнculos que foram criados.

PHP код:
static boolvCriado[MAX_VEHICLES]; 
Adicione essa variбvel no comando CV:

PHP код:
 vCriado[vehid] = true
Na public OnPlayerExitVehicle adicione:

PHP код:
if(vCriado[vehicleid] == true
{
        
//Pode adicionar oque quiser aqui, uma mensagem, som ao destruir o veнculo, etc..
    
vCriado[vehicleid] = false;
    
DestroyVehicle(vehicleid);

Reply


Messages In This Thread
/cv - by Mackanor - 28.01.2019, 18:52
Re: /cv - by NWDMadara - 28.01.2019, 19:02

Forum Jump:


Users browsing this thread: 3 Guest(s)