Jump to content

Need a reward system skript


MurtZman

Recommended Posts

So i wanted to make a reward system so when around 17-20 players are in my server it rewards everyone a beacon. Then the players can use the beacons to get good loot. Is that possible? And if it is i would highly appreciate it if someone gives me it. 🙂

Link to comment
Share on other sites

on join:
	set {players.online} to number of all players
	if {players.online} >= 20:
		loop all players:
			give loop-player 1 beacon
			

You could do something like this!

 

 

Edit: You would have to edit the code to make it not give it everytime someone joins after that amount of players are online!

Edited by VastureAlt
Forgot something

Vasture

movement.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...