Create3DTextLabel
#1

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.
Reply
#2

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. :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)