SA-MP Forums Archive
[Ajuda] [Warning] Loose indentation - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] [Warning] Loose indentation (/showthread.php?tid=506687)



[Warning] Loose indentation - fURYKiNG - 14.04.2014

» Ajudem Com Essas Warnings.
Код:
Desktop\GAMEMOD\pawno\include\PPC_PlayerCommands.inc(8379) : warning 217: loose indentation
Desktop\GAMEMOD\pawno\include\PPC_PlayerCommands.inc(8380) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
2 Warnings.


» Comandos Envolvidos.
Код:
CMD:fumarmaconha(playerid, params[])
{
    SendAdminText(playerid, "/fumarmaconha", params);
    new String[56];
    format(String, sizeof String, "{FFFFFF}O Jogador {FF0000}%s {FFFFFF}Estб Fumando Maconha. [/fumarmaconha]", rNome(playerid));
    SendClientMessageToAll(0x80FF86AA, String);
    ApplyAnimation(playerid,"SMOKING","M_smklean_loop",4.1,1,1,1,1,1);
    PlayerPlaySound(playerid, 1150, 0.0, 0.0, 0.0);
    SetPlayerDrunkLevel(playerid,50000);
    SetPlayerWeather(playerid, 66);
    SendClientMessage(playerid, 0xF0F0F0FF, "{FFFFFF}Vocк Aperto Um Dos Bom");
    SendClientMessage(playerid, 0xF0F0F0FF, "{FFFFFF}Quer Parar De Fumar ? {FF0000}Use: /parardefumar");
	return 1;
}
CMD:parardefumar(playerid, params[])
{
    SendAdminText(playerid, "/parardefumar", params);
     new String[56];
    format(String, sizeof String, "{FFFFFF}O jogador {FF0000}%s {FFFFFF}Deixou A Vida De Fumar Maconha [/parardefumar]", rNome(playerid));
    SendClientMessageToAll(0x80FF86AA, String);
    SetPlayerWeather(playerid, 0);
    ClearAnimations(playerid);
    SetPlayerDrunkLevel(playerid,0);
    SendClientMessage(playerid, 0xF0F0F0FF, "{FFFFFF}Ve Se Toma Vergonha Na Cara e Saia Dessa Vida.");
	return 1;




Re: [Warning] Loose indentation - Krisky_ - 14.04.2014

Coloque o "COD" aki nesse site
http://tabulador.medianewsonline.com/


Re: [Warning] Loose indentation - fURYKiNG - 14.04.2014

Vallews Ilase Deu Certo