PAWN 12 WARNINGS [HELP ME PLS ]
#1

How Can Help Me ? i try to COMPLIE MY GAMEMODE AND Doesn't Work ?
Any Help for me

Код:
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1095) : warning 204: symbol is assigned a value that is never used: "str"
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1128) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1128) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1138) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1138) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1138) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1143) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1143) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1148) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1148) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1153) : warning 202: number of arguments does not match definition
C:\Documents and Settings\ddonart\Desktop\gamemodes\newgm.pwn(1153) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


12 Warnings.
Reply
#2

Wrong section and it would seriously help if you posted the code where this was happening. Which if you are unable to read error messages is lines 1095 to line 1153. Oh and your gamemode still compiles however the specific code may not work as expected.

Oh and read the error messages next time! It helps a lot, the brackets give you what line it's on. It then tells you what's wrong! How amazing!
Код:
number of arguments does not match definition
so you haven't used all arguments or have to many so lookup your function on the wiki and see what arguments you need! Oh and the other one
Код:
symbol is assigned a value that is never used: "str"
you've defined 'str' but you haven't used it!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)