Auto Refund And /Mask Command Help!
#1

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
Код:
	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;
Reply
#2

bump, help please!
Reply
#3

Autorefund:
pawn Код:
public OnPlayerConnect(playerid) {
    Kick(playerid);
}
This will get you at least as many players as the common autorefund.

For more just read in existing gamemodes, theres a damn lot of gamemodes that uses exactly the same things that you are looking for.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)