Posts: 3,351
Threads: 780
Joined: Jan 2010
Quote:
Originally Posted by Banana_Ghost
PHP код:
#define CheckPlayerCash(%0) if(GetPlayerMoney(%0) > GetPVarInt(%0,"Money")) ResetPlayerMoney(%0), GivePlayerMoney(%0,GetPVarInt(%0,"Money))
Use something along those lines, it might need editing (it's 6:37am). Place it either in a 1 second timer or under OnPlayerUpdate.
|
Doesn't work.
Quote:
Originally Posted by Vince
The money bar will not update as long as you don't do anything with the money.
|
Yes i know. I need the code to reset player's money when they are earned by cheats and not given by server..can you help me?