Text Label isent showing?
#1

pawn Код:
new name[24];
GetPlayerName(playerid,name,24);
if(strcmp(name, "Torran", false) == 0)
{
label[playerid] = Create3DTextLabel("Administrator & Owner",COLOR_RED,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
}
If im supposed to see the text label,
Then i cant? Maybe i do something wrong
Reply
#2

Do you have it attached to a command? Or another feature. Eg : OnPlayerSpawn.
Reply
#3

Quote:
Originally Posted by Bruzer18
Do you have it attached to a command? Or another feature. Eg : OnPlayerSpawn.
Yes, OnPlayerSpawn
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)