30.03.2015, 16:23
about "type you defined type which is not being used so thats why compiler showing you that error and about warnings
pawn Код:
If(gData[playerid][Dom] != 2)
{
SetPlayerHealth(playerid, 10); // there is a bit space
SendClientMessage(playerid, -1, "more space in this line so thats why compiler shows loose indentation warning");
}