1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-10 15:43:00 +08:00
cfx-server-data/resources/fivem-awesome1501/srv.lua

5 lines
125 B
Lua
Raw Normal View History

2016-12-15 20:40:07 +08:00
RegisterServerEvent('yepThatsMe')
AddEventHandler('yepThatsMe', function(id, name, tab)
print('ytm ', id, name, tab.a)
end)