mirror of
https://github.com/ElunaLuaEngine/Scripts
synced 2026-08-22 00:32:05 -04:00
7 lines
No EOL
149 B
Lua
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) |