Initial commit

This commit is contained in:
Jacob
2021-12-03 01:05:09 +00:00
commit c1add166a1
3511 changed files with 463300 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
local connected = false
AddEventHandler("playerSpawned", function()
if not connected then
TriggerServerEvent("rocademption:playerConnected")
connected = true
end
end)