[HELP] admin duty label problem - 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] admin duty label problem (
/showthread.php?tid=559237)
[HELP] admin duty label problem -
Luca12 - 21.01.2015
Hello guys. When admin go on duty he get label that's fine but for some reason if he stay longer I don't see his label anymore .How can I make to label be seen al the time here's the label in cmd aon. I hope so that we can find the answer I wana this so bad heh. I notice that few days ago admin goes on duty and I see label and on once the label just disapear. Thanks
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] admin duty label problem -
RayC - 21.01.2015
Put this underneath it:
Код:
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL, DutyAdmin[playerid] , E_STREAMER_ATTACH_OFFSET_Z, 0.30);