[Ajuda] Texto acima da skin
#7

pawn Код:
if(pAdmin[playerid] == 2)
{
new Text3D:label = Create3DTextLabel("Ajudante", 0xFFFF00FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
if(pAdmin[playerid] == 3)
{
new Text3D:label = Create3DTextLabel("Moderador(a)", 0xFFA500FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
if(pAdmin[playerid] == 4)
{
new Text3D:label = Create3DTextLabel("Administrador(a)", 0x1E90FFFF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
if(pAdmin[playerid] == 5)
{
new Text3D:label = Create3DTextLabel("Staff", 0x00FF00FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
}
ta ae
Reply


Messages In This Thread
Texto acima da skin - by Emanuel17 - 28.06.2013, 14:10
Re: Texto acima da skin - by iHarzard - 28.06.2013, 14:12
Re: Texto acima da skin - by iFox - 28.06.2013, 14:15
Re: Texto acima da skin - by Standby - 28.06.2013, 14:44
Re: Texto acima da skin - by Emanuel17 - 28.06.2013, 18:16
Re: Texto acima da skin - by Knight97 - 28.06.2013, 18:37
Re: Texto acima da skin - by Emanuel17 - 29.06.2013, 01:08
Re: Texto acima da skin - by Standby - 29.06.2013, 01:33
Re: Texto acima da skin - by dPlaYer_ - 29.06.2013, 02:09

Forum Jump:


Users browsing this thread: 2 Guest(s)