This commit is contained in:
Nordi98 2025-08-06 16:37:06 +02:00
parent 510e3ffcf2
commit f43cf424cf
305 changed files with 34683 additions and 0 deletions

View file

@ -0,0 +1,23 @@
-- Test file for FiveM Community Bridge Extension
-- Try the following to test extension features:

-- 1. Type "CommunityBridge." (with the dot) and you should see auto-completion
-- CommunityBridge.

-- 2. Type "AddEventHandler" and see parameter hints
-- AddEventHandler(

-- 3. Hover over these function names to see documentation:
-- GetPlayerData, SetPlayerData, TriggerEvent, RegisterNetEvent

-- 4. Try these snippets (type the word and press Tab):
-- event
-- thread
-- command
-- cbget
-- cbset

-- 5. Test signature help - start typing a function call:
-- CommunityBridge.GetPlayerData(

print("Extension test file loaded")