Advertisement
Guest User

Cheat code

a guest
May 10th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. timer.Create( "GiveUserTimedPoints", 600, 0, function()
  2.  for k, v in pairs(player.GetAll) do
  3. if v:IsUserGroup("user") then
  4. v:PS_GivePoints(5)
  5. end
  6. end
  7. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement