01.12.2012, 18:37
Erros
Erros
Codes completo
pawn Код:
41788 : error 028: invalid subscript (not an array or too many subscripts): "AdminText"
41788 : warning 215: expression has no effect
41788 : error 001: expected token: ";", but found "]"
41788 : error 029: invalid expression, assumed zero
41788 : fatal error 107: too many error messages on one line
pawn Код:
AdminText[playerid] = Create3DTextLabel("|Adm| Em Serviзo\nPosso ajudalo Senhor?!",COLOR_YELLOW,0.0,0.0,0.0,0.0,1);
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 1)
{
new Text3D:AdminText;
AdminText[playerid] = Create3DTextLabel("|Adm| Em Serviзo\nPosso ajudalo Senhor?!",COLOR_YELLOW,0.0,0.0,0.0,0.0,1);
Attach3DTextLabelToPlayer(AdminText[playerid], playerid, 0.0, 0.0, 0.75);
}