Thank you very much again ! This fixed my problem :)
K4tz3n
3
Posts
1
Topics
1
Following
A member registered Mar 28, 2024
Recent community posts
Easy FPS Editor CE v1.10.5 community · Posted in Can't figure out how to link variable to show live on HUD (EFPSE 1.10.5)
Easy FPS Editor CE v1.10.5 community · Created a new topic Can't figure out how to link variable to show live on HUD (EFPSE 1.10.5)
Hello, maybe someone can help me out :)
I try to add a variable to the HUD . How do I link them?
lets say I do have a map called "test" and the script is therefore "test.script ". Now i declare a global variable inside the "test.script" something simple like "global.value = 12345". So I really like to know the script part which gets added into the HUD.dat, since i tried to write it like this
text 0.01 0.8 "$global.value" -> shows just $global.test as string
value 0.01 0.8 ->gets deleted
Thank you for your time !