Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local connected = false
|
||||
|
||||
AddEventHandler("playerSpawned", function()
|
||||
if not connected then
|
||||
TriggerServerEvent("rocademption:playerConnected")
|
||||
connected = true
|
||||
end
|
||||
end)
|
||||
Reference in New Issue
Block a user