achievements.SpawnedProp
From GMod Wiki
| Function | |
| Syntax |
achievements.SpawnedProp( ) Where is this used? |
| Description: | |
| Tells the client that prop has been spawned. | |
| Returns: | Number Achievements |
| Part of Library: | Achiv |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Achievements.SpawnedProp]Achievements.SpawnedProp [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Unlocks the "Creator" achievement. |
|---|---|
| Used on | |
| Code | for i = 1,5000 do achievements.SpawnedProp() end |
| Output | N/A |