Fatal error 100 cannot read from file ysf

Introduction: I have seen MANY people that complain about a VERY SIMPLE mistake. 'Cannot read from file' Even though they have the file in the correct place, it will spit out that error because they t

Introduction:
I have seen MANY people that complain about a VERY SIMPLE mistake. ‘Cannot read from file’

Even though they have the file in the correct place, it will spit out that error because they tend to conflict if you have more than 1 pawno in your pc.

How to fix it?
Very simple, follow this steps below:

1. Open pawno.exe ( Make sure you open the same pawno that contains all your stuff )
2. Click: File > Open > YOURSCRIPT ( The one that is showing errors )
3. Compile.

Some topics that i seen having this errors:

Code:

C:DOCUME~1CHRIST~1DesktopDEV'SM~1FILTER~1GarHouse.pwn(28) : fatal error 100: cannot read from file: "streamer"

Code:

C:Documents and SettingsVladoDesktopsa-mpfilterscriptsMace.pwn(2) : fatal error 100: cannot read from file: "Dini"

Code:

I was trying to compile several scripts but I got the same error everytime ''Fatal error 100: cannot read from file  ''a_samp''. I even downloaded a whole new server from sa-mp.com and compiled a blanc script and I still got the same error, anyone knows what I should do?

Code:

Hi when i compile my gm it says : fatal error 100: cannot read from file: "Foreach" plz help i dont wanna ruin my 41k line

Code:

C:UsersWilliamDownloadsTITropical Island ServerfilterscriptsAdminscript.pwn(2) : fatal error 100: cannot read from file: "lethaldudb2"

Code:

C:Documents and SettingsVladoDesktopsa-mpgamemodesMace.pwn(2) : fatal error 100: cannot read from file: "Dini"

Code:

C:UsersBradDesktopVortexRoleplay.pwn(20) : fatal error 100: cannot read from file: "streamer"

Code:

C:UsersUserDesktop.3bGamemodesSATDM_v9.pwn( 46) : fatal error 100: cannot read from file: "Ldudb"

Code:

I have WIndow's XP ,

: fatal error 100: cannot read from file: "xadmin/Xtremeadmin.inc"

I dont know what to do!!!

Please help

I have all .inc files
And all the things are good ... but then in get this.....
My other filterscripts works verry goood
Please help me!

—————
Anyways, i don’t want to go through all the topics. And I think there is two of the same errors above ^ and that is because that same person made two topics about the same thing.
—————
Again, this is only for the people that have the correct files were they are supposed to be, but its giving this error!

And sorry for this small tut, but its too easy to fix, just teaching people what and how the problem is caused. And how to fix it

Posts: 92
Threads: 30
Joined: Sep 2008

Reputation:

0

Great, helped me thanks.

As you mentioned, this happens when people have more than one pawno on their computer and they click the pwn file to open it rather than opening pawno, then File>Open>Compile, which loads the correct dll’s etc.

Posts: 15
Threads: 0
Joined: Aug 2010

Reputation:

0

Very simple, but good lesson

Posts: 1,341
Threads: 17
Joined: Aug 2009

Reputation:

0

Nice Tutorial

Posts: 360
Threads: 32
Joined: Jul 2010

Reputation:

0

Posts: 3,793
Threads: 196
Joined: Jan 2010

Reputation:

0

Great info to those starters mate, should reduce some spam of bullshit around here :P

Posts: 1,170
Threads: 19
Joined: May 2010

Reputation:

0

Quote:

Originally Posted by Lorenc_
View Post

Great info to those starters mate, should reduce some spam of bullshit around here :P

no tutorial reduces spam, 50% of topics can be solved by searching, which some users do not do. They don’t read tutorials, because there are still threads on the EXACT topics tutorials are trying to teach. Then there is that small percentage that searches, and this will help them :P

KK


Little Clucker
**

Posts: 14
Threads: 1
Joined: Jul 2010

Reputation:

0

OK, some people may say this didn’t work too. You have to close pawno, then go to the «pawno» folder and open pawno manually, after doing so, choose «open», select your file, open it, then ONLY press «compile».

Posts: 127
Threads: 22
Joined: Aug 2010

Reputation:

0

Just to add Why this happens:

It is Usual by people with more than one Server Package. PAWNO is Programmed to Configure registry so that Every .pwn file is executed with RecentOpenedSAMPServerPackagepawnopawn.exe
So basically then you goto the other Package you are scripting for and open a .pwn file And That isnt the Pawno from the package you are working from then Another one. So we need to re-accosiate pawno….

