- 0
Sign in to follow this
Followers
0

Помогите
Asked by
Nicinen
,
Question
Лучший ответ
@Nicinen, либо он будет виден всем, либо индивидуальным игрокам показывайте TextDraw глобальный, содержаший нужную информацию.

This topic is now closed to further replies.
Sign in to follow this
Followers
0
-
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 (edited) · Report post
Error: Function not registered: 'SendDeathMessageToPlayer'
[debug] Run time error 19: "File or function is not found"
[debug] SendDeathMessageToPlayer
[debug] Run time error 19: "File or function is not found"
[debug] SendDeathMessageToPlayer
Script[gamemodes/Bazik.amx]: Run time error 19: "File or function is not found"
if(killlist == 1) { for(new i; i < MAX_PLAYERS; i ++) { if(PI[i][pAdmin] > 0) SendDeathMessageToPlayer(i, killerid, playerid, reason); } }
Как решить данную проблему??
Edited by Nicinen
Share this post
Link to post