Client Exports

Getting count via name of the job (return number)

exports['pinkFrog_scoreBoard']:scoreBoardUnitClient('police')

Example usage in other scripts:

local count = exports['pinkFrog_scoreBoard']:scoreBoardUnitClient('police')
	
if count >= 1 then 
	print("Can Rob - it's only example") 
	else 
	print("Cant rob, no police :c")
 end

Last updated