Cyxou96
Участник
- Сообщения
- 80
- Реакции
- 40
есть не много задержка , кнопку прожал прошло пару сек сообщение появилосьКак-то так
PHP:#include <sdktools_entoutput> public OnPluginStart() { HookEvent("round_start", OnRoundStart); } public Action OnRoundStart(Event event, char[] name, bool dontBroadcast) { HookEntityOutput("func_button", "OnIn", FuncButtonOutput); HookEntityOutput("func_rot_button", "OnIn", FuncButtonOutput); } public void FuncButtonOutput(const char[] output, int caller, int activator, float delay) { if (GetClientTeam(activator) == 2) { UnhookEntityOutput("func_button", "OnIn", FuncButtonOutput); UnhookEntityOutput("func_rot_button", "OnIn", FuncButtonOutput); PrintToChatAll("%N нажал кнопку", activator); } }
Оффтоп
Сорян дырявая бошка, все от зависит от кнопок
Последнее редактирование: