17.05.2012, 14:16
Hello, i need.
/mask
and an auto refund thing so when they first login they will get refunded.
i am using zcmd.
vars;
from my /refund command
/mask
and an auto refund thing so when they first login they will get refunded.
i am using zcmd.
vars;
from my /refund command
Код:
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;