3Dtextlabel help!
#1

Hey i got this error:
pawn Код:
warning 213: tag mismatch
Here are lines:
pawn Код:
new welcome;

public OnGameModeInit()
welcome = Create3DTextLabel("{FFFFFF}Welcome palyer", -1, 147.23, 50.0, 30.0, 40.0, 1, 1);

public OnGameModeExit()
Delete3DTextLabel(welcome);
Any help?
Reply
#2

why don't you just add Create3DTextLabel("{FFFFFF}Welcome palyer", -1, 147.23, 50.0, 30.0, 40.0, 1, 1);

under gamemodeinit

? i don't think that new welcome; is needed by that much
Reply
#3

im using restart system and i need 3dtextlabel to delete it.
Reply
#4

pawn Код:
new Text3D: welcome;
Reply
#5

Quote:
Originally Posted by -Prodigy-
Посмотреть сообщение
pawn Код:
new Text3D: welcome;
thank you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)