achievements.GetCount
From GMod Wiki
| Function | |
| Syntax |
achievements.GetCount( Number AchievementID ) Where is this used? |
| Description: | |
| Returns the number of how ever close you are to completing the achievement. | |
| Returns: | Number Count |
| Part of Library: | Achiv |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Achievements.GetCount]Achievements.GetCount [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Prints how close you are to being a ball eater :P |
|---|---|
| Used on | |
| Code | print(achievements.GetCount(18) .. "/" .. achievements.GetGoal(18)) |
| Output | How close you are to being a ball eater. |