Pawno compile error
#1

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.
Reply
#2

You forgot a ";" on the end of your code

example
PHP код:
SendClientMessage(playeridCOLOR_THINGYTEXT THING); <- that should be there 
press ctrl+g then type in 15722
Reply
#3

Post code or all you're going to get are guesses, such as the one above.
Reply
#4

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 ;.
Reply
#5

D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572 : error 017: undefined symbol "Gate"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572 : warning 215: expression has no effect
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572 : error 001: expected token: ";", but found "]"
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572 : error 029: invalid expression, assumed zero
D:\Utilizator Windows10\Desktop\Server\gamemodes\newevolution.pw n(1572 : 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 ;
Reply
#6

Gate[0] = CreateObject(980, 54.10855, -1523.87695, 6.99252, 0.00000, 0.00000, -275.64011);

that's the row
Reply
#7

I post it !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)