SA-MP Forums Archive
Please 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: Please HELP (/showthread.php?tid=212090)



[HELP] Errors - ZmaXy - 16.01.2011

Errors:

Код:
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : error 012: invalid function call, not a valid address
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\gm\gamemodes\zmax.pwn(18749) : fatal error 107: too many error messages on one line

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


4 Errors.
LINES:

Код:
RobBank2 = CreateProgressBar(222.00, 411.00, 211.50, 20.50, -16776961, 100.0);
Please helppp....


Re: Please HELP - ZmaXy - 16.01.2011

Please HELP | Sry for doublepost


Re: Please HELP - ExeC - 16.01.2011

Are you sure that you have included the progress thing?

#include <progress>

And also downloaded it from here?

Also, add 'new RobBank2' at the top of your gamemode, if you don't have it yet.


Re: Please HELP - ZmaXy - 16.01.2011

Yeaa

Thank you very much !