Notice
If you are looking for support you should instead create a support ticket.
@JonBird , Sure, add me on Steam and I'll sort it out for you.

I bought this on the website can I get it transferred over here?

You're going to have to wait quite a while for it to go on sale, as it just was.
- If you mean pick-up other players props, you have to tick the "Admin" permission under the ranks you want to be able to pick up other players props.
- I don't know, I've been struggling with the problem myself, that only the rank with the unique name "superadmin" can pickup cars.
- You need to give your rank a unique name while creating it, and make a customcheck with that unique name in your jobs file for your server. Remember to use GetUserGroup and not GetNWString.
- Its by default only superadmins who can spawn weapons/vehicles from the Q menu. When setting permissions you have to tick the "Superadmin" on the ranks you want to be able to do this.
- No it wont. You have to change the GetNWString to GetUserGroup, and it's not very hard. I mean I have no experience at all but I managed to do this without anyone guiding me through it.
I hope I answered your questions. Regards, Magnus.

And, as everyone has already said, it could do with some developer documentation.

@Hodas Alright, cheers. I think I'll stay with ULX for the time being until this one goes on sale. I think it still needs some work, it would be really cool if everything I asked in the questions would be integrated into the control panel. Makes it a lot easier for people like me that would rather not go fiddling around in the code.

@Mr. Spookichicken
If you are talking about DarkRP I can throw you some answers. for some questions of yours like 1, 2, 4. You can set all these with FPP (Falco's Prop Protection) which comes with DarkRP.
for your 3rd question: You can use same method as for ULX ranks just keep in mind that this rank name is equal to unique name not Fancy name. use this customcheck: ( customCheck = function(ply) return ply:GetUserGroup() == "donator" or ply:IsAdmin() end," ) You can add more ranks with just adding ( ply:GetUserGroup() == "newrank" ) line after or. It would look like this: ( customCheck = function(ply) return ply:GetUserGroup() == "donator" or ply:GetUserGroup() == "newrank" or ply:IsAdmin() end," )
for 5th question of yours I do believe you can set it to any cardealer, atleast VCmod cardealer and williams Car dealer is working for me in DarkRP when referring to Unique rank names.
I hope I helped ^^

A few questions,
- How do I say if a rank can pick up a prop?
- How can I say if a rank can pick up a car?
- How do I assign certain jobs to certain ranks?
- How can I say if a rank can spawn weapons from the q menu?
- Since a lot of addons use ULX when referring to ranks, will this hinder my ability to use custom addons, like a cardealer, that detects the rank and decides if the player can buy a car?

@Jonathan, you can create such usergroups and set their "Admin" permission (it's in the permissions list when creating the group).
@Nikita, if you mean restricting jobs based on rank, you can get the player's job using serverguard.player:GetRank(player) instead of player:GetNWString or player:GetUserGroup

How do you link Jobs to Ranks? No where it says what is the LUA command to link Dark RP Jobs to rank's on server.

Does this admin system have donator access set to it? Example: Admin rank that donated should be donatoradmin Admin rank that donated a lot should be ultraadmin and Admin rank that donated a lot + a lot should be embassadoradmin So that's 3 donator ranks per staff rank, let me tell you... it adds up to 25 ranks or more. I need to know if I can set donator rights on main ranks. Thanks!

@[FRP] Hodas, I'm glad to hear you like our mod! While I would like to address your issue here directly, I think it would be best if you could create an "issue" on our GitHub page where our entire development team will look into your concerns, and we can keep a constructive and consistent dialog together. I appreciate that you bring us this feedback, and would be grateful for your continued discussion at GitHub. You can find our GitHub page here: https://github.com/ThrivingVentures/ServerGuard

Hey Gurrazor, I got the ServerGuard and I must they it's just fantastic for moderating server. Tho I faced one issue with it and would like to suggest if haven't been already. This is happneing in DarkRP Specially, When you Jail someone he can just Kill or change job to get away from that jail. Would it be possible to make it like if player suicides or changes job that they spawn back in jail? Otherwise this has been working well on our server.

@Saddam, Since we just concluded a lengthy sale, I would not think that it will go on sale again in the near future. It does have many similar functions to that of other admin mods such as ULX, and you can make custom plugins - however, note that we're still in the process of releasing our developer documentation.

I was planning to buy ServerGuard, but can see that it's not on sale anymore, is it going to be on sale again anytime in the future? :) Also can you add extended commands? And does it have commands similar to ULX?

@Leyer, We're working on it and hope to release it as soon as possible. We're committed to increase development of plugins by independent developers, so it's definitely a priority for us.

When will you guys release the developer documentation?

Any help with the physgun freeze player would be appreciated, how do I activate this?

Yep. Ranking by Steam ID is in the next version.

Not yet Magoo, but they will add it in the next update (Atleast i was told)

Is there a way to rank somebody via steam ID? Like a command???

Is this compatible with RDM manager? Or does it have it's own logs and reports for ttt?

@Smudge, Thanks for the awesome feedback! We're currently in the process of creating documentation for developers to make their addons compatible or expand ServerGuard.

I've been doing work for a server with this addon, and it is wonderful. I wish there was some developer documentation, but it's not too hard to figure out how to add things by just browsing through the code. Nice, beautiful and easy to work with :)

@Snowboi, We're always working on refining code and haven't stopped doing so throughout each update that has been released. The current price is a sale that we introduced for the holiday season and ServerGuard coming to ScriptFodder, it was in no way related to the value of ServerGuard.