[Ajuda] Carro nгo spawnar em determinada coordenada
#4

Nгo testei '-'
PHP код:
public OnVehicleSpawn(vehicleid)
{
    new 
Float:X,Float:Y,Float:Z;
    
GetVehiclePos(vehicleid,X,Y,Z);
    if((
2464.032) && (> -326.9805) && (< -829.1292) && (> -1051.009))
    {
         
SendClientMessageToAll(0x00FF00FF"Veiculo dentro GZ destruido");
         
DestroyVehicle(vehicleid);
    }
    else
    {
        
SendClientMessageToAll0x00FF00FF"Veiculo fora da GZ");
    }
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)