Hello, I need help with Auto Refund System
#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


Messages In This Thread
Hello, I need help with Auto Refund System - by xRotem - 16.06.2012, 08:08
Re: Hello, I need help with Auto Refund System - by ReneG - 16.06.2012, 08:35
Re: Hello, I need help with Auto Refund System - by -CaRRoT - 16.06.2012, 08:38
Re: Hello, I need help with Auto Refund System - by iFederal - 16.06.2012, 09:18
Re: Hello, I need help with Auto Refund System - by xRotem - 16.06.2012, 10:23

Forum Jump:


Users browsing this thread: 2 Guest(s)