17.03.2015, 09:54
Look at the parameter:
So write it like this:
Look at the last Parameter i wrote, this is the Virtual World in this case only in the Virtual-World 1 you will see this 3DtextLabel
Greekz
Код:
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:distance = 100.0);
Код:
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,1);
Greekz