mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			194 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			194 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| function init()
 | |
|   g_healthBars.addHealthBackground("/images/bars/health1", -2, -2, 0, 2, 4)
 | |
|   g_healthBars.addManaBackground("/images/bars/mana1", -2, -2, 0, 2, 4)
 | |
| end
 | |
| 
 | |
| function terminate()
 | |
| end
 | 
