PDA

Просмотр полной версии : [Вопрос] Ошбика AntiDeAMX



Blasi
24.03.2016, 21:47
Добрый вечер
У меня вот такая вот проблема fatal error 100: cannot read from file: "AntiDeAMX"
Выручайте)

Seregamil
24.03.2016, 21:51
Добрый вечер
У меня вот такая вот проблема fatal error 100: cannot read from file: "AntiDeAMX"
Выручайте)

Выручаю.
Нет инклуда.
Инклуд тебе не нужен.
Адекватного декомпилятора в сети нет.
Можешь удалить строку #include <AntiDeAMX>

Blasi
24.03.2016, 21:59
Спасибо за ответ, но к сожалению после удаление посла череда ошибок..

L0ndl3m
24.03.2016, 22:00
Спасибо за ответ, но к сожалению после удаление посла череда ошибок..
Выкладывайте сюда ваши ошибки.

Blasi
24.03.2016, 22:06
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(195) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(195) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(196) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(196) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(197) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(197) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(199) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(200) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(204) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(204) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(205) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(205) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(206) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(206) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(209) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(209) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(210) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(210) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(211) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(211) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(212) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(212) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(213) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(213) : error 009: invalid array size (negative, zero or out of bounds)
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(214) : error 017: undefined symbol "MAX_PLAYERS"
C:\Users\Squeeze\Desktop\DayZ v3.0\DayZ\gamemodes\dayz.pwn(215) : error 017: undefined symbol "MAX_PLAYERS"

Seregamil
24.03.2016, 22:08
#define MAX_PLAYERS 500

L0ndl3m
24.03.2016, 22:10
... в начало скрипта.