16.04.2013, 17:18
pawn Код:
C:\Users\o\Desktop\Server\gamemodes\serverleo.pwn(189) : warning 217: loose indentation
...
pawn Код:
public OnPlayerDeath ( playerid, killerid, reason )
{
if ( Profissao [ playerid ] == 0 )
{
SetPlayerColor ( playerid, -1 ) ;
}
if ( Mecanico [ playerid ] == 1 )
{
SetPlayerColor ( playerid, -1 ) ;
}
SendDeathMessage ( killerid, playerid, reason ) ;
return 1;
}