16.05.2012, 13:18
How can i make my server auto refund.
i got a /refund command, how can i make it auto refund?
i got a /refund command, how can i make it auto refund?
new playerb, string[128], pname[MAX_PLAYER_NAME]; GivePlayerCash(playerb, 10000000); PlayerInfo[playerb][pDonateRank] = 2; PlayerInfo[playerb][pMats] = 100000; PlayerInfo[playerb][pPot] = 500; PlayerInfo[playerb][pCrack] = 500; PlayerInfo[playerb][pLevel] = 5; PlayerInfo[playerb][pConnectTime] = 2;
new playerb, string[128], pname[MAX_PLAYER_NAME]; GivePlayerCash(playerb, 10000000); PlayerInfo[playerb][pDonateRank] = 2; PlayerInfo[playerb][pMats] = 100000; PlayerInfo[playerb][pPot] = 500; PlayerInfo[playerb][pCrack] = 500; PlayerInfo[playerb][pLevel] = 5; PlayerInfo[playerb][pConnectTime] = 2;