0.3 slight problem..
#1

I know this isnt a problem with 0.3, its a problem with my script.

I want "ADMIN" To show under a persons name, but only for level 1 and up. And its attatching to everyone..

http://pastebin.com/m15a0fbdf
Reply
#2

I'm not sure, but I think you should use CreatePlayer3DTextLabel
Reply
#3

Oh yeah, I meant to use "CreatePlayer3DLable" but now I'm getting "tag mismatch" on this line:

Admin = CreatePlayer3DTextLabel(playerid,"ADMIN",COLOR_RED , X, Y, Z, 40.0);
Reply
#4

Make sure you're using Float:'s in the right place.
Reply
#5

pawn Код:
Admin = CreatePlayer3DTextLabel(playerid,"ADMIN",COLOR_RED,X,Y,Z,40.0);
You had spaces between X,Y,Z and no other place.

-Mike.
Reply
#6

Quote:
Originally Posted by [NYRP
Mike. ]
pawn Код:
Admin = CreatePlayer3DTextLabel(playerid,"ADMIN",COLOR_RED,X,Y,Z,40.0);
You had spaces between X,Y,Z and no other place.

-Mike.
Doesn't matter if you have spaces.

I've got it to compile, but its not showing under their name now, but if i kill myself, and go back to where i died, I see the lable.

http://pastebin.com/m50aa94b8
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)