problem with 3dlabels for player - 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: problem with 3dlabels for player (
/showthread.php?tid=244091)
problem with 3dlabels for player -
bijoyekuza - 26.03.2011
hey guys
I have this
new Text3D:AdminDuty[MAX_PLAYERS];
and lets say I have this command :
if(strcmp(cmd,"/aduty",true) == 0)
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
AdminDuty[playerid] = Create3DTextLabel("Admin",COLOR_RED,X, Y, Z+2.0,20.0,0);
Attach3DTextLabelToPlayer(AdminDuty[playerid],playerid,0,0,1.2);
return 1;
}
this is not the real command this is just part of it
but the Label doesnt show up
what to do ?
Re : problem with 3dlabels for player -
Vukilore - 26.03.2011
DELETE MY POST PLEASE, THaNKS
Re: problem with 3dlabels for player -
wheelman_WM - 26.03.2011
what ?
{
on Playertext(crap}
Ban(playerid;
}
Re: problem with 3dlabels for player -
bijoyekuza - 26.03.2011
would you to stop spamming ?
Re: problem with 3dlabels for player -
Retardedwolf - 26.03.2011
You can not see attached textlabels on yourself.