Help plx
#1

hi all,
I have going throught codes and now working to make a rank system for server.
so I got a problem now with 3dtextlabel..

PHP код:
 if(GetPlayerScore(playerid) > && GetPlayerScore(playerid) < 10)
    {
        new 
Text3D:label Create3DTextLabel("Trainee Pilot",WHITE30.040.050.040.00);
        
Attach3DTextLabelToPlayer(labelplayerid0.00.00.4);
    } 
the problem is I cant see any 3d label on players head with these score
hope will get replay soon,..
Reply
#2

well, I'm not a scripting professional or something but here it is:
Код:
 if(GetPlayerScore(playerid) <= 10) 
    { 
        new Text3D:label = Create3DTextLabel("Trainee Pilot",WHITE, 30.0, 40.0, 50.0, 40.0, 0); 
        Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.4); 
    }
Pretty much the same thing.. but ugh
also.. If I'm not wrong, you can't see your own label (Just saying incase you're testing it alone or something xD)
Reply
#3

You can't see label attached to you, but someone else can, don't worry about that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)