Problema label's
#5

Quote:
Originally Posted by DeadSkyTkb
Посмотреть сообщение
pawn Код:
public OnPlayerConnect(playerid)
{
    new Text3D:label[MAX_PLAYERS];
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos( playerid, X, Y, Z );
    if(Informacion[playerid][Nivel] == 1)
    {
       label[playerid] = Create3DTextLabel("Administrador",0x008080FF,30.0,40.0,50.0,40.0,0);
       Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
    }
    else if(Informacion[playerid][Nivel] == 2)
    {
       label[playerid] = Create3DTextLabel("Administrador",0x008080FF,30.0,40.0,50.0,40.0,0);
       Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
    }
    else if(IsPlayerNPC(playerid))
    {
        new Text3D:Oficial = Create3DTextLabel("Guardia de Seguridad", 0x008080FF, 30.0, 30.0, 50.0, 40.0, 0);
        Attach3DTextLabelToPlayer(Oficial, playerid, 0.0, 0.0, 0.7);
    }
    return 1;
}
No tampoco
Reply


Messages In This Thread
Problema label's - by Daniel_Ruiz - 18.03.2013, 16:17
Respuesta: Problema label's - by Xabi - 18.03.2013, 17:30
Respuesta: Problema label's - by Daniel_Ruiz - 18.03.2013, 19:47
Respuesta: Problema label's - by Glimma - 18.03.2013, 20:27
Respuesta: Problema label's - by Daniel_Ruiz - 18.03.2013, 21:11
Respuesta: Problema label's - by Glimma - 18.03.2013, 21:14
Respuesta: Problema label's - by OTACON - 18.03.2013, 22:46

Forum Jump:


Users browsing this thread: 1 Guest(s)