Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function tvRP.updateCustomization(customization)
  2. local user_id = vRP.getUserId(source)
  3. if user_id ~= nil then
  4. local data = vRP.getUserDataTable(user_id)
  5. if data ~= nil then
  6. data.customization = customization
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement