SA-MP Forums Archive
[HELP] Warnings.. Errors. Cant fix it.. - 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: [HELP] Warnings.. Errors. Cant fix it.. (/showthread.php?tid=109747)



[HELP] Warnings.. Errors. Cant fix it.. - Lynax - 22.11.2009

Код:
C:\Documents and Settings\Kerim\Belgelerim\SAMP\gamemodes\Swatv1337.pwn(158) : error 001: expected token: ";", but found "-identifier-"
C:\Documents and Settings\Kerim\Belgelerim\SAMP\gamemodes\Swatv1337.pwn(162) : error 028: invalid subscript (not an array or too many subscripts): "PlayerInfo"
C:\Documents and Settings\Kerim\Belgelerim\SAMP\gamemodes\Swatv1337.pwn(162) : warning 215: expression has no effect
C:\Documents and Settings\Kerim\Belgelerim\SAMP\gamemodes\Swatv1337.pwn(162) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Kerim\Belgelerim\SAMP\gamemodes\Swatv1337.pwn(162) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Kerim\Belgelerim\SAMP\gamemodes\Swatv1337.pwn(162) : fatal error 107: too many error messages on one line

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


5 Errors.
http://pastebin.com/m657d14a5

Please help me..


Re: [HELP] Warnings.. Errors. Cant fix it.. - dice7 - 22.11.2009

You forgot a [size=20px];[/size] on line 157
And show your PlayerInfo enum


Re: [HELP] Warnings.. Errors. Cant fix it.. - Lynax - 22.11.2009

Quote:
Originally Posted by dice7
You forgot a [size=20px];[/size] on line 157
And show your PlayerInfo enum
Ya fixed one but the other.. "PlayerInfo enum" what you mean it?