Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Porque El Warning En Este Comando

$
0
0
Porque Este Comando Me Da Warning Justo En esta Parte for (new i; i < 2000; i++)
Quote:

COMMAND:repairall(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] < MAX_NIVEL_ADMIN && PlayerInfo[playerid][pVIP] < MAX_NIVEL_VIP )
return SendClientMessage(playerid, COLOR_ROJO, "ERROR:No Tienes Permiso Para Usar Este Comando");
// Loop through all vehicles
for (new i; i < 2000; i++)
RepairVehicle(i); // Fully repair the vehicle (damage value and bodywork)

// Send all players a message to inform them that all vehicles have been repaired
SendClientMessageToAll(0x00FF00FF, "Todos los vehiculos fueron reparados por un admin");

return true;
}

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>