Help with 3dtextlabel
#1

Hey guys, so i creat 3dtextlabel and its just not show in server (Bad eng, i know, hope you understand what im trying to say. )

Code

Код HTML:
CreateDynamic3DTextLabel("House", 0xFFFFFFAA, -2450.8840,1141.3909,55.7333, 50, 0, 0);
Pic in server, im at the correct cordinates and i didnt see label..

http://i.imgur.com/rcbQf9Z.png


Streamer is okay
Reply
#2

pawn Код:
CreateDynamic3DTextLabel("House", 0xFFFFFFAA, -2450.8840, 1141.3909, 55.7333, 5.0)
Reply
#3

Yes you specified to attach the label to player id 0 and vehicle id 0 I am guessing the vehicleid overrides the playerid and since there is no vehicleid 0 your having issues.
Reply
#4

Thanks
Reply
#5

pawn Код:
public OnGameModeInit()
{
    CreateDynamic3DTextLabel("House", 0xFFFFFFFF, -2450.8840, 1141.3909, 55.7333, 5.0);
   
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)