ProximoVehicle(playerid, Float:range) { new Float:Pos[3]; for(new v; v != MAX_VEHICLES; ++v) { GetVehiclePos(v, Pos[0], Pos[1], Pos[2]); if(IsPlayerInRangeOfPoint(playerid, range, Pos[0], Pos[1], Pos[2])) return true; } return false; }
(05/02/2021 12:08)xbruno1000x Escreveu: Código:ProximoVehicle(playerid, Float:range) { new Float:Pos[3]; for(new v; v != MAX_VEHICLES; ++v) { GetVehiclePos(v, Pos[0], Pos[1], Pos[2]); if(IsPlayerInRangeOfPoint(playerid, range, Pos[0], Pos[1], Pos[2])) return true; } return false; }
ProximoVehicle(playerid, Float:range)
if(ProximoVehicle(playerid, 8.0)) return ShowInfoBox(playerid, COLOR_RED, "ERRO: Você não pode usar o /skins próximo a um veículo!");