Jump to content

whenyouknowitbelik

Member
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

whenyouknowitbelik's Achievements

Lurker

Lurker (1/6)

2

Reputation

  1. Hi, I currently have a skript in which a user that owns their own world (created with their username as the world name), is able to kick other players. The only problem is that they are also able to kick players from other worlds, not just their own. Is there any way to fix this? My skript:
  2. Yup! But one more thing, wouldn’t having the player IGN being set to %player% affect everyone in the world? I need it so that it only affects the person that made the world. And thanks for the help.
  3. Thanks for the response! I'm more talking as if the skript (that was shown above) could be used, its just that every time someone creates a world the same skript gets duplicated, except the player/world name changes to the individual creating the world, so the person that made the world can go ahead and use /gmc (but no other player can). Hopefully this makes sense. If it doesn't, be sure to let me know.
  4. Hey, I recently put together this skript in which a specific player can use /gmc only in their self-made world, but how do I get this to be automatic? For example, whenever a player creates a world using my UI, they can automatically use /gmc without me having to create a skript for them that will allow them to do so. on command "/gmc": if player's world is "(Player IGN)": execute console command "/gmc (Player IGN)" else: send "unknown command message" on command "/gms": if player's world is "(Player IGN)": execute console command "/gms (Player IGN)" else: send "unknown command message" Any help would be greatly appreciated.
×
×
  • Create New...