eluna-scripts-ornfelt/lua/Scripts/Example Scripts/example_player_chat.lua
2024-09-23 07:59:23 +02:00

7 lines
No EOL
149 B
Lua

local function OnEvents(event, player, msg, Type, lang)
if (msg == "asd") then
print "asd"
end
end
RegisterPlayerEvent(18, OnEvents)