17.08.2013, 23:54
Codigo estб correto?
?
pawn Код:
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
if( pAdmin[playerid] == 1 || pAdmin[playerid] == 2 || pAdmin[playerid] == 3 || pAdmin[playerid] == 4 || pAdmin[playerid] == 5)
{
new Text3D:label = Create3DTextLabel("Administrador(a)", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
return 1;
}