vexler222
Active Member
- Joined
- Apr 22, 2012
- Messages
- 714
- Solutions
- 15
- Reaction score
- 47
Hi, can someone explain me how work a achievment system in tfs 1.5?
I was try it like that:
and
and
And i get only "[!] -> Invalid achievement"
I was try it like that:
Code:
player:addAchievement(1)
and
Code:
player:addAchievement(1, "Allow Cookies?")
and
Code:
player:addAchievement("Allow Cookies?")
And i get only "[!] -> Invalid achievement"