- 0

Ошибки в строке (не могу решить)
Asked by
AntonBelliy
,
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Леон111
Здравствуйте, столкнулся с проблемой что при компиляции мода мне выскакивает pawnocc системная ошибка. Скачивал этот же мод тогда, но у меня не было проблем.
Я скачивал другой мод который тоже компилировался но теперь выдаёт ошибку. Не знаю по какой причине перестало работать. Скачал уже все возможные visual c ++.
-
By JAFAR
Подключаю PawnRaknet и сервер не запускается вообще плагин версии 1.4.1
В console пишет:
В моде подключал так его:
#include <a_samp> #include <Pawn.RakNet> #include <Pawn.CMD> #include <streamer> #include <sampvoice> #include <a_mysql> #include <sscanf2> #include <a_mail> //#include <crashdetect> #include <fmt> #include <CRP> #include <fix_Kick> #include <foreach> #include <cef>
-
Posted · Report post
(3379) : error 001: expected token: "-string end-", but found "-identifier-"
(3379) : error 017: undefined symbol "NRP"
(3379) : error 001: expected token: ";", but found ")"
(3379) : fatal error 107: too many error messages on one line
if(PlayersMenu[playerid] > 0) return SendClientMessage(playerid, COLOR_GREY, BackTextDraw);
} stock RozetkaList(playerid) { if(PlayersMenu[playerid] > 0) return SendClientMessage(playerid, COLOR_GREY, BackTextDraw); for(new i; i < 7; i++) PlayerTextDrawShow(playerid, PlayerMenu[playerid][i]); for(new i; i < 5; i++) PlayerTextDrawShow(playerid, TextDialog[playerid][i]); PlayerTextDrawSetString(playerid, PlayerMenu[playerid][2], "Розетка"); PlayerTextDrawSetString(playerid, TextDialog[playerid][0], "Желаете зарядить"); PlayerTextDrawSetString(playerid, TextDialog[playerid][1], "телефон за 200р?"); PlayerTextDrawSetString(playerid, TextDialog[playerid][2], "Для подтверждения"); PlayerTextDrawSetString(playerid, TextDialog[playerid][3], "нажмите 'Далее'"); PlayerTextDrawSetString(playerid, TextDialog[playerid][4], "Для отмены 'Закрыть'"); PlayersMenu[playerid] = 8;//Пикап розетки SelectTextDraw(playerid, 0xFF4040AA); return 1; }
Share this post
Link to post
Share on other sites