[FilterScript] SimpLe HeaL sYsTeM
#10

Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
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.
No LOL. If the money is < 5000 it returns the client message and the code stoppes. Beside that WTF, Is this a FS? Most of people can do this by themself however, just need a simply integer number on health like 100 not 100.00 makes non sense.

Edit: You said if we find bugs on 5 lines? You serious?
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)