Pawno compile error -
Vladdutzy - 17.08.2017
Guys i want to compile and i receive that errors how to resolve it ?
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(15722) : error 001: expected token: ";", but found "forward"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(15745) : error 001: expected token: "*then", but found ")"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(15745) : error 029: invalid expression, assumed zero
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(15745 -- 15746) : error 001: expected token: ")", but found ";"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(15745 -- 15746) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Re: Pawno compile error -
JesterlJoker - 17.08.2017
You forgot a ";" on the end of your code
example
PHP код:
SendClientMessage(playerid, COLOR_THINGY, TEXT THING); <- that should be there
press ctrl+g then type in 15722
Re: Pawno compile error -
Sew_Sumi - 17.08.2017
Post code or all you're going to get are guesses, such as the one above.
Re: Pawno compile error -
10MIN - 17.08.2017
Most errors that are posted here are solved very easy.
[Foreign Language - RO]PS: Incearca sa te uiti de 2 ori peste cod cand il faci, ca in raspunsul de mai sus, ai uitat sa pui un
;.
Re: Pawno compile error -
Vladdutzy - 17.08.2017
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572
![Cool](images/smilies/cool.gif)
: error 017: undefined symbol "Gate"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572
![Cool](images/smilies/cool.gif)
: warning 215: expression has no effect
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572
![Cool](images/smilies/cool.gif)
: error 001: expected token: ";", but found "]"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572
![Cool](images/smilies/cool.gif)
: error 029: invalid expression, assumed zero
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572
![Cool](images/smilies/cool.gif)
: fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
I make some changes and i receive that erors and i put the ;
Re: Pawno compile error -
Vladdutzy - 17.08.2017
Gate[0] = CreateObject(980, 54.10855, -1523.87695, 6.99252, 0.00000, 0.00000, -275.64011);
that's the row
Re: Pawno compile error -
Vladdutzy - 17.08.2017
I post it !