SA-MP Forums Archive
Attach3DTextLabelToPlayer bug - 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)
+--- Thread: Attach3DTextLabelToPlayer bug (/showthread.php?tid=351800)



Attach3DTextLabelToPlayer bug - UnAngel - 17.06.2012

i dont know what the bug here all good no error no waring but when i do the commands for mask its
dont do this please help i doesnot see the text

PHP код:
MaskedName[playerid] = PlayerInfo[playerid][pMaskRandom];//MaskedName[playerid]
format(sendernameMAX_PLAYER_NAME"Stranger[Masked_%d]",MaskedName[playerid]);
new 
Float:xFloat:yFloat:z;
GetPlayerPos(playerid,x,y,z);
Mask[playerid] = Create3DTextLabel(sendername,COLOR_WHITE,x,y,z+2,20,0,0);
Attach3DTextLabelToPlayer(Mask[playerid],playerid,0.0,0.0,0.0); 



Re: Attach3DTextLabelToPlayer bug - UnAngel - 17.06.2012

any one please !!