[Ajuda] [Warning] Loose indentation
#1

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

Reply
#2

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

Vallews Ilase Deu Certo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)