Create3DTextLabel
#1

This is the code for the label, it doesn't give any errors, but it won't show ingame
pawn Код:
public OnFilterScriptInit()
{
    Create3DTextLabel("Use /woodcutterduty if you Wish to go on duty!", 0xFFFF00AA, 2555.59961, -477.2998, 83.7, 0, 1);
    Create3DTextLabel("Use /sellwood if you Wish to sell your wood!", 0xFFFF00AA, 2556.80005, -465.79999, 82.8, 0, 1);
    Create3DTextLabel("Use /cutwood if you Wish to cut the tree!", COLOR_YELLOW, 2630.6001, -432.79999, 63, 0, 1);
Thanks in advance!
Reply
#2

Of course it won't show because you set draw distance to be 0. Put a bigger value.
Reply
#3

Thanks a lot, I've missed it somehow
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)