eluna-scripts-ornfelt/Scripts/Example Scripts/example_player_chat.lua
2023-08-16 00:50:59 +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)