Create3DTextLabel doesn't show up.
#1

pawn Код:
// Top of the script

new Text3D:Enter;
new Text3D:Exit;


// onGameModeInit

public OnGameModeInit()

    SetGameModeText("Testing");
    Enter = Create3DTextLabel("Please press /enter", 0x000000, 1341.5411, -1675.3422, 17.7164, 20.0, -1, 0);
    Exit = Create3DTextLabel("Please press /exit", 0x000000, 963.70001221, -53.29999924, 1000.70001221, 20.0, -1, 0);
    Update3DTextLabelText(Enter, 0x000000, "Please press /enter");
    Update3DTextLabelText(Exit, 0x000000, "Please press /exit");
I have no idea why this is not working.
Reply


Messages In This Thread
Create3DTextLabel doesn't show up. - by Rabbayazza - 16.07.2012, 23:46
Re: Create3DTextLabel doesn't show up. - by ViniBorn - 16.07.2012, 23:57
Re: Create3DTextLabel doesn't show up. - by FUNExtreme - 17.07.2012, 00:03
Re: Create3DTextLabel doesn't show up. - by Rabbayazza - 17.07.2012, 00:16
Re: Create3DTextLabel doesn't show up. - by Rabbayazza - 17.07.2012, 00:56
Re: Create3DTextLabel doesn't show up. - by Rabbayazza - 17.07.2012, 01:02
Re: Create3DTextLabel doesn't show up. - by ViniBorn - 17.07.2012, 01:06
Re: Create3DTextLabel doesn't show up. - by Rabbayazza - 17.07.2012, 15:50

Forum Jump:


Users browsing this thread: 2 Guest(s)