SA-MP Forums Archive
Help with 3dtextlabel - 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: Help with 3dtextlabel (/showthread.php?tid=537078)



Help with 3dtextlabel - Supermaxultraswag - 13.09.2014

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


Re: Help with 3dtextlabel - dionisak0s - 13.09.2014

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



Re: Help with 3dtextlabel - Pottus - 13.09.2014

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.


Re: Help with 3dtextlabel - Supermaxultraswag - 14.09.2014

Thanks


Re: Help with 3dtextlabel - Gogeta101 - 14.09.2014

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