Hello, I need help with Auto Refund System
#1

What the refund give:
VIP 2 [ Silver VIP]
5M.
Please i so need that
i give rep if someone help me and its work remmber make it Auto Refund
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    GivePlayerMoney(playerid, 5000000);
    return 1;
}
This isn't the script request thread.
Reply
#3

Did you even try reading some Pawn Tutorials ? This is the simplest thing you can do if you got some basic knowledge... If you are trying to open a "Refunding" server or even any server with such knowledge - I don't advice you to..
Reply
#4

pawn Код:
public OnPlayerLogin(playerid,password[])
{
if(PlayerInfo[playerid][pReg] == 0)
        {
            PlayerInfo[playerid][pLevel] = 1;
            PlayerInfo[playerid][pAccount] = 4000000;
            PlayerInfo[playerid][pCash] = 1000000;
            PlayerInfo[playerid][pReg] = 1;
            PlayerInfo[playerid][pDonateRank] = 2;
        }
 return 1;
}
There you go
Reply
#5

What this mean?
pReg and pAccount
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)