SA-MP Forums Archive
PAWNO don't like me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: PAWNO don't like me (/showthread.php?tid=82823)



PAWNO don't like me - GTAScripter - 21.06.2009

Hai everyone,

I've been a asshole to save my file tonight and shutdown my PC. The command wasnt finished I think but I totally forget what command it was. But the compiler just keeps crashing.

Like I'm always a bit lame I forgot to make a backup. Any of you guys know how to read from the compiler. There should be a { missing or something small.

Thanks in advance.


Re: PAWNO don't like me - shitbird - 21.06.2009

Open the .PWN file with Notepad?...


Re: PAWNO don't like me - GTAScripter - 21.06.2009

Yes but there is something wrong you know. I don't know the error because PAWNO doesnt know the }/{ errors. So if i try to compile to see what the error is it just crashes.


Re: PAWNO don't like me - Abernethy - 21.06.2009

Post it, see how long it is. See if anybody can help.


Re: PAWNO don't like me - GTAScripter - 21.06.2009

It's a huge edited GF version so like 41k lines.


Re: PAWNO don't like me - [nl]daplayer - 21.06.2009

Quote:
Originally Posted by GTAScripter
It's a huge edited GF version so like 41k lines.
Xd, that will be to big to post
have you got it indented right?
this way?:
pawn Код:
public callback()
{
  Function();
}
Then it's easy to find the missing bracket.
Just search for unclosed brackets.
Use calculator in windows, when open +1, when close -1, that's the way i always do it.