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