21.01.2013, 06:33
Oh, Hello there, i need help with Create3DTextLabel.
I create this script :
But In Game only 3 labels that appear on screen, how to make all labels appear?
Thanks
I create this script :
pawn Код:
Create3DTextLabel("Type /v to spawn a vehicle!",green,-552.6854,2594.1509,53.5156,88.9742,0,1);
Create3DTextLabel("Are you new here? type /help for more info",orange,-523.8593,2585.4375,53.5703,268.2025,0,1);
Create3DTextLabel("Type /teles to show teleport list",lightblue,-523.9078,2600.9485,53.5703,0.0101,0,1);
Create3DTextLabel("Thanks for playing in this server!",blue,-492.0814,2588.4346,53.4815,269.4325,0,1);
Create3DTextLabel("Find a bug? Report them on forum!",gold,-491.8217,2597.3918,53.4658,0.6134,0,1);
Thanks