Oh sorry Guys that was SUPER not Understandable here il simple it out

Basically:

Code:

You open Server2pawnopawn.exe. Server2pawnopawn.exe makes all pawn files open with it.
You open Server1filterscriptsgamemode.pwn. gamemode.pwn Opens with Server2pawnopawn.exe
Server2pawnopawn.exe Loads all Server2pawnoinclude Includes.
And we need the includes from Server1

So, we open Server1pawnopawn.exe pawn.exe of Server1 makes all .pwn files open with it.
All Needed includes are loaded.

You succeded.

Posts: 2,268
Threads: 89
Joined: Apr 2009

Reputation:

0

Yeah, KK and DeadAhead thanks for making things clearer.

Posts: 57
Threads: 21
Joined: Sep 2010

Reputation:

0

Posts: 98
Threads: 17
Joined: Feb 2011

Reputation:

0

23.02.2011, 19:34

(

Last edited by dahley5; 23/02/2011 at 08:05 PM.

)

i did what KK said but it still didn’t work 0,0

Code:

C:UsersGebruikerDesktopSAMP servert3gamemodesonzeserver.pwn(2) : fatal error 100: cannot read from file: "aHouse"

still appears :S
i just can’t get it done i’ve tried everything that appeared in my brainsz!

Posts: 1,152
Threads: 11
Joined: Feb 2010

Reputation:

0

Did you open the right pawno? If you click on the .pwn to open pawno it might have opened the wrong one, wich is not linked to «aHouse.inc»

Posts: 508
Threads: 34
Joined: Feb 2011

Reputation:

0

some more info.

1) Put your plugins properly
2) Update your .Net Framework

Posts: 213
Threads: 8
Joined: Jan 2011

Reputation:

0

Good And I Have my TuT Too
it’s Simple like this,, anyway!
Thank u!

Posts: 757
Threads: 94
Joined: Feb 2011

Reputation:

0

thank you very much thats helped me XD

Posts: 305
Threads: 28
Joined: Apr 2011

Reputation:

0

Very simple, but very good

Posts: 139
Threads: 29
Joined: Aug 2010

Reputation:

0

This does not work to me? It still keeps giving the error for some reason.

Posts: 1,564
Threads: 98
Joined: Apr 2011

Reputation:

0

Quote:

Originally Posted by Alphos
View Post

This does not work to me? It still keeps giving the error for some reason.

Open the pawno, where you’ve putted the includes in the include folder. Do NOT open your GM/FS with a double-click. Then open the game mode with ctrl+o, and try it again

error 001: expected token: "%s", but found "%s" - ожидался символ: "%s", но был найден "%s";
error 002: only a single statement (or expression) can follow each "case" - только одно заявление (или выражение) могут следовать за "case";
error 003: declaration of a local variable must appear in a compound block - объявленная локальная переменная должна использоваться в этом же блоке;
error 004: function "%s" is not implemented - функция %s не реализована;
error 005: function may not have arguments - функция не имеет аргументов;
error 006: must be assigned to an array - должен быть присвоен массив;
error 007: operator cannot be redefined - оператор не может быть установлен еще раз;
error 008: must be a constant expression; assumed zero - должно быть постоянным выражением; равным нулю;
error 009: invalid array size (negative or zero) - неверный размер массива (отрицательный или 0);
error 010: invalid function or declaration - неизвестная функция или декларация;
error 011: invalid outside functions - неверно вне функции;
error 012: invalid function call, not a valid address - неверный вызов функции, неверный адрес;
error 013: no entry point (no public functions) - нет точки входа (не public функция);
error 014: invalid statement; not in switch - неверный оператор; не в switch;
error 015: "default" case must be the last case in switch statement - "default" должен быть последним условием в switch;
error 016: multiple defaults in "switch" - несколько "default" в switch;
error 017: undefined symbol "%s" - неизвестный символ "%s";
error 018: initialization data exceeds declared size - данные массива превышают его размер;
error 019: not a label: %s" - не метка "%s";
error 020: invalid symbol name "%s" - неверное имя символа "%s";
error 021: symbol already defined: %s" - символ уже объявлен: "%s";
error 022: must be lvalue (non-constant) - должно быть левосторонним (нет постоянной);
error 023: array assignment must be simple assignment - назначение массива должно быть простым;
error 024: "break" or "continue" is out of context - "break" или "continue" вне контекста;
error 025: function heading differs from prototype - функция заголовка отличается от прототипа;
error 026: no matching "#if..." - не найдено "#if...";
error 027: invalid character constant - недопустимый символ в постоянной;
error 028: invalid subscript (not an array or too many subscripts): "%s" - неверный индекс (это не массив или слишком много индексов): "%s";
error 029: invalid expression, assumed zero - неверное выражение, нет результата;
error 030: compound statement not closed at the end of file - составной оператор не закрыт в конце файла;
error 031: unknown directive - неизвестная директива;
error 032: array index out of bounds (variable "%s") - индекс массива превышен;
error 033: array must be indexed (variable "%s") - массив должен быть проиндексирован;
error 034: argument does not have a default value (argument %d) - аргумент не имеет начального значения (аргумент %d);
error 035: argument type mismatch (argument %d) - несоответствие типа аргумента (аргумент %d);
error 036: empty statement - пустой оператор;
error 037: invalid string (possibly non-terminated string) - неправильная строка;
error 038: extra characters on line - лишние символы в строке;
error 039: constant symbol has no size - символьная константа не имеет размера;
error 040: duplicate "case" label (value %d) - несколько раз объявлен "case" с одним тем же параметром;
error 041: invalid ellipsis, array size is not known - размер массива неизвестен;
error 042: invalid combination of class specifiers - недопустимое сочетание класса;
error 043: character constant exceeds range for packed string - символьная константа превышает размер строки;
error 044: positional parameters must precede all named parameters - позиционные параметры должны предшествовать всем именованным параметрам;
error 045: too many function arguments - слишком много аргументов у функции;
error 046: unknown array size (variable "%s") - неизвестный размер массива;
error 047: array sizes do not match, or destination array is too small - размеры массива конфликтуют, либо целевой массив слишком маленький;
error 048: array dimensions do not match - размеры массива не совпадают;
error 049: invalid line continuation - неправильное продолжение строки;
error 050: invalid range - неверный диапазон;
error 051: invalid subscript, use "[ ]" operators on major dimensions - неправильный индекс, используйте "[]";
error 052: multi-dimensional arrays must be fully initialized - много-размерные массивы должны быть полностью определены;
error 053: exceeding maximum number of dimensions - превышение максимального числа измерений;
error 054: unmatched closing brace - не найдена закрывающаяся скобка;
error 055: start of function body without function header - начало функции без заголовка;
error 056: arrays, local variables and function arguments cannot be public (variable "%s") - массивы, локальные переменные и аргументы функции не могут быть общедоступными;
error 057: unfinished expression before compiler directive - незавершенное выражение для компилятора;
error 058: duplicate argument; same argument is passed twice - дублирование аргумента; Аргумент передается несколько раз;
error 059: function argument may not have a default value (variable "%s") - аргумент не может иметь значение по-умолчанию;
error 060: multiple "#else" directives between "#if ... #endif" - Несколько "#else" между "#if ... #endif" - несколько "#else" между "#if и #endif";
error 061: "#elseif" directive follows an "#else" directive - "#else" перед "#elseif";
error 062: number of operands does not fit the operator - количество операндов не соответствует оператору;
error 063: function result tag of operator "%s" must be "%s" - Результат функции %s должен быть %s;
error 064: cannot change predefined operators - невозможно изменить уже определенные операторы;
error 065: function argument may only have a single tag (argument %d) - в этой функции может быть только один аргумент;
error 066: function argument may not be a reference argument or an array (argument "%s") - аргумент функции не может быть ссылкой или массивом;
error 067: variable cannot be both a reference and an array (variable "%s") - Переменная не может быть как массив или ссылка;
error 068: invalid rational number precision in #pragma - неверное число в #pragma;
error 069: rational number format already defined - формат рационального числа уже определен;
error 070: rational number support was not enabled - рациональное число не поддерживается;
error 071: user-defined operator must be declared before use (function "%s") - объявленный оператор должен быть перед использованием;
error 072: "sizeof" operator is invalid on "function" symbols - оператор "sizeof" не может быть использован для символов функции;
error 073: function argument must be an array (argument "%s") - аргумент %s должен быть массивом;
error 074: #define %s must start with an alphabetic character - #define должен начинаться с буквы;
error 075: input line too long (after substitutions - введенная строка слишком длинная;
error 076: syntax *error in the expression, or invalid function call - неправильный синтаксис или неправильный вызов функции;
error 077: malformed UTF-8 encoding, or corrupted file: %s - плохая кодировка UTF-8 или плохой файл: %s;
error 078: function uses both "return" and "return <value>" - функция использует "return" и "return <значение>";
error 079: inconsistent return types (array & non-array) - несовместимость типов возвращенных результатов;
error 080: unknown symbol, or not a constant symbol (symbol "%s") - неизвестный или непостоянный символ: %s;
error 081: cannot take a tag as a default value for an indexed array parameter (symbol "%s") - не может принимать тег в качестве значения по умолчанию для параметра индексированного массива;
error 082: user-defined operators and native functions may not have states - созданные функции или операторы не имеют состояния;
error 083: a function may only belong to a single automaton (symbol "%s") - функция может принадлежать только к одной автоматизации;
error 084: state conflict: one of the states is already assigned to another implementation (symbol "%s") - конфликт состояния: одно из состояний уже назначено на другую реализацию;
error 085: no states are defined for function "%s" - нет состояний, определенных для функции "%s";
error 086: unknown automaton "%s" - неизвестная автоматизация "%s";
error 087: unknown state "%s" for automaton "%s" - неизвестное состояние "%s" в автоматизации "%s";
error 088: number of arguments does not match definition - количество аргументов не совпадает с объявленными в функции;

Алексей121

17.08.2017

0

1

18

0

Скриптер


  • #2

В начало мода, где все #include#include &lt;objects&gt; и в public OnGameModeInit() вставить: objects();
Всё.

RisingGame


  • #3

C:UsersÄåíDesktopRisinggamemodesgamemodesstel.pwn(6) : fatal error 100: cannot read from file: «objects»

Compilation aborted.

Pawn compiler 3.2.3664 Copyright (c) 1997-2016, ITB CompuPhase

1 Error.

Код:

#include &lt;a_samp&gt;
#undef MAX_PLAYERS
#define MAX_PLAYERS 102
#include &lt;a_mysql&gt;
#include &lt;objects&gt;
#include &lt;mxdate&gt;
#include &lt;mxINI&gt;
#include &lt;regex&gt;
#include &lt;a_http&gt;
#include &lt;streamer&gt;
#include &lt;sscanf2&gt;
#include &lt;Pawn.CMD&gt;
#include &lt;foreach&gt;
#include &lt;PointToPoint&gt;
#include &lt;crashdetect&gt;
#include &lt;crp&gt;
#include &lt;progress&gt;

это что за FatalError?

Алексей121

17.08.2017

0

1

18

0

Скриптер


  • #4

Ну а в папке pawnoinclude есть инклюд objects?

RisingGame


  • #6

Если проблема еще не решился 
Тогда создай в папке мода папку include и туда кинь тот object.inc 

Последнее редактирование модератором: 10.02.2018

Lancer_IX


  • #7

@RisingGame, Так, а что Вы отвечаете да? Если файл «objects» — есть, то проблема  по сути решена. Я понятия не имею в чём проблема. Логи хоть отправьте, или хоть что-то…

Содержание

  1. Форум Pawn.Wiki — Воплоти мечту в реальность!: Ошибка: fatal error 100: cannot read from file: «» — Форум Pawn.Wiki — Воплоти мечту в реальность!
  2. Форум Pawn.Wiki — Воплоти мечту в реальность!: fatal error 100: cannot read from file: «a_actor» — Форум Pawn.Wiki — Воплоти мечту в реальность!
  3. Форум Pawn.Wiki — Воплоти мечту в реальность!: fatal error 100 — Форум Pawn.Wiki — Воплоти мечту в реальность!
  4. Форум Pawn.Wiki — Воплоти мечту в реальность!: Help me please — Форум Pawn.Wiki — Воплоти мечту в реальность!
  5. Форум Pawn.Wiki — Воплоти мечту в реальность!: Ерор в компилировании — Форум Pawn.Wiki — Воплоти мечту в реальность!

Форум Pawn.Wiki — Воплоти мечту в реальность!: Ошибка: fatal error 100: cannot read from file: «» — Форум Pawn.Wiki — Воплоти мечту в реальность!

  • Pawn скриптинг
  • Первая помощь
  • Проблемы с компилированием
  • Правила форума
  • Просмотр новых публикаций
  • (2 Страниц)
  • 1
  • 2
  • >
  • Вы не можете создать новую тему
  • Тема закрыта

  • Группа: Пользователи
  • Сообщений: 18
  • Регистрация: 03 февраля 12

Помогите пожалуйста.Если можно обычным языком т.к. я новичок в павно.Вот ошибка,нужна помощь богов в Pawno.

C:Users1DesktopНовая папкаgamemodesdiamond.pwn(7) : fatal error 100: cannot read from file: «»

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

  • Группа: Vip
  • Сообщений: 582
  • Регистрация: 04 сентября 11

  • Группа: Пользователи
  • Сообщений: 18
  • Регистрация: 03 февраля 12

Stas (04 февраля 2012 — 00:07) писал:

#include <> // Стандартные функции SA-MP
#include <> // Все инк. в одном + все сложные функции в нём для оптимизации
static gTeam[MAX_PLAYERS];

Инклуды стояли какие та, diamond и что то еще писало ошибку ту же только в конце было «diamond» а когда я убрал стало » »

  • Группа: Администраторы
  • Сообщений: 7 300
  • Регистрация: 14 августа 11

  • Группа: Активные пользователи
  • Сообщений: 579
  • Регистрация: 12 сентября 11

А тут скорее всего:

  • Группа: Пользователи
  • Сообщений: 18
  • Регистрация: 03 февраля 12

Erick (04 февраля 2012 — 09:34) писал:

А тут скорее всего:

После того как сделал,ошибка имеет такой вид: C:Users1Desktop. . gamemodesdiamond.pwn(8) : fatal error 100: cannot read from file: «diani»

[email protected] (04 февраля 2012 — 10:37) писал:

Решение еще нету.

  • Группа: Администраторы
  • Сообщений: 7 300
  • Регистрация: 14 августа 11

1. Что у тебя за мод?
2. Кинь строки с начала мода (10-15 строк) Только точно так как там они есть!

Источник

Форум Pawn.Wiki — Воплоти мечту в реальность!: fatal error 100: cannot read from file: «a_actor» — Форум Pawn.Wiki — Воплоти мечту в реальность!

  • Pawn скриптинг
  • Первая помощь
  • Проблемы с компилированием
  • Правила форума
  • Просмотр новых публикаций

  • Группа: Пользователи
  • Сообщений: 1
  • Регистрация: 29 мая 21

#include
#include
#include
#include
#include
#include
#include

  • Группа: Пользователи
  • Сообщений: 17
  • Регистрация: 28 мая 21

Thomas22 (29 мая 2021 — 13:39) писал:

#include
#include
#include
#include
#include
#include
#include

И еще, какой программой ты компилируешь мод?

Источник

Форум Pawn.Wiki — Воплоти мечту в реальность!: fatal error 100 — Форум Pawn.Wiki — Воплоти мечту в реальность!

  • Pawn скриптинг
  • Первая помощь
  • Проблемы с компилированием
  • Правила форума
  • Просмотр новых публикаций

  • Группа: Пользователи
  • Сообщений: 11
  • Регистрация: 15 сентября 12

  • Группа: Активные пользователи
  • Сообщений: 90
  • Регистрация: 21 июля 12

Сообщение отредактировал Necros1k: 15 сентября 2012 — 23:06

  • Группа: Активные пользователи
  • Сообщений: 901
  • Регистрация: 09 мая 12

  • Группа: Пользователи
  • Сообщений: 11
  • Регистрация: 15 сентября 12

Cliffka (17 сентября 2012 — 15:31) писал:

  • Группа: Активные пользователи
  • Сообщений: 206
  • Регистрация: 22 мая 12

Oxxxy (17 сентября 2012 — 16:50) писал:

если этот инклуд есть то запускай через этот pawno.exe > File > open > и дальше показывай путь к моду

Сообщение отредактировал Vlad72KPD: 08 октября 2012 — 19:16

Источник

Форум Pawn.Wiki — Воплоти мечту в реальность!: Help me please — Форум Pawn.Wiki — Воплоти мечту в реальность!

  • Pawn скриптинг
  • Первая помощь
  • Проблемы с компилированием
  • Правила форума
  • Просмотр новых публикаций

  • Группа: Пользователи
  • Сообщений: 3
  • Регистрация: 17 октября 20

Ошибка при компиляции:

  • Группа: Активные пользователи
  • Сообщений: 268
  • Регистрация: 29 декабря 18

  • Группа: Пользователи
  • Сообщений: 3
  • Регистрация: 17 октября 20

Lesnik (17 октября 2020 — 18:01) писал:

  • Группа: Vip
  • Сообщений: 4 737
  • Регистрация: 14 марта 12

  • Группа: Пользователи
  • Сообщений: 3
  • Регистрация: 17 октября 20

Lesnik (17 октября 2020 — 18:01) писал:

  • Группа: Активные пользователи
  • Сообщений: 268
  • Регистрация: 29 декабря 18

Сообщение отредактировал Lesnik: 17 октября 2020 — 18:21

  • Группа: Активные пользователи
  • Сообщений: 268
  • Регистрация: 29 декабря 18

Drakula_Joker (17 октября 2020 — 18:05) писал:

Источник

Форум Pawn.Wiki — Воплоти мечту в реальность!: Ерор в компилировании — Форум Pawn.Wiki — Воплоти мечту в реальность!

  • Pawn скриптинг
  • Первая помощь
  • Проблемы с компилированием
  • Правила форума
  • Просмотр новых публикаций

  • Группа: Пользователи
  • Сообщений: 6
  • Регистрация: 01 декабря 21

Здравствуйте,ребят помогите мне с проблемой в компилировании.
Когда я начинаю компилировать, мгновенно выбивает ошибку: C:UsersВазовскийDesktopARzgamemodesarizonarp.pwn(25) : fatal error 100: cannot read from file: «crashdetect»

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.
Помогите кому не тяжело!)

  • Группа: Активные пользователи
  • Сообщений: 430
  • Регистрация: 14 ноября 21

у тебя подключен в моде инклуд crashdetect, но в папке pawno/include/ это файла (инклуда) нет. Скачай и закинь.
Так же там будет файл crashdetect.dll его в папку plugins нужно закинуть (и записать в server.cfg в строке plugins crashdetect если не записан)

Ну или совсем другой вариант, ты открываешь свой pwn файл не через приложение которое находится в папке pawno/ pawno.exe

Сообщение отредактировал FARADAY: 01 декабря 2021 — 21:23

  • Группа: Пользователи
  • Сообщений: 6
  • Регистрация: 01 декабря 21

FARADAY (01 декабря 2021 — 21:23) писал:

Источник

Я же написал зайти в папку с Pawno потом в папку include и найди их удали потом в pawno и закрой их // всё если нет в папке в pawno,значит в папке они есть в модом 

Я удалил как ты сказал их с Include а потом скопилировал мод и вот что мне выдало

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(180) : error 017: undefined symbol «ret_memcpy»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(7349) : error 017: undefined symbol «ReturnUser»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(7391) : error 017: undefined symbol «ReturnUser»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(10413) : error 017: undefined symbol «iniOpen»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(10414) : error 017: undefined symbol «iniGet»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(10415) : error 017: undefined symbol «iniClose»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(10413) : warning 204: symbol is assigned a value that is never used: «File»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(24991) : error 017: undefined symbol «iniOpen»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(24998) : error 017: undefined symbol «iniSet»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(24999) : error 017: undefined symbol «iniClose»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(24991) : warning 204: symbol is assigned a value that is never used: «File2»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(26348) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(26348) : error 033: array must be indexed (variable «cmd»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27077) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27077) : error 033: array must be indexed (variable «tmp»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27134) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27134) : error 033: array must be indexed (variable «var»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27263) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27263) : error 033: array must be indexed (variable «tmp»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27269) : error 017: undefined symbol «ReturnUser»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27390) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27390) : error 033: array must be indexed (variable «tmp»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27396) : error 017: undefined symbol «ReturnUser»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27477) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27477) : error 033: array must be indexed (variable «x_nr»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27485) : error 017: undefined symbol «strtok»

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27485) : error 033: array must be indexed (variable «tmp»)

C:UsersКриогенщикDesktopFull Game RPgamemodescream1.2.pwn(27491) : error 017: undefined symbol «ReturnUser»

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Fatal error 100 cannot read from file wpmgprintchatcolor
  • Fatal error 100 cannot read from file crashdetect
  • Fatal error 100 cannot read from file core
  • Fatal error 100 cannot read from file a samp
  • Fatal error 10 out of resources esxi

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии