SA-MP Forums Archive
Create3DTextLabel - 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)
+--- Thread: Create3DTextLabel (/showthread.php?tid=440846)



Create3DTextLabel - Zigonja - 31.05.2013

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!


Re: Create3DTextLabel - Pooh7 - 31.05.2013

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


Re: Create3DTextLabel - Zigonja - 31.05.2013

Thanks a lot, I've missed it somehow