Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/07/2022 in Posts

  1. Hello! There are many addons that provide header/footer control of the tablist. I would highly advise you not to use periodical loops. set tab header to %string% and footer to %string% for %player% Source: https://skripthub.net/docs/?id=87 - Requires SkRayFall Try more simple code like this: on join: while player is online: set tab header to "Hey, Welcome to my Server!" and footer to "Players: %amount of online players%" for player #REMEMBER that local variables do not get deleted in a while loop! Feel free to experiment with it. You are welcome to use periodical loops, but this is my suggestion. Please feel free to continue this thread if you need more help. :)
    1 point
×
×
  • Create New...