Advertisement
Splav555

Untitled

May 5th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. PlayerInfo[i][pExp]++;
  2.             if(PlayerInfo[i][pDonateRank] > 0) {
  3.                 PlayerInfo[i][pPayDayHad] += 1;
  4.                 if(PlayerInfo[i][pPayDayHad] >= 5) {
  5.                     PlayerInfo[i][pExp] += 1 * GW_HAPPY;
  6.                     PlayerInfo[i][pPayDayHad] = 0;
  7.                 }
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement