17.08.2011, 05:14
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;
}