i got a problem with /robbank
#11

Kids these days... 1.st - Don't double/triple/quadriple post. And seriously...
pawn Code:
if(PlayerInfo[playerid][pLevel] >= 1)
            {
                SendClientMessage(playerid, COLOR_GREY, "You're level is not high enough");
                return 1;
            }
Returns the error if the level is bigger than 1... It should be
pawn Code:
if(PlayerInfo[playerid][pLevel] < 1)
            {
                SendClientMessage(playerid, COLOR_GREY, "You're level is not high enough");
                return 1;
            }
Also, have you ever heard of "else" statements? If no, then ****** them.
Reply


Messages In This Thread
i got a problem with /robbank - by $$Money$$ - 29.12.2011, 01:33
Re: i got a problem with /robbank - by $$Money$$ - 29.12.2011, 02:44
Re: i got a problem with /robbank - by spedico - 29.12.2011, 02:49
Re: i got a problem with /robbank - by §с†¶e®РµРe - 29.12.2011, 03:32
Re: i got a problem with /robbank - by $$Money$$ - 29.12.2011, 04:41
Re: i got a problem with /robbank - by N0FeaR - 29.12.2011, 04:45
Re: i got a problem with /robbank - by $$Money$$ - 29.12.2011, 05:01
Re: i got a problem with /robbank - by $$Money$$ - 29.12.2011, 05:07
Re: i got a problem with /robbank - by $$Money$$ - 29.12.2011, 05:36
Re: i got a problem with /robbank - by $$Money$$ - 29.12.2011, 05:49
Re: i got a problem with /robbank - by KingHual - 29.12.2011, 05:55

Forum Jump:


Users browsing this thread: 1 Guest(s)