Score as money
#1

Back in the days i had a script which is the money you got is in scores, can i have that code
Sorry for the request in any ways.

Example you got 500$ it will show 500 scores.
Reply
#2

pawn Код:
SetPlayerScore(playerid, GetPlayerMoney(playerid));

stock GivePlayerMoneyEx(playerid, money) //Replace with GivePlayerMoney if you want to set score with money
{
GivePlayerMoney(playerid, money);
SetPlayerScore(playerid, GetPlayerMoney(playerid));
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)