#i need help
1 messages · Page 1 of 1 (latest)
how familiar with HUD elements are you?
0 this is my first time
fair
how would you like them set out? what do you want where?
(im assuming those screenshots are from a different room)
Like the time shows in the right
And players on the left
ok so find the "hud element constant" and place down two, and configure them to your liking (placement on the screen, names, colors, max values etc)
K i will do it
then get a event receiver and config that to "on player joined". hook that up to an "if local player should run" (both ports) and then into two separate "hud element set active", and set those both to True, and wire each to one of the hud element constants
that will show them on your screen when you join
for the player hud, place another event receiver, and set it to "Update 30hz". after that, you need a "HUD element set value". set the yellow pin to the player HUD constant, and the green pin should connect to a "list get length", and then connect that to a "Get all players" chip.
Someone else can spot me in for the time one, i have no idea how the format chip works
np :)
it would be easier on the cpu heat to just update everyone's hud when a player joins or leaves