14.08.2011, 17:38
[Tutorial] Warning and error list [WITH FIX]
14.08.2011, 18:00
This would be more useful if it had some of the more obscure errors, for example calling a variable as a function or errors to do with variables you think are declared being undeclared (for example when they are static or you use them before you declare them). There are a few hundred compiler messages - check the PAWN language documentation for them all.
02.09.2011, 21:16
Nice Tut!
26.12.2011, 03:13
I am bumping this so new scripters can see this and solve their small problems without having to ask on Scripting Discussion.
Great job by the way.
Great job by the way.
21.01.2012, 12:12
Good job, but is not a very completed list, Great job anyway
22.01.2012, 12:44
Nice tutorial.
useful for beginners.
useful for beginners.
28.01.2012, 19:52
Okay how would I fix warning 235: public function lacks forward declaration (symbol "OnPlayerShootPlayer")
?
?
29.01.2012, 04:52
one thing, when fixing loose indentation you can just simply:
@RichyB
Code:
#pragma tabsize 0 // FTW
Code:
forward CallbackName(paramsforthecallback);
29.01.2012, 09:38
NO! That is not a fix! That is simply ignoring an error which can provide vital insight in to possible bug locations. If you are going to tell people to do that, then tell them what it is - ignoring the problem, not fixing it!
29.01.2012, 09:41
Exactly, I never used that, because I heard it's just something to escape your problems! (:
06.09.2014, 18:41
yes .
06.09.2014, 18:46
06.09.2014, 18:48
06.09.2014, 18:57
can't?? any suggest?
Code:
D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Wargaming\gamemodes\War_.pwn(1579) : error 017: undefined symbol "foreach" D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Wargaming\gamemodes\War_.pwn(1579) : error 029: invalid expression, assumed zero D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Wargaming\gamemodes\War_.pwn(1579) : error 017: undefined symbol "i" D:\FahLevY\PROJECT SERVER GUE !!!\Server Jadi!\Wargaming\gamemodes\War_.pwn(1579) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
06.09.2014, 23:08
1) Don't use the comma syntax.
2) Why do you have a semi-colon on the line?
2) Why do you have a semi-colon on the line?
07.09.2014, 02:32
07.09.2014, 14:48
It could have been better . Anyway , nice work
07.09.2014, 15:53
07.09.2014, 16:03
Yes, very much so, but there is no way to use pragma deprecation on it. If I ever release a new version it will be gone - there are a few new features I'd like to add that are held back by having to support that old syntax.
09.03.2015, 19:44
Thank You !
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)