Liq. Posted June 5, 2020 Share Posted June 5, 2020 addEventHandler("onClientVehicleExit", getRootElement(), function(thePlayer, seat) local root = getRootElement() if thePlayer == getLocalPlayer() then outputConsole ( "Hello World" ) outputChatBox ( "#FF0000Hello #00FF00World", root, 255, 255, 255, true ) end end ) В консоль все выводит в чат нет. Может кто-нибудь объяснить почему? Link to comment
Liq. Posted June 5, 2020 Author Share Posted June 5, 2020 В северном событии onVehicleExit все работает, в чем разница не могу понять ? Link to comment
Scripting Moderators Sarrum Posted June 5, 2020 Scripting Moderators Share Posted June 5, 2020 На клиенте функция outputChatBox не имеет аргумента, который указывает, кому видна строка в чате. 1 Link to comment
Liq. Posted June 5, 2020 Author Share Posted June 5, 2020 53 minutes ago, Sarrum said: На клиенте функция outputChatBox не имеет аргумента, который указывает, кому видна строка в чате. В каких случаях используется outputChatBox на стороне клиента ? Link to comment
Scripting Moderators Sarrum Posted June 5, 2020 Scripting Moderators Share Posted June 5, 2020 9 minutes ago, Liq. said: В каких случаях используется outputChatBox на стороне клиента ? Сложно дать конкретный ответ. Все зависит от кода. Если нет нужды отображать другим игрокам сообщение, то достаточно выполнять функцию на клиенте. Как в случае с кодом выше. 1 Link to comment
Liq. Posted June 5, 2020 Author Share Posted June 5, 2020 1 hour ago, Sarrum said: Сложно дать конкретный ответ. Все зависит от кода. Если нет нужды отображать другим игрокам сообщение, то достаточно выполнять функцию на клиенте. Как в случае с кодом выше. Я понял. Огромное тебе спасибо за ответ Link to comment
Scripting Moderators Sarrum Posted June 5, 2020 Scripting Moderators Share Posted June 5, 2020 3 hours ago, Liq. said: Я понял. Огромное тебе спасибо за ответ Да, без проблем. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now