The Achievements Script - v1.0 stable
#4
@ Joe Smith: Since it is a client side script written in cubescript it'll be faked rather easily by most experienced scripters. Really if someone is gonna go to the extent of cheating a client-side script that no one else sees anyway, let em. Although some simple checks like you mentioned could be implemented rather easily, I'll tinker around with some ideas for the next version to prevent the minor stuff anyways.

@ MykeGregory: I know of no easy way to make a "toggle-like" bind for menus with AC. While a menu is showing it doesn't seem that most keybinds work, therefore trying to use a simple switch + if statement to determine whether to attempt to close or open the menu won't work. The next best thing I can come up with off the top of my head is to use onrelease to simulate a toggle bind (like the scoreboard - hold to view, release to close), try something like this if you'd like:

/bind 0 [showmenu "My Achievements"; onrelease [closemenu "My Achievements"]]
Thanks given by:


Messages In This Thread
RE: The Achievements Script - v1.0 beta - by Bukz - 11 Feb 11, 11:25AM
RE: The Achievements Script - v1.0 beta - by ph4ntom - 11 Feb 11, 08:28PM