This commit is contained in:
Rochet2 2014-01-25 22:13:18 +02:00
parent baf48b1d5f
commit b0bdf1b1fb
4 changed files with 4 additions and 30 deletions

View file

@ -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)