C:\Users\Adanilton Freire\Documents\Servidor\gamemodes\RZ.pwn(13102) : warning 217: loose indentation C:\Users\Adanilton Freire\Documents\Servidor\gamemodes\RZ.pwn(13103) : warning 217: loose indentation C:\Users\Adanilton Freire\Documents\Servidor\gamemodes\RZ.pwn(13104) : warning 217: loose indentation C:\Users\Adanilton Freire\Documents\Servidor\gamemodes\RZ.pwn(13105) : warning 217: loose indentation C:\Users\Adanilton Freire\Documents\Servidor\gamemodes\RZ.pwn(16119) : warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 22068 bytes Code size: 2748436 bytes Data size: 8513488 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements:11300376 bytes 5 Warnings.
SendClientMessageToAll(-1, string); SCM(playerid,-1,"Cuidado com o que escreve... Lupuens MANDA! "); Kick(playerid); return 0;
public OnGameModeInit() { LoadNPCs(); mysql_log(LOG_ERROR | LOG_WARNING); EnConteo = false; ArmasEstado = 1;
SendClientMessageToAll(-1, string);
SCM(playerid,-1,"Cuidado com o que escreve... Lupuens MANDA! ");
Kick(playerid);
return 0;
public OnGameModeInit()
{
LoadNPCs();
mysql_log(LOG_ERROR | LOG_WARNING);
EnConteo = false;
ArmasEstado = 1;
This warning means that you don't have the same indentation (one line starts at 4 spaces from left, the next one starts at 8 spaces etc..)
It is very easy, just do this: PHP код:
PHP код:
|