Advertisement
Guest User

Untitled

a guest
May 27th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local LoyaltyPoints;
  2. if LocalPlayer():GetSharedVar("LoyaltyPoints") == "" then LoyaltyPoints = "N/A" else LoyaltyPoints = LocalPlayer():GetSharedVar("LoyaltyPoints") end
  3. chat.AddText(Color(255,255,0),[[ Terminal Data ]],Color(255,255,255), "Loyalty Points [TOTAL]: "..LoyaltyPoints);
  4. surface.PlaySound( "ambient/machines/keyboard7_clicks_enter.wav" )
  5.  
  6. urlOpened = true
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement