(help) GetPlayerMoney
#1

is that posible to make something like that
Quote:

new Float:money;
GetPlayerHealth(playerid,money);
if (money < 5)
{
GameTextForPlayer(playerid, "~w~ you are poor lol", 3000, 4);
}
i just want to send a msg to a player if he has <5$
Reply
#2

pawn Код:
if(GetPlayerMoney(playerid) < 5)
{
    // Code
}
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)