Burgershot
Having some errors anyone can help fix it? - Printable Version

+- Burgershot (https://www.burgershot.gg)
+-- Forum: General (https://www.burgershot.gg/forumdisplay.php?fid=19)
+--- Forum: Programming (https://www.burgershot.gg/forumdisplay.php?fid=56)
+--- Thread: Having some errors anyone can help fix it? (/showthread.php?tid=1769)



Having some errors anyone can help fix it? - Nelixus - 2021-03-15

Hey im getting these errors:
Code:
C:\Users\MSI\Desktop\new LERG\gamemodes\LERG.LT.pwn(545) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\MSI\Desktop\new LERG\gamemodes\LERG.LT.pwn(545) : error 001: expected token: ")", but found ";"
C:\Users\MSI\Desktop\new LERG\gamemodes\LERG.LT.pwn(545) : error 036: empty statement
C:\Users\MSI\Desktop\new LERG\gamemodes\LERG.LT.pwn(545) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.

at line:
Code:
inline registracija(pid, did, resp, litem, input[])
any ideas why im getting?


RE: Having some errors anyone can help fix it? - pero - 2021-03-28

picture ?


RE: Having some errors anyone can help fix it? - Pinch - 2021-03-28

(2021-03-28, 07:51 AM)pero Wrote: picture ?
W H Y are you asking for a picture damn...

You probably fixed it by now, but here:
Replace
inline registracija(pid, did, resp, litem, input[])

with a
inline registracija(pid, did, resp, litem, string:input[])