Errors hep me please - 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: Errors hep me please (
/showthread.php?tid=427153)
Errors hep me please -
yaron0600 - 31.03.2013
Errors in that line :
Код:
switch(BusinessInfo[b][bType])//You should know what switch is.
How to fix it please ?
Код:
d:\Users\User\Desktop\SCript\gamemodes\NICRP.pwn(1508) : error 017: undefined symbol "BusinessInfo"
d:\Users\User\Desktop\SCript\gamemodes\NICRP.pwn(1508) : error 029: invalid expression, assumed zero
d:\Users\User\Desktop\SCript\gamemodes\NICRP.pwn(1508) : error 029: invalid expression, assumed zero
d:\Users\User\Desktop\SCript\gamemodes\NICRP.pwn(1508) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
AW: Errors hep me please -
[AK]Nazgul - 31.03.2013
From the line
Quote:
d:\Users\User\Desktop\SCript\gamemodes\NICRP.pwn(1 50 : error 017: undefined symbol "BusinessInfo"
|
I would suggest you to check if your spelling of 'BusinessInfo' is correct.
Re: Errors hep me please -
yaron0600 - 31.03.2013
This is the correct one I need help please !