Auto Refund ?
#1

How can i make my server auto refund.
i got a /refund command, how can i make it auto refund?
Reply
#2

What GM Are you using?
Reply
#3

Add it in your script...
Reply
#4

I can tell all the player info things.
Reply
#5

Код:
	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;
where do i put it? :\
Reply
#6

Код:
	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;
where do i put it? :\
Reply
#7

At OnPlayerConnect probably...
Reply
#8

but when they login they get given money..
Reply
#9

Put in you login function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)