Score = Money.
#1

How can I make it, so then the score is set to the amount of money people have?

It will be a big help, and how could I keep it updating?
Reply
#2

pawn Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerScore(playerid, GetPlayerMoney(playerid));
    return 1;
}
Reply
#3

Quote:
Originally Posted by Sascha
Посмотреть сообщение
pawn Код:
public OnPlayerUpdate(playerid)
{
    SetPlayerScore(playerid, GetPlayerMoney(playerid));
    return 1;
}
Thanks Sascha.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)