mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
7 lines
149 B
Lua
7 lines
149 B
Lua
|
|
local function OnEvents(event, player, msg, Type, lang)
|
||
|
|
if (msg == "asd") then
|
||
|
|
print "asd"
|
||
|
|
end
|
||
|
|
end
|
||
|
|
|
||
|
|
RegisterPlayerEvent(18, OnEvents)
|