[HELP] 3d label above player name - 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] 3d label above player name (
/showthread.php?tid=562253)
[HELP] 3d label above player name -
Luca12 - 07.02.2015
Hello. I was create dynamic label above player name when is admin on duty but I was put cordinates 0.0,0.0.,0.8 and that should create dynamic label a little bit higher above his name but nothing happes no matter what I put also I try with 0.0,0.0,1.0 but nothing.
pawn Код:
DutyAdmin[playerid] = CreateDynamic3DTextLabel("On Admin Duty!)",LIGHTBLUE,0.0,0.0,0.8,15.0,playerid,INVALID_VEHICLE_ID,1,-1,-1,-1,100.0);
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL,DutyAdmin[playerid],E_STREAMER_ATTACH_OFFSET_Z,0.30);