Hologram Bug

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

MusicManSK

Active Member
Nov 30, 2017
230
11
18
Hello!
I maybe found a bug!
code_language.skript:
create client side holo object "&e&l%{_coins}% Coins;ItemStack:sunflower" with id "egg2" at {egg.pos1} to player
this should show text and sunflower.. but.. it shows text and "ItemStack:sunflower" but if i change it to for example "ItemStack:diamond" or anything else it works.. but im need sunflower...

EDIT: and "sunflower" must be correct type because i coppied it from "aliases-english.sk"
EDIT2: i found 1st mistake... it need to be:
&e&l%{_coins}% Coins;ItemStack:sunflower;
but now its empty.. only "&e&l%{_coins}% Coins"..

And this is not a bug but i include it into this post:
I have a hologram with variable.. variable is for every player another.. but every player see same number..
is here some way how to make it without making client side hologram, looping all players and updating it every second?

Plzz help meee! :emoji_frowning:
 
Last edited:
Status
Not open for further replies.