F:\Serverэ\Server\gamemodes\Samp-Rp.pwn(22391) : error 047: array sizes do not match, or destination array is too small
F:\Serverэ\Server\gamemodes\Samp-Rp.pwn(25241) : error 047: array sizes do not match, or destination array is too small
F:\Serverэ\Server\gamemodes\Samp-Rp.pwn(37487) : error 025: function heading differs from prototype
F:\Serverэ\Server\gamemodes\Samp-Rp.pwn(37488) : error 021: symbol already defined: "strtok"
F:\Serverэ\Server\gamemodes\Samp-Rp.pwn(37502) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
22391 name = strtok(cmdtext, idx);
25241 zmd = strtok(cmdtext, idx);
37487 strtok(const string[16], &index)
37488 {
37502 return result;
Страница 1 из 1
Непонимаю что надо исправить
#3
Отправлено 02 января 2012 - 17:39

error 047: array sizes do not match, or destination array is too small - размеры массивов конфликтуют, либо целевой массив слишком маленький (нужно увеличить число в квадратных скобках);

error 025: function heading differs from prototype - заголовок функции отличается от опытного образца ;

error 021: symbol already defined: [/b]%s" - символ уже определён (дважды встречается new одного и того же символа);

#4
Отправлено 03 января 2012 - 10:48

сервер для тех кто исправят
Извините за беспокойство...Сам я немогу понять ошибку ...при компилировании пишет
Сервер выше....спасибо заранее за помощь
Извините за беспокойство...Сам я немогу понять ошибку ...при компилировании пишет
E:\Мой\Real Life v1.4\pawno\include\LSR.inc(200) : error 004: function "OnPlayerEnterRadar" is not implemented E:\Мой\Real Life v1.4\pawno\include\JunkBuster.inc(3229) : warning 201: redefinition of constant/macro (symbol "OnPlayerEnterRaceCheckpoint") E:\Мой\Real Life v1.4\gamemodes\Real-Life.pwn(2862) : error 012: invalid function call, not a valid address E:\Мой\Real Life v1.4\gamemodes\Real-Life.pwn(2862) : warning 215: expression has no effect E:\Мой\Real Life v1.4\gamemodes\Real-Life.pwn(2862) : error 001: expected token: ";", but found ")" E:\Мой\Real Life v1.4\gamemodes\Real-Life.pwn(2862) : error 029: invalid expression, assumed zero E:\Мой\Real Life v1.4\gamemodes\Real-Life.pwn(2862) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 5 Errors.

Сервер выше....спасибо заранее за помощь
Поделиться темой:
Страница 1 из 1