#1

Is there any way to show the dynamic3dtextlabel in every virtual world? for example for a roleplay server i used custom nametags so if he/she gets to another vw the tag wont be visible there.
Reply
#2

for(new vw = 0; vw > [Maximum amount of VWs you will be using]; vw++)

Then just use use the function in the loop with the vw variable.
Reply
#3

Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_3D_TEXT_LABEL_SD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
Reply
#4

Quote:
Originally Posted by GoldenLion
Посмотреть сообщение
Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_3D_TEXT_LABEL_SD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
Thx for that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)