SA-MP Forums Archive
Help - 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 (/showthread.php?tid=130615)



Help - `Robo - 27.02.2010

Код:
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(160) : warning 209: function "SetPlayerTeamFromClass" should return a value
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(165) : warning 202: number of arguments does not match definition
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(166) : warning 202: number of arguments does not match definition
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(167) : warning 202: number of arguments does not match definition
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(266) : warning 202: number of arguments does not match definition
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(273) : warning 202: number of arguments does not match definition
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(323) : error 029: invalid expression, assumed zero
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(323) : warning 215: expression has no effect
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(323) : error 001: expected token: ";", but found ")"
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(323) : error 029: invalid expression, assumed zero
C:\Users\Owner\AppData\Desktop\DM\gamemodes\MvsT.pwn(323) : fatal error 107: too many error messages on one line

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


4 Errors.



Re: Help - Correlli - 27.02.2010

http://forum.sa-mp.com/index.php?topic=2750.0


Re: Help - `Robo - 27.02.2010

Quote:
Originally Posted by Don Correlli
That doesn't help with the error. I don't want to read for 5 days straight to fix a small error.


Re: Help - Correlli - 27.02.2010

Quote:
Originally Posted by `Robo
That doesn't help with the error. I don't want to read for 5 days straight to fix a small error.
Then read the pawn-lang.pdf to see why you're getting those errors/warnings since you don't want to show any code.