Porque El Warning En Este Comando
#1

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;
}

Reply
#2

їQue aviso te da? Usarнa mis poderes h4x para entrar en tu PC y averiguarlo yo mismo, pero es mas fбcil si das la informaciуn completa.
Reply
#3

їQuй te dice el warning?
Reply
#4

Mira
Quote:

C:\Users\User Principal 2\Documents\DeTodoUnPoco\filterscripts\adminV1.pwn (24 : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Reply
#5

Ese warning solo sale cuando esta mal ordenada la linea.
Reply
#6

Pega tu comando y funciones que te tiren ese warning aqui; http://tabulador.medianewsonline.com/ la pбgina de lo ordena.
Reply
#7

Hola amigo, pruebe este codigo aquн si me da error avise en el PM

PHP код:
COMMAND:repairall(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdmin] < MAX_NIVEL_ADMIN && PlayerInfo[playerid][pVIP] < MAX_NIVEL_VIP )
    return 
SendClientMessage(playeridCOLOR_ROJO"ERROR:No Tienes Permiso Para Usar Este Comando");
    
// Loop through all vehicles
    
for (new i2000i++)
    
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;

Reply
#8

Quote:
Originally Posted by GuilhermeNunes
Посмотреть сообщение
Hola amigo, pruebe este codigo aquн si me da error avise en el PM

PHP код:
COMMAND:repairall(playeridparams[])
{
    if(
PlayerInfo[playerid][pAdmin] < MAX_NIVEL_ADMIN && PlayerInfo[playerid][pVIP] < MAX_NIVEL_VIP )
    return 
SendClientMessage(playeridCOLOR_ROJO"ERROR:No Tienes Permiso Para Usar Este Comando");
    
// Loop through all vehicles
    
for (new i2000i++)
    
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;

Ese Me Funciono Correcta Mente Gracia Por Ordenarlo
Reply
#9

...
Reply
#10

Simplemente debes ordenarlo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)