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