mirror of
https://github.com/ElunaLuaEngine/Scripts
synced 2026-08-22 00:32:05 -04:00
Tidy
This commit is contained in:
parent
baf48b1d5f
commit
b0bdf1b1fb
4 changed files with 4 additions and 30 deletions
|
|
@ -1,9 +0,0 @@
|
|||
local ChatPrefix = "#example"
|
||||
|
||||
local function ChatSystem(event, player, msg, _, lang)
|
||||
if (msg:find(ChatPrefix) == 1) then
|
||||
player:SendNotification("Example Chat Command Works")
|
||||
end
|
||||
end
|
||||
|
||||
RegisterPlayerEvent(18, ChatSystem)
|
||||
Loading…
Add table
Add a link
Reference in a new issue