Skip to content

Commit

Permalink
Add event demo in client lua
Browse files Browse the repository at this point in the history
  • Loading branch information
RedAlex committed Oct 14, 2019
1 parent c1fd490 commit 2eb6260
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
RegisterNetEvent('BanSql:Respond')
AddEventHandler('BanSql:Respond', function()
TriggerServerEvent("BanSql:CheckMe")
end)
end)

--Event Demo

--TriggerServerEvent("BanSql:ICheat")
--TriggerServerEvent("BanSql:ICheat", "Auto-Cheat Custom Reason")

0 comments on commit 2eb6260

Please sign in to comment.