eluna-scripts-ornfelt/lua/Scripts/Example Scripts/example_player_chat.lua

7 lines
149 B
Lua
Raw Permalink Normal View History

2023-08-16 00:50:59 +02:00
local function OnEvents(event, player, msg, Type, lang)
if (msg == "asd") then
print "asd"
end
end
RegisterPlayerEvent(18, OnEvents)