• Perma Props.....
    7 replies, posted
So this is starting to annoy me now as it isn't the first time perma props has had pop-ups asking to donate.. I think it's unacceptable to pester people to donate to an addon you have put on the workshop which is made for everyone to use for FREE. I don't mind when the addon loads if you print to console about it but don't force things open on us. Can something be done about this please? lua/permaprops/cl_menu.lua [code] if !file.Exists("permaprops_donate.txt", "DATA") then Derma_Query("Please don't Forget to Donate", "PermaProps 4.0", "Donate", function() gui.OpenURL("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CJ5EUHFAQ7NLN") end, "Cancel", function() file.Write("permaprops_donate.txt") end) end [/code]
[QUOTE=Hackcraft;51187285]So this is starting to annoy me now as it isn't the first time perma props has had pop-ups asking to donate.. I think it's unacceptable to pester people to donate to an addon you have put on the workshop which is made for everyone to use for FREE. I don't mind when the addon loads if you print to console about it but don't force things open on us. Can something be done about this please? lua/permaprops/cl_menu.lua [code] if !file.Exists("permaprops_donate.txt", "DATA") then Derma_Query("Please don't Forget to Donate", "PermaProps 4.0", "Donate", function() gui.OpenURL("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CJ5EUHFAQ7NLN") end, "Cancel", function() file.Write("permaprops_donate.txt") end) end [/code][/QUOTE] It should literally ask only once. It's ok if it asks once.
It won't ask once for me as I use several computers for Garry's Mod. Also they added something like this before so I've seen this rubbish 2+ times from two different donation notifications.
[QUOTE=Hackcraft;51187703]It won't ask once for me as I use several computers for Garry's Mod. Also they added something like this before so I've seen this rubbish 2+ times from two different donation notifications.[/QUOTE] Well if you have such a problem with it, you have the code, there is a key on your keyboard for just this purpose. [t]http://michael.requeny.com/wp-content/uploads/2011/06/deletekey.jpg[/t]
Servers have their own version so that won't help......
[QUOTE=Hackcraft;51187773]Servers have their own version so that won't help......[/QUOTE] Then that exact same code has an alternative solution. [t]http://i.imgur.com/v5FMO7z.gif[/t]
But the point is they have changed this more than once, so in a few months you'll have to mess with another method.
[QUOTE=Hackcraft;51187939]But the point is they have changed this more than once, so in a few months you'll have to mess with another method.[/QUOTE] Then you can stop using permaprops and stop playing on servers that use permaprops if you have such an issue about it. I've provided you with a fix if its your server, and a fix if it isn't. I've also suggested you ignore it as they don't literally spam it. You have turned down every suggestion I have made thus far, and so I shall refrain from providing further suggestions apart from "[B]Shut up and put up.[/B]"
Sorry, you need to Log In to post a reply to this thread.