11 lines
		
	
	
		
			No EOL
		
	
	
		
			169 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			169 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| Citizen.CreateThread(function()
 | |
| 	while true do
 | |
| 		Wait(0)
 | |
| 
 | |
| 		if NetworkIsSessionStarted() then
 | |
| 			TriggerServerEvent('hardcap:playerActivated')
 | |
| 
 | |
| 			return
 | |
| 		end
 | |
| 	end
 | |
| end) | 
