26.01.2019, 18:52
Ofc pawncc is no longer responding, a switch which have alot of cases(not what you see, but case 1..35000 are 34999 cases) takes way to much to compile and your code just make it crash
And so on. Even tho your code look a bit like an overkill
PHP Code:
if(1 <= User[i][pbank] <= 35000)
{
User[i][SoodBanki] += 4003;
}
else if(35001 <= User[i][pbank] <= 60000)
{
User[i][SoodBanki] += 9511;
}