Advertisement
Isigar

F6Menu

Jan 24th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. function openActionMenu()
  2.     rcore:createMenu('🕵 FBI','fbijob',{
  3.         {label = 'Obcanka', value = 'idcard'},
  4.         {label = 'Prohledat', value = 'search'},
  5.         {label = 'Zatknout / Odpoutat', value = 'handcuff'},
  6.         {label = 'Escort', value = 'drag'},
  7.         {label = 'Vlozit do auta', value = 'putinvehicle'},
  8.         {label = 'Vytahnout z auta', value = 'outofvehicle'},
  9.         {label = 'Pokuta', value = 'bill'},
  10.         {label = 'Fine', value = 'finepolice'},
  11.         {label = 'Vezeni', value = 'jail'},
  12.         {label = 'Komunitni sluzba', value = 'communityservice'},
  13.         {label = 'Nezaplacene fakturace', value = 'unpaidbills'},
  14.         {label = 'Licence', value = 'managelicense'},
  15.     })
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement