01-30-2013, 06:32 AM
Looks complicated... I'm not entirely sure I get all of it
Will I be able to do magic like this:

Will I be able to do magic like this:
Plugin:AddCommand("/money", " - shows your coins ammount", "coiny.base")
Plugin:AddCommand("/m", " - shortcut for /money", "coiny.base")
Plugin:BindCommand("/money", "coiny.base", HandleMoneyCommand)
Plugin:BindCommand("/m", "coiny.base", HandleMoneyCommand)
??

