Advertisement
AhmedKorwash

Updates of points

Feb 7th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.37 KB | None | 0 0
  1. public static void UpdateVipMonestor(Client.GameState gameState)
  2.         {
  3.             UpdateData(gameState, "VipMonsterPoints", gameState.Entity.VipMonsterPoints);
  4.         } // quest vip
  5.  
  6.         public static void UpdateVipPoints(Client.GameState gameState)
  7.         {
  8.             UpdateData(gameState, "VipPoints", gameState.Entity.VipPoints);
  9.         } // quest vip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement