pawn compiler not responding
#3

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

PHP Code:
if(<= User[i][pbank] <= 35000)
{
User[i][SoodBanki] += 4003;
}
else if(
35001 <= User[i][pbank] <= 60000)
{
User[i][SoodBanki] += 9511;

And so on. Even tho your code look a bit like an overkill
Reply


Messages In This Thread
pawn compiler not responding - by Vizi10 - 26.01.2019, 17:44
Re: pawn compiler not responding - by codExpert - 26.01.2019, 18:36
Re: pawn compiler not responding - by Banditul18 - 26.01.2019, 18:52

Forum Jump:


Users browsing this thread: 1 Guest(s)