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=506107)



Create3DTextLabel - AphexCCFC - 11.04.2014

How come my pickup is showing but not the text label?

pawn Код:
stock LoadPickups()
{
    Create3DTextLabel("Natwest Bank\n"White"Use /enter or F to go inside", COLOR_PINK, -1581.2532, 867.0182, 7.6953, 15, -1, 1);
    CreatePickup(1274, 1, -1581.2532, 867.0182, 7.6953, -1);
    return 1;
}
I do have LoadPickups() under OnGameModeInIt.


Re: Create3DTextLabel - PrivatioBoni - 11.04.2014

Are you sure you are in the virtual world -1? You can only see it if you are in the same VW as the label.

Actually, disregard this, it didn't occur to me that you see the pickup. I would delete this post but I can't. :/