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



3dtextlabel - Mustafa6155 - 21.11.2012

Hello guys me TextLabels dont show
pawn Код:
Create3DTextLabel("The Lv Airplane",0x33AA33AA,1678.02, 1448.21, 10.77,30.0,1);
    Create3DTextLabel("Autobahn",0x33AA33AA,2167.51, 1411.25, 10.82,30.0,1);
    Create3DTextLabel("Bombshop",0x33AA33AA,2230.39, 1416.25, 11.06,30.0,1);
    Create3DTextLabel("24/7",0x33AA33AA,2193.35, 1990.98, 12.29,30.0,1);
    Create3DTextLabel("The Roca Escalante bank",0x33AA33AA,2270.91, 2292.23, 10.82,30.0,1);
    Create3DTextLabel("LVPD HQ",0x33AA33AA,2290.16, 2431.15, 10.82,30.0,1);
    Create3DTextLabel("Police Drop - Off",0x3A47DEFF,2281.37, 2428.92, 3.27,30.0,1);
    Create3DTextLabel("Police item spawner",0x33AA33AA,2297.93, 2473.44, 3.27,30.0,1);
    Create3DTextLabel("Hello Cops u job is to catch wanteds",0xFF9900AA,2291.53, 2458.28, 3.53,30.0,1);
    Create3DTextLabel("Car Dealer",0x33AA33AA,1024.14, 2111.16, 10.82,30.0,1);
    Create3DTextLabel("Drug Dealer",0x33AA33AA,1689.13, 917.79, 10.78,30.0,1);
I but this under OnGameModeInIt and OnPlayerConnect
What to do it shows?


Re: 3dtextlabel - Konstantinos - 21.11.2012

pawn Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
You misssed one parameter and it should be in OnGameModeInit. If it still doesn't work, use a streamer.


Re: 3dtextlabel - Mustafa6155 - 21.11.2012

thanks