• Rank up
    6 replies, posted
[B]I AM WILLING TO PAY FOR THIS[/B] So basically when someone joins my steam group I need a code for them to be ranked up to member on my server, I am willing to pay for this add me as a friend on steam to discuss further. Steam: Catastrophic Chaos (The one with the dog with the human face)
[url]http://coderhire.com/[/url]
[URL="http://coderhire.com/scripts/view/434"]This exists already on coderhire.[/URL]
No that doesn't do what I want it to.
[QUOTE=CataChaos;45544086]No that doesn't do what I want it to.[/QUOTE] From what I understand, it actually does. All you have to do, is remove rp_setmoney blabla with ulx adduser blablaa rank.
There is a custom rewards function. In the config file of the steam rewards addon, simply add these lines of code: [CODE] REWARDS.Settings.CustomRewardFunction = function( ply ) local default = ULib.DEFAULT_GRANT_ACCESS ucl.addUser( ply:SteamID(), default.allow, default.deny, "member" ) end [/CODE] change the string "member" to whatever your group name is. edit: your*'rerr
You could just do this: [lua] ULib.ucl.addUser(ply:SteamID(), nil, nil, "member") [/lua] And I just released my own Steam Group Rewards addon: [url]http://fcpn.ch/dfit9[/url]
Sorry, you need to Log In to post a reply to this thread.