Strval(inputtext) -- Need help.
#8

Quote:
Originally Posted by Bobman
View Post
if(PlayerStat[playerid][Money] <= strval(inputtext))
Maybe
pawn Code:
if(strval(inputtext) <= PlayerStat[playerid][Money])
You have to check if the player has entered a value that is smaller than his money, not the opposite lol
Reply


Messages In This Thread
Strval(inputtext) -- Need help. - by Bobman - 17.01.2013, 17:04
Re: Strval(inputtext) -- Need help. - by mineralo - 17.01.2013, 17:51
Re: Strval(inputtext) -- Need help. - by Bobman - 17.01.2013, 18:46
Re: Strval(inputtext) -- Need help. - by RedCrossER - 17.01.2013, 18:51
Re: Strval(inputtext) -- Need help. - by Bobman - 17.01.2013, 18:55
Re: Strval(inputtext) -- Need help. - by azzerking - 17.01.2013, 18:58
Re: Strval(inputtext) -- Need help. - by Bobman - 17.01.2013, 19:02
Re: Strval(inputtext) -- Need help. - by Sasino97 - 17.01.2013, 20:15
Re: Strval(inputtext) -- Need help. - by Chenko - 17.01.2013, 22:00
Re: Strval(inputtext) -- Need help. - by Bobman - 18.01.2013, 10:45

Forum Jump:


Users browsing this thread: 1 Guest(s)