Pawno gets crashed.
#1

Hello i got a problem when i clciks on run >.
Then pop-ups Pawno crashed how to fix?

Thx
- AMCNR
Reply
#2

Extract new pawno
Reply
#3

Not pawno but the compiler ?
Then is because you put something really messy.
Retrieve your last steps
Reply
#4

Extract pawno will work.
Reply
#5

Or you might have some extra braces or missed a few braces. Use Notepad++ to check for braces.
Reply
#6

I've experienced compiler crashes when I've attempted to compile something like these examples below:

pawn Код:
// I'm using a semicolon after stock
stock something();
{
    // some stuff
}
crashes

and

pawn Код:
stock one()
{
    return 1;
}

stock something(value = one())
{
    // some stuff
}
crashes
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)