• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Having some errors anyone can help fix it?
#1
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?
  Reply
#2
picture ?
  Reply
#3
(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[])
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


Forum Jump: