Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1.     self:CreateButton(Employers.L("stats_view_desc"), function()
  2.         local ui = Employers:CreateVGUI(EMPLOYERS_CMD_STATS_SHOW);
  3.         ui:SetCustomHeader(Employers.L("stats_view_desc_confirm", LocalPlayer().selectedJob.name));
  4.         ui:SetCustomText(LocalPlayer().selectedJob.description);
  5.     end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement