07.02.2015, 21:16
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);