mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-30 19:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			161 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			161 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function onRecord(current, old)
 | |
| 	addEvent(broadcastMessage, 150, "New record: " .. current .. " players are logged in.", MESSAGE_STATUS_DEFAULT)
 | |
| 	return true
 | |
| end | 
