[CS 1.6] Stock SendCmd stop working

Сообщения
20
Реакции
0
Предупреждения
5
Ошибка
[CS 1.6] Stock SendCmd stop working
ОС
Linux
Amx Mod X
AMX Mod X 1.9.0.5241
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko, Felix "SniperBeamer" Geyer
Jonny "Got His Gun" Bergstrom, Lukasz "SidLuke" Wlasinski
Christian "Basic-Master" Hammacher, Borja "faluco" Ferrer
Scott "DS" Ehlert
Compiled: Dec 18 2018, 01:20:20
URL:http://www.amxmodx.org/
Core mode: JIT
Билд
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 15:51:52 Mar 15 2019 (8177)
ReGamedll
неизвестная команда
Версия Metamod
неизвестная команда
Список метамодулей
неизвестная команда
Список плагинов
неизвестная команда
Автор плагина
n/a
Версия плагина
1.0
Исходный код
SendCmd(const iClient, const szCommand[])
{
message_begin(MSG_ONE, SVC_DIRECTOR, _, iClient);
write_byte(strlen(szCommand) + 2);
write_byte(10);
write_string(szCommand);
message_end();
}
После обновления CS перестала работать стоковая, есть ли обходной путь?

SendCmd(const iClient, const szCommand[])
{
message_begin(MSG_ONE, SVC_DIRECTOR, _, iClient);
write_byte(strlen(szCommand) + 2);
write_byte(10);
write_string(szCommand);
message_end();
}
 
Сообщения
141
Реакции
201
Помог
5 раз(а)
это не проблема с работой плагинов
 
Сообщения
20
Реакции
0
Предупреждения
5
Извините, я даже не баловался на этом форуме, я бразилец, поэтому я не знаю, как говорить по-русски, не могли бы вы мне помочь?
 
Сообщения
1,419
Реакции
2,509
Помог
59 раз(а)
Извините, я даже не баловался на этом форуме, я бразилец, поэтому я не знаю, как говорить по-русски, не могли бы вы мне помочь?
You can speak English, this forum is available in both Russian and English. He said that it can't be used, with the new update from Valve we can't use it.
 
Сообщения
144
Реакции
29
iceeedr its not to SVC_ message but about what you wrote there...for example:
kill, messagemode dont work for me (totally ignored from the game)
say +jump works fine

dont know for other commands, didnt test
 
Сообщения
20
Реакции
0
Предупреждения
5
iceeedr its not to SVC_ message but about what you wrote there...for example:
kill, messagemode dont work for me (totally ignored from the game)
say +jump works fine

dont know for other commands, didnt test
But I use the stock to use bind in the client to open a menu (currently in the letter L), this totally broke the plugin ...
 
Сообщения
20
Реакции
0
Предупреждения
5
Is there any way to open the menu in the letter L for example without the stock now?
 
Сообщения
20
Реакции
0
Предупреждения
5
I think the cmdstart function could map the entire keyboard, so we can hook the plugin ... it would be so much easier ...
 
Сообщения
2,491
Реакции
2,791
Помог
61 раз(а)
iceeedr, it will be better hook some defaults binds such as radio1, radio2, impulse * or other
 

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

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