Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- concommand.Add("givedollars", function(ply, cmd, args)
- if not ply:IsAdmin() then return end
- local playerid = player.GetByUniqueID(args[1])
- local num = tonumber(args[2])
- playerid:AddMoney(num, "has given " .. ply:Nick() .. "!")
- end)
Advertisement
Add Comment
Please, Sign In to add comment