shape1
shape2
shape3
shape4
shape7
shape8

6 ошибок,новый мод


extair

Новичок
Пользователь
30.04.2020
7
0
0
Купил доработку мода,но при компилировании выдаёт 6 ошибок,прошу помочь.

Сами ошибки которые выдали:

CUsersnecheDesktopRedLinegamemodesnew.pwn(3543) error 001 expected token -string end-, but found -identifier-
CUsersnecheDesktopRedLinegamemodesnew.pwn(3733) error 010 invalid function or declaration
CUsersnecheDesktopRedLinegamemodesnew.pwn(6091) error 001 expected token -string end-, but found -identifier-
CUsersnecheDesktopRedLinegamemodesnew.pwn(6091) error 017 undefined symbol Extair
CUsersnecheDesktopRedLinegamemodesnew.pwn(6091) warning 215 expression has no effect
CUsersnecheDesktopRedLinegamemodesnew.pwn(6091) error 001 expected token ;, but found )
CUsersnecheDesktopRedLinegamemodesnew.pwn(6091) fatal error 107 too many error messages on one line

Compilation aborted.

Pawn compiler 3.10.8 Copyright (c) 1997-2006, ITB CompuPhase


6 Errors.


Строки в которых выдаёт ошибки: 

С:\Users\neche\Desktop\RedLine\gamemodes\new.pwn(3544) : error 001: expected token: "-string end-", but found "-identifier-" :
}, (да только скобка и запятая,что делать я хз)
C:\Users\neche\Desktop\RedLine\gamemodes\new.pwn(3733) : error 010: invalid function or declaration :
};
C:\Users\neche\Desktop\RedLine\gamemodes\new.pwn(6091) : error 001: expected token: "-string end-", but found "-identifier-" :
SendRconCommand("hostname "Extair" RolePlay");
C:\Users\neche\Desktop\RedLine\gamemodes\new.pwn(6091) : error 017: undefined symbol "Extair" :
SendRconCommand("hostname "Extair" RolePlay");
C:\Users\neche\Desktop\RedLine\gamemodes\new.pwn(6091) : error 001: expected token: ";", but found ")" :
SendRconCommand("hostname "Extair" RolePlay");
C:\Users\neche\Desktop\RedLine\gamemodes\new.pwn(6091) : fatal error 107: too many error messages on one line :
SendRconCommand("hostname "Extair" RolePlay");




Прошу о помощи,ребят

 

SCRIPTMAN

Освоившийся
Бриллиантовый
07.11.2015
540
3
31
0
20
Скриптер
Могу исправить только некоторые ошибки, т. к. ты не скинул нормально код (мне по строке скидывать не надо)

SendRconCommand("hostname "Extair" RolePlay");


Замени на

SendRconCommand("hostname \"Extair\" RolePlay");


На 3544, попробуй убрать запятую. А лучше, код со скобками скинь полный