How is it possible ?
#4

You may have a new function that gives server-side money but how do you get the money a player has? If you use `GetPlayerMoney`, it can return money from cheats. Use:
pawn Code:
stock getMoney(playerid)
{
    return Player[playerid][playerMoney];
}
Reply


Messages In This Thread
How is it possible ? - by Shaheen - 19.04.2020, 06:10
Re: How is it possible ? - by Kent - 19.04.2020, 07:59
Re: How is it possible ? - by YouShootIDodge - 19.04.2020, 08:30
Re: How is it possible ? - by Calisthenics - 19.04.2020, 08:32
Re: How is it possible ? - by David (Sabljak) - 19.04.2020, 08:44
Re: How is it possible ? - by Shaheen - 19.04.2020, 10:19
Re: How is it possible ? - by David (Sabljak) - 19.04.2020, 10:47
Re: How is it possible ? - by l0gic - 19.04.2020, 10:50

Forum Jump:


Users browsing this thread: 1 Guest(s)