Pawno "Results" - Window
#5

It's because your compiler is stuck pre-processing for eternity.. well almost.

Something like this will take over 10 seconds to compile in a blank script:
pawn Код:
switch(0)
{
    case -10000 .. 10000: {}
}
And this will compile until your PC dies:
pawn Код:
switch(0)
{
    case 0.05 .. 0.06: {}
}
Reply


Messages In This Thread
Pawno "Results" - Window - by Arrows73 - 05.02.2011, 18:33
Re: Pawno "Results" - Window - by MadeMan - 05.02.2011, 18:40
Re: Pawno "Results" - Window - by [03]Garsino - 05.02.2011, 18:44
Re: Pawno "Results" - Window - by Mean - 05.02.2011, 19:05
Re: Pawno "Results" - Window - by Stylock - 05.02.2011, 20:16
AW: Pawno "Results" - Window - by Arrows73 - 05.02.2011, 21:57
Re: Pawno "Results" - Window - by Stylock - 05.02.2011, 22:53

Forum Jump:


Users browsing this thread: 3 Guest(s)