05.09.2009, 08:47
Im using GivePlayerCash for antimoneyhack. But in filterscript i replace these:
With these....
But the player gets billions of money when you sell for like 1000$...
Whats the problem?
Quote:
GivePlayerMoney(BuySell[playerid][ID], BuySell[playerid][Ammount]); GivePlayerMoney(playerid, -BuySell[playerid][Ammount]); |
Quote:
CallRemoteFunction("GivePlayerCash","ii",BuySell[playerid][ID], BuySell[playerid][Ammount]); CallRemoteFunction("GivePlayerCash","ii",playerid, -BuySell[playerid][Ammount]); |
Whats the problem?