parentheses
#3

there are multiple sulutions:
first
Код:
if( !(PlayerInfo[i][pExp] < expamount)) {
    //...
}
second
Код:
if(PlayerInfo[i][pExp] >= expamount) {
    //...
}
Reply


Messages In This Thread
parentheses - by JoshNudock - 30.06.2015, 12:26
Re: parentheses - by darkowner - 30.06.2015, 12:28
Re: parentheses - by Roko_foko - 30.06.2015, 12:28
Re : parentheses - by Terrorizt - 30.06.2015, 12:41
Re: Re : parentheses - by Roko_foko - 30.06.2015, 12:51

Forum Jump:


Users browsing this thread: 1 Guest(s)