05.05.2012, 02:39
pawn Код:
(7503) : warning 217: loose indentation
(7611) : warning 217: loose indentation
2 Warnings.
aqui as linhas
new str[50]; [COLOR="Red"]essa aqui e uma[/COLOR]
format(str,sizeof str,"Procurado Nivel: %i", GetPlayerWantedLevel(killerid));
label[killerid] = Create3DTextLabel(str, -1, 0.0, 0.0, 0.0, 5.0, 0);
Attach3DTextLabelToPlayer(label[killerid], killerid, 0.0, 0.0, 0.35);
Delete3DTextLabel(label[playerid]);
//==================================[SUSPEITO MORTO]=========================//
if(WantedPoints[playerid] >= 1) [COLOR="red"]essa e a outra[/COLOR]