[HELP]dynamic 3dtext label admin duty
#1

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);
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)