Quote:
Originally Posted by Stinged
SA-MP removes 100$ from the player's money when they die.
Replace this
pawn Код:
if(GetPlayerMoney(playerid) != pMoney[playerid])
With this
pawn Код:
if(GetPlayerMoney(playerid) > pMoney[playerid])
Hackers will only hack to get more money.
|
Hahaha, thank you very much