money = 0 kills = 0 points = 0 function reward_system_init(e) end function reward_system_main(e) TextCenterOnX(50,90,3,"Money = $"..money..", Kills = "..kills..", points = "..points.."pts") end