Ошибка компиляции плагина reapi_hint_blocker

Статус
В этой теме нельзя размещать новые ответы.
Сообщения
33
Реакции
1
Ошибка
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// imessage.sma
// Already compiled.
// ----------------------------------------

//// reapi_hint_blocker.sma
//
// C:\Users\┼Їшь\Desktop\1.9.0_5263_scripting\reapi_hint_blocker.sma(6) : error
017: undefined symbol "RG_CBasePlayer_HintMessageEx"
// C:\Users\┼Їшь\Desktop\1.9.0_5263_scripting\reapi_hint_blocker.sma(6) : warnin
g 215: expression has no effect
// C:\Users\┼Їшь\Desktop\1.9.0_5263_scripting\reapi_hint_blocker.sma(6) : warnin
g 215: expression has no effect
// C:\Users\┼Їшь\Desktop\1.9.0_5263_scripting\reapi_hint_blocker.sma(6) : error
001: expected token: ";", but found ")"
// C:\Users\┼Їшь\Desktop\1.9.0_5263_scripting\reapi_hint_blocker.sma(6) : error
029: invalid expression, assumed zero
// C:\Users\┼Їшь\Desktop\1.9.0_5263_scripting\reapi_hint_blocker.sma(6) : fatal
error 107: too many error messages on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file compiled\reapi_hint_blocker.amx (compile failed)
.
//
// Compilation Time: 0,28 sec
// ----------------------------------------

Press enter to exit ...
Компилятор
Локальный
Amx Mod X
1.9.0
Исходный код
#include <amxmodx>
#include <reapi>

public plugin_init() {
register_plugin("[ReAPI] Hint blocker", "0.1.0", "F@tn0M");
RegisterHookChain(RG_CBasePlayer_HintMessageEx, "CBasePlayer_HintMessageEx_Pre", false);
}

public CBasePlayer_HintMessageEx_Pre(const id, const message[], Float:duration, bool:bDisplayIfPlayerDead, bool:bOverride) {
SetHookChainReturn(ATYPE_BOOL, false);
return HC_SUPERCEDE;
}
Здравствуйте. Перепробовал все возможные компиляторы. Помогите с этой проблемой.
 
В этой теме было размещено решение! Перейти к решению.
Статус
В этой теме нельзя размещать новые ответы.

Пользователи, просматривающие эту тему

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу