[Ajuda] Arrumar Warnings (Loose indentation/arguments does not match definition)
#5

O TAB й simplesmente 4 linhas.

pawn Код:
new Equipou[MAX_PLAYERS] = 0;


CMD:equipar(playerid) {
print("Equipado");
Equipou[playerid] = 1;
return 1;
}

CMD:equipar(playerid) {
    print("Equipado");
    Equipou[playerid] = 1;
    return 1;
}
Reply


Messages In This Thread
Arrumar Warnings (Loose indentation/arguments does not match definition) - by presidiario - 07.12.2014, 22:46
Re: alguem ajuda arrumar esses warnings - by Artista - 07.12.2014, 23:10
Re: alguem ajuda arrumar esses warnings - by JonathanFeitosa - 07.12.2014, 23:13
Re: alguem ajuda arrumar esses warnings - by presidiario - 07.12.2014, 23:15
Re: Arrumar Warnings (Loose indentation/arguments does not match definition) - by ipsLuan - 08.12.2014, 10:28

Forum Jump:


Users browsing this thread: 1 Guest(s)