14.09.2015, 07:38
Set the players score when the player registers.
And give the Player money or set the players money.
pawn Код:
SetPlayerScore(playerid, 25);
pawn Код:
GivePlayerMoney(playerid, 15000);
//Or
SetPlayerMoney(playerid, 15000);

