Help Level XP Plugin

Статус
В этой теме нельзя размещать новые ответы.

c0d3

Пользователь
Регистрация
16 Июн 2017
Сообщения
110
Симпатии
6
Пол
Мужской
Hello i have one problem with one plugins, i use rehlds and amxmod 1.8.3-RE
when i debug in plugin appears this message :
PHP:
06/16/2018 of L - 7:07:55 p.m.: [AMXX] the Displaying the debug the trace (plugin "level_titull.amxx", version "2.0 We do")
of L 06/16/2018 - 7:07:55 p.m.: [AMXX] the Run time error 4: index out of bounds 
L 06/16/2018 - 19:07:55: [AMXX] [0] level_titull.sma :: show_hud_pid (line 171)
L 06/16/2018 - 19:08:36: [ AMXX] the Displaying the debug the trace (plugin "level_titull.amxx", version "2.0 We do")
of L 06/16/2018 - 19:08:36: [AMXX] the Run time error 4: index out of bounds 
of L 06/16/2018 - 19:08:36: [AMXX] [0] level_titull.sma :: show_hud (line 154)
L 06/16/2018 - 19:08:37: [AMXX] Displaying debug trace (plugin "level_titull.amxx", version "2.0 We do")
of L 06/16/2018 - 19:08:37: [AMXX] the Run time error 4: index out of bounds 
of L 06/16/2018 - 19:08:37: [AMXX] [0] level_titull. sma :: show_hud (line 154)
of L 06/16/2018 - 7:08:38 p.m.: [AMXX] the Displaying the debug the trace (plugin "level_titull.amxx", version "2.0 We do")
of L 06/16/2018 - 19:08 38: [AMXX] Run time error 4: index out of bounds 
L 06/16/2018 - 19:08:38: [AMXX] [0] level_titull.sma :: show_hud (line 154)
L 06/16/2018 - 19:08:39: [AMXX] the Displaying the debug the trace (plugin "level_titull.amxx", version "2.0 We do")
of L 06/16/2018 - 7:08:39 p.m.: [AMXX] the Run time error 4: index out of bounds 
of L 06/16/2018 - 19:08:39: [AMXX] [0] level_titull.sma :: show_hud (line 154)
L 06/16/2018 - 19:08:39: [AMXX] Displaying debug trace (plugin "level_titull.amxx", version "2.0")
 

Вложения

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

Inline

Пользователь
Регистрация
8 Июн 2017
Сообщения
217
Симпатии
98
Пол
Мужской
c0d3, Hello, time traveler. Try replace this
PHP:
new g_level[32], g_exp[32], g_exp2[32];
with
PHP:
new g_level[33], g_exp[33], g_exp2[33];
 

gyxoBka

Пользователь
Регистрация
8 Июн 2017
Сообщения
9
Симпатии
17
Пол
Мужской
c0d3,
PHP:
public show_hud_pid(id)
{
   new name[32], pid = read_data(2); get_user_name(pid, name, charsmax(name));
   new aim, body; get_user_aiming(id, aim, body);
 
   if(1 <= aim <= 32)
   {
       if(!is_user_alive(aim)) return PLUGIN_CONTINUE;
   
       if(get_user_team(id) == get_user_team(aim))
       {
           set_hudmessage(125, 38, 205, -1.0, 0.60, 0, 0.01, 3.0, 0.01, 0.01, -1);
           show_hudmessage(id, "%s^n^n[ Shëndeti: %d | Skuadra: %s ]^n[ Titulli: %s | Level: %d | Exp: %d/%d ]", name, get_user_health(pid), get_user_team(pid) == 2 ? "CT":"Terrorist", Grads[g_level[pid]], g_level[pid], g_exp[pid], g_exp2[pid]);
       }
   }
 
   return PLUGIN_CONTINUE;
}
[doublepost=1497647503][/doublepost]max len 31

PHP:
get_user_name(id, name, 31);
 
Последнее редактирование модератором:

c0d3

Пользователь
Регистрация
16 Июн 2017
Сообщения
110
Симпатии
6
Пол
Мужской
Bro can anyone fix for me and to sent because im noob in scripting if you can to fix and to sent .sma
 

Inline

Пользователь
Регистрация
8 Июн 2017
Сообщения
217
Симпатии
98
Пол
Мужской
Статус
В этой теме нельзя размещать новые ответы.
Сверху Снизу