Advertisement
Guest User

esx_skin

a guest
Feb 20th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. RegisterNetEvent('esx_skin:openSaveableMenu')
  2. AddEventHandler('esx_skin:openSaveableMenu', function(submitCb, cancelCb)
  3.   --OpenSaveableMenu(submitCb, cancelCb, nil)
  4.   local restrict = {}
  5.   restrict = {
  6.     'sex',
  7.     'face',
  8.     'skin',
  9.     'age_1',
  10.     'age_2',
  11.     'beard_1',
  12.     'beard_2',
  13.     'beard_3',
  14.     'beard_4',
  15.     'hair_1',
  16.     'hair_2',
  17.     'hair_color_1',
  18.     'hair_color_2',
  19.     'eyebrows_1',
  20.     'eyebrows_2',
  21.     'eyebrows_3',
  22.     'eyebrows_4',
  23.     'makeup_1',
  24.     'makeup_2',
  25.     'makeup_3',
  26.     'makeup_4',
  27.     'lipstick_1',
  28.     'lipstick_2',
  29.     'lipstick_3',
  30.     'lipstick_4',
  31.     'tshirt_1',
  32.     'tshirt_2',
  33.     'torso_1',
  34.     'torso_2',
  35.     'arms',
  36.     'pants_1',
  37.     'pants_2',
  38.     'shoes_1',
  39.     'shoes_2',
  40.     'eye_color',
  41.     'eyebrows_2',
  42.     'eyebrows_1',
  43.     'eyebrows_3',
  44.     'eyebrows_4',
  45.     }
  46.     OpenSaveableMenu(submitCb, cancelCb, restrict)
  47. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement