Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling gives 5 erros #24

Open
EnvixityB02 opened this issue Dec 12, 2024 · 1 comment
Open

compiling gives 5 erros #24

EnvixityB02 opened this issue Dec 12, 2024 · 1 comment

Comments

@EnvixityB02
Copy link

./include/ebotai/ssm/spylurk.inc(94) : error 028: invalid subscript (not an array or too many subscripts)
94 | if (IsValidClient(m_nearestEnemy[client][client]) && IsPlayerAlive(m_nearestEnemy[client][client]))
--------------------------------------------------------------------------^

./include/ebotai/utilities.inc(332) : error 033: array must be indexed (variable "buffer")
332 | if (!buffer)
--------------------------------------^

./include/ebotai/utilities.inc(1272) : error 033: array must be indexed (variable "ClassName")
1272 | if (!ClassName)
------------------------------^

./include/ebotai/utilities.inc(1298) : error 033: array must be indexed (variable "ClassName")
1298 | if (!ClassName)
------------------------------^

./include/ebotai/utilities.inc(1857) : error 033: array must be indexed (variable "buffer")
1857 | if (!buffer)
------------------------------^

5 Errors.

@EfeDursun125
Copy link
Owner

even if you compile it, its broken for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants