Posts: 445
Threads: 96
Joined: Jan 2011
Reputation:
0
main()
{
print("bla bla blah");
}
then after that i get this error
expected token "}" but found "identifyer"
Posts: 445
Threads: 96
Joined: Jan 2011
Reputation:
0
so i cant see anthing wrong with this and pawno does i have all incudes it just started to do it after i linked the ircto the GM if i /* the irc out it still doesnt compile though
Posts: 508
Threads: 34
Joined: Feb 2011
Reputation:
0
There is no fault in the script that you gave. It might be a problem in the include or you have invented this error
Posts: 445
Threads: 96
Joined: Jan 2011
Reputation:
0
(2313) : error 001: expected token: "}", but found "-identifier-"
here this is straight from the script n the line is where it says Main
Posts: 445
Threads: 96
Joined: Jan 2011
Reputation:
0
thats what i have but it dosnt work i have 3 updates waiting to go on but it wont work because of that stupid surreal error imma try to find a differnt pawno prgram and see if it compile can you suggest any?
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
Sometimes } is missing BUT it's not there, instead the PAWNO compiler can't detect it and say randomly the last line.