if player logs in rcon?
#4

Here you go.
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(success) //If the password was correct
    {
        GivePlayerMoney(playerid, amount); //Change amount to howmuch money you want him to get.
    }
    return 1;
}
Reply


Messages In This Thread
if player logs in rcon? - by Admigo - 17.08.2011, 01:25
Re: if player logs in rcon? - by Kingunit - 17.08.2011, 01:35
Re: if player logs in rcon? - by Badger(new) - 17.08.2011, 05:10
Re: if player logs in rcon? - by Darnell - 17.08.2011, 05:14

Forum Jump:


Users browsing this thread: 1 Guest(s)