Help with 3DTextLabel - 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: Help with 3DTextLabel (
/showthread.php?tid=122135)
Help with 3DTextLabel -
Laconcha - 20.01.2010
I have on the top:
pawn Код:
new Text3D:lol[MAX_PLAYERS];
I have this in "OnPlayerSpawn":
pawn Код:
if(SInfo[playerid][Admin] > 0)
{
format(string, sizeof(string), "Admin LVL: %d", SInfo[playerid][Admin]);
lol[playerid] = Create3DTextLabel(string, red, 0,0,0, 40.0, -1, 1);
Attach3DTextLabelToPlayer(lol[playerid], playerid, 0.0, 0.0, 0.4);
}
My problem is: Sometimes it attaches the label, and other times, it doesn't.. I think it only shows with the last admin connected(not all of them). Help me.
Re: Help with 3DTextLabel -
Laconcha - 20.01.2010
Please I need help with this :/