mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
initial
This commit is contained in:
5
resources/fivem-awesome1501/srv.lua
Normal file
5
resources/fivem-awesome1501/srv.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
RegisterServerEvent('yepThatsMe')
|
||||
|
||||
AddEventHandler('yepThatsMe', function(id, name, tab)
|
||||
print('ytm ', id, name, tab.a)
|
||||
end)
|
||||
Reference in New Issue
Block a user