Events & Exports
Server Events
AddEventHandler('rm_decalv2:server:onDecalAdded', function(data)
if data.type == 'graffiti' then
-- print(data.source)
-- print(data.fileName)
-- print(vec3(data.posX, data.posY, data.posZ))
elseif data.type == 'sticker' then
-- print(data.source)
-- print(data.fileName)
-- print(data.plate)
end
end)Key
Type
Description
Key
Type
Description
Last updated