[FilterScript] SimpLe HeaL sYsTeM
#8

Found a mistake in your command.
You said if player has $5000, then only player can use that command.
But here, less than $5000 can use this command.
pawn Код:
if(GetPlayerMoney(playerid)<5000) //Here It's getting players money less than $5000.
It must be
pawn Код:
if(GetPlayerMoney(playerid)>=5000) //Greater than or equal to $5000.
Reply


Messages In This Thread
SimpLe HeaL sYsTeM - by DeadLy™ - 25.08.2012, 16:13
Re: SimpLe HeaL sYsTeM - by Neromon - 25.08.2012, 17:00
Re: SimpLe HeaL sYsTeM - by Dan. - 25.08.2012, 17:10
Re: SimpLe HeaL sYsTeM - by Lordzy - 25.08.2012, 17:21
Re: SimpLe HeaL sYsTeM - by DeadLy™ - 26.08.2012, 08:54
Re: SimpLe HeaL sYsTeM - by [BK]TrollKing - 28.08.2012, 00:16
Re: SimpLe HeaL sYsTeM - by Shetch - 28.08.2012, 01:05
Re: SimpLe HeaL sYsTeM - by Lordzy - 17.09.2012, 15:51
Re: SimpLe HeaL sYsTeM - by Gioslami - 17.09.2012, 16:23
Re: SimpLe HeaL sYsTeM - by TheArcher - 19.09.2012, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)