1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2026-05-18 11:19:48 +08:00
Files
cfx-server-data/resources/fivem-awesome1501/srv.lua
T
2016-12-15 13:40:07 +01:00

5 lines
125 B
Lua

RegisterServerEvent('yepThatsMe')
AddEventHandler('yepThatsMe', function(id, name, tab)
print('ytm ', id, name, tab.a)
end)