mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-11 00:03:18 +08:00
5 lines
125 B
Lua
5 lines
125 B
Lua
RegisterServerEvent('yepThatsMe')
|
|
|
|
AddEventHandler('yepThatsMe', function(id, name, tab)
|
|
print('ytm ', id, name, tab.a)
|
|
end) |