RP LV Compile error - 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: RP LV Compile error (
/showthread.php?tid=77162)
RP LV Compile error -
Frikandel - 08.05.2009
Hi when i compile the gamemode.pwn he say
---
C:\Documents and Settings\Gebruiker\Bureaublad\LVRealLife.pwn(2504) : error 017: undefined symbol "i"
C:\Documents and Settings\Gebruiker\Bureaublad\LVRealLife.pwn(2505) : error 017: undefined symbol "i"
C:\Documents and Settings\Gebruiker\Bureaublad\LVRealLife.pwn(2506) : error 017: undefined symbol "i"
C:\Documents and Settings\Gebruiker\Bureaublad\LVRealLife.pwn(2506) : error 017: undefined symbol "i"
C:\Documents and Settings\Gebruiker\Bureaublad\LVRealLife.pwn(2506) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Gebruiker\Bureaublad\LVRealLife.pwn(2506) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
6 Errors.
---
what is the problem

please tell it me thx
Re: RP LV Compile error -
[HiC]TheKiller - 09.05.2009
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
Before the code.