I guess its an Simple Problem - 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)
+--- Thread: I guess its an Simple Problem (
/showthread.php?tid=533854)
I guess its an Simple Problem -
Iloveimpulse - 26.08.2014
Код:
F:\IS\gamemodes\ISfinal.pwn(552) : warning 203: symbol is never used: "RandomMessages"
F:\IS\gamemodes\ISfinal.pwn(552) : warning 203: symbol is never used: "randommsg"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
There is no line 522 XD how to fix it
Re: I guess its an Simple Problem -
Thogy - 26.08.2014
On top of the script you have variables called new RandomMessages; and new randommsg;, which aren't used in script. You can delete them.
Re: I guess its an Simple Problem -
Stanford - 26.08.2014
Line 552 is meant to be the last line in your script.
I hope I helped!
Re: I guess its an Simple Problem -
Ox1gEN - 26.08.2014
Quote:
Originally Posted by Stanford
Line 552 is meant to be the last line in your script.
I hope I helped!
|
I'd like to add that sometimes the row isn't 552 so it can be 552 and/or 2 rows above or 2 rows lower.