SA-MP Forums Archive
Help Me, PAWN Compiler. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help Me, PAWN Compiler. (/showthread.php?tid=459626)



Help Me, PAWN Compiler. - Nkz - 24.08.2013

Help me please, when the compiler gives the following errors:
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): error 029: invalid expression, assumed zero
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): warning 215: expression has no effect
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): error 001: expected token: ";", but found ")"
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): error 029: invalid expression, assumed zero
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Can anyone help me? I look fast response.


Re: Help Me, PAWN Compiler. - TheMaddox - 24.08.2013

Quote:
Originally Posted by Nkz
Посмотреть сообщение
Help me please, when the compiler gives the following errors:
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): error 029: invalid expression, assumed zero
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): warning 215: expression has no effect
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): error 001: expected token: ";", but found ")"
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): error 029: invalid expression, assumed zero
C: \ Users \ LEONARDO SA \ Documents \ gm \ gamemodes \ BHL.pwn (30035): fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Can anyone help me? I look fast response.
You forgot the point-comma * ); *.


Re : Help Me, PAWN Compiler. - Naruto_Emilio - 24.08.2013

we cant help you without giving us the code


Re: Help Me, PAWN Compiler. - AaronKillz - 24.08.2013

Looks like you ended a line with ) instead of );