Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- timer.Create( "GiveUserTimedPoints", 600, 0, function()
- for k, v in pairs(player.GetAll) do
- if v:IsUserGroup("user") then
- v:PS_GivePoints(5)
- end
- end
- end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement