Exemplo n.º 1
0
 public static string SendById(string str)
 {
     return(SendGoldToPlayer.BaseGiveGold(AccountManager.getAccount(long.Parse(str.Substring(4)), 0)));
 }
Exemplo n.º 2
0
 public static string SendByNick(string str)
 {
     return(SendGoldToPlayer.BaseGiveGold(AccountManager.getAccount(str.Substring(3), 1, 0)));
 }