Having some errors anyone can help fix it? - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: General (https://forum.open.mp/forumdisplay.php?fid=19) --- Forum: Programming (https://forum.open.mp/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) at line: Code: inline registracija(pid, did, resp, litem, input[]) 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[]) |