SA-MP Forums Archive
Constant problem I had built weapons system - 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: Constant problem I had built weapons system (/showthread.php?tid=273614)



Constant problem I had built weapons system - ™BilaBonG™ - 02.08.2011

So:
I built a permanent weapons system it works for me as FS, but I want to get her teaching that makes me errors that I can not fix them, and if I correct so I need to delete the Info but if I delete it I think it knocks me the whole system.

I'm a programmer Pawn relatively low level to what is here, hope you help me

Problems:

PHP код:
C:\Users\ъойш\Desktop\samp03csvr_R5_win32\gamemodes\lvdm.pwn(73) : error 017undefined symbol "cpinfo"
C:\Users\ъойш\Desktop\samp03csvr_R5_win32\gamemodes\lvdm.pwn(73) : error 009invalid array size (negativezero or out of bounds)
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

Lines:

PHP код:
new Checkpoints[MAX_CHECKPOINTS][cpinfo]; 



Re: Constant problem I had built weapons system - Calgon - 02.08.2011

Show us your 'cpinfo' enum code.