[HELP]Dialog Bug [+REP]
#1

I created fuel system with dialog, but there is a problem.
When I write (for example: 5) it show "You cannot refuel your vehicle"
Here's the code:
pawn Код:
if(1 < strval(inputtext) || strval(inputtext) > 100) SendClientMessage(playerid, -1, "You cannot refuel your vehicle");
else
{
SendClientMessage(playerid, 0xFFFFFFFF, "You refueled your vehicle");
...
}
Reply


Messages In This Thread
[HELP]Dialog Bug [+REP] - by maxy153 - 17.01.2014, 18:47
Re: [HELP]Dialog Bug [+REP] - by Zamora - 17.01.2014, 18:58
Re: [HELP]Dialog Bug [+REP] - by Omar55555 - 17.01.2014, 18:58
Re: [HELP]Dialog Bug [+REP] - by maxy153 - 17.01.2014, 18:59

Forum Jump:


Users browsing this thread: 1 Guest(s)