SA-MP Forums Archive
[HELP]dynamic 3dtext label admin duty - 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]dynamic 3dtext label admin duty (/showthread.php?tid=559073)



[HELP]dynamic 3dtext label admin duty - Luca12 - 20.01.2015

Hello I have 3dtext label when admin go aon and label is created oke but somehow or something later I don't see label but the admin is still on I was see when he go aon okey but few seconds later nothing no label

do I need atach or

pawn Код:
DutyAdmin[playerid] = CreateDynamic3DTextLabel("On Admin Duty!)",LIGHTBLUE,0.0,0.0,0.6,15.0,playerid,INVALID_VEHICLE_ID,1,-1,-1,-1,100.0);



Re: [HELP]dynamic 3dtext label admin duty - Eyce - 20.01.2015

Try this:
pawn Код:
new Text3D:DutyAdmin[MAX_PLAYERS];
DutyAdmin[playerid] = CreateDynamic3DTextLabel("(On Admin Duty!)", LIGHTBLUE, 0.0, 0.0, 0.6, 30.0, playerid, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);