• ZS Vip spawn?
    10 replies, posted
Hi! Can someone could set up a code so all VIP on my server, will spawn with a 130HP at the start of every round? Please! Thanks :D
[url]www.coderhire.com[/url]
-snip-
[QUOTE=Shenesis;44915258]I'd also like to point out, assuming that you're doing this for Zombie Survival, that the [URL="http://www.noxiousnet.com/gm/license.txt"]current license[/URL] forbids paying for more health, etc (if he still cares about that)[/QUOTE] Thanks for posting that, I snipped my post.
Hmmm... [QUOTE]3. You will not Modify the Content in such a way that it will, directly or indirectly, generate revenue without explicit, written permission from the Author. [/QUOTE] Granted it's a stupid thing to add that a VIP would get more health, but to nitpick it's not really editing the content he's coded/provided. Which is what the license would cover right?
[QUOTE=Pantho;44915862]Hmmm... Granted it's a stupid thing to add that a VIP would get more health, but to nitpick it's not really editing the content he's coded/provided. Which is what the license would cover right?[/QUOTE] [quote=license]"Modify" refers to editing the Content as well as creating programs or code which depends on the Content to run. For the purpose of this license, deleting things without deleting the entire Content is ALSO considered editing.[/quote]
Would just be easier to simply remake the gamemode and put a simply license on it then having this dumb license :/
I dislike "pay-to-win" styles of games anyway; I can understand characters not involved in the game such as Game-moderators having invincibility, invisibility and other features, but yeah giving donator admin, admins, mods, or whoever extra health for donating is pay-to-win in my eyes... I actually think the license is decent in terms of not allowing pay-to-win.
Arguably there's nothing in this code that would depend on a specific gamemode being running: [code]local function Health( ) if aghjkjghkjfg:IsUserGroup( "asdfjk;lhasgh" ) then pl:aafhahfdasdf( -149 ) end end hook.Add( "asjfkdhasfk", "Health On Spawn For VIP", Health )[/code] On the other hand, [quote]A good portion of people have seen fit to modify stuff I've made, make it so people can "donate" for premium features, and subsequently generate revenue using things that I and others have created without permission.[/quote]
[QUOTE=Kogitsune;44918877]Arguably there's nothing in this code that would depend on a specific gamemode being running: [code]local function Health( ) if aghjkjghkjfg:IsUserGroup( "asdfjk;lhasgh" ) then pl:aafhahfdasdf( -149 ) end end hook.Add( "asjfkdhasfk", "Health On Spawn For VIP", Health )[/code] On the other hand,[/QUOTE] This. I agree you shouldn't do it, the guy doesn't want you to so don't. But I don't agree that the license is covering it, as you're not modifying his content or relying on it.
Sorry, you need to Log In to post a reply to this thread.