[Ajuda] warning 202: number of arguments does not match definition
#3

nгo deu mano.

aqui estб:

PHP Code:
stock VerificarVeiculoCrashado(id)
{
    if(!
VeiculoBugado[id])
    {
        
VeiculoBugado[id] = id;
        new 
Float:Pos[3];
        for(new 
ii<MAX_PLAYERSi++)
        {
            if(
IsPlayerConnected(i))
            {
                
GetPlayerPos(iPos[0], Pos[1], Pos[2]);
                if(
GetPlayerVehicleID(i) == VeiculoBugado[id])
                {
                    if(
Pos[0] >= 999999.875000 || Pos[1] >= 10000000.000000 || Pos[2] >= 1410065408.000000)
                    {
                        
CrashadoVeiculo(i);
                    }
                    else
                    {
                        
CrashouVeiculo(i);
                    }
                }
            }
        }
        
VeiculoBugado[id] = -1;
    }

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)