SA-MP Forums Archive
Text Label isent showing? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Text Label isent showing? (/showthread.php?tid=122655)



Text Label isent showing? - JoeDaDude - 22.01.2010

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


Re: Text Label isent showing? - Snyper18 - 23.01.2010

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


Re: Text Label isent showing? - Torran - 23.01.2010

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