how make textdrow on admins
#1

hello all

I need for help , for make a textdrow on admins and flashing on admins name

please help me

[sorry for by bad english]
Reply
#2

You mean 3D text above the admin's skin?
Reply
#3

yes when admin spawn other players can see admin textdraw on admin skin in game
Reply
#4

first it's not textdrow , it's textdraw
second what you need is 3D text label
attach it on a player
Reply
#5

tnx my brother
Reply
#6

pawn Код:
// Add this in there
    if(IsPlayerAdmin(playerid)) {
    new Text3D:label = Create3DTextLabel("Administrator", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
     }
// In OnPlayerConnect
public OnPlayerConnect(playerid)
{
 // In here
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)