AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Trash (https://forums.alliedmods.net/forumdisplay.php?f=22)
-   -   [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017) (https://forums.alliedmods.net/showthread.php?t=294198)

TheRealToxic 02-22-2017 05:47

[CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
1 Attachment(s)
Have fun!

A simple Rock Paper Scissors Plugin, that allows you to play RPS
vs store credits with your friends.

!rps (brings up a menu with amount, then players)
!rps amount (brings up a menu with players)
!blockrps (blocks all that invite you)
!unblockrps (same but other way)

cvars you can read in sp file.


This requires Zephstore by Zephyrus.

Installation:

SMX -> Plugins
TXT -> translation


enjoy

shanapu 02-22-2017 06:34

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
hmmm...
Quote:

Originally Posted by Totenfluch (Post 2497194)
Before TheRealToxic tries to sell this as his plugin, I'd rather release it. Thanks for ruining it.

... you got the same coding style like Totenfluch, interessting.


video by Totenfluch


your reputation is gone....

TheRealToxic 02-22-2017 06:35

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
Oh, that's really sad now.

Too bad that I own the source (I can do what I want with it)

My reputation is gone? Did I ever had reputation?
But thanks that you enlightened me!

shanapu 02-22-2017 06:42

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
hmmm... nope.
You removed all credits of the original author.... this is not how GPL works...

Arkarr 02-22-2017 10:29

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
Wait a minute....
The Real Toxic's Rock Paper Scissors
Means what ? That you bought it and now it makes you full owner of that code ? I don't think the author allowed you to do so. Anyway, that's not my business. I just find that was a dirty move you did there.

Hallucinogenic Troll 02-22-2017 11:30

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
Quote:

Originally Posted by TheRealToxic (Post 2497420)
Oh, that's really sad now.

Too bad that I own the source (I can do what I want with it)

My reputation is gone? Did I ever had reputation?
But thanks that you enlightened me!

http://www.quickmeme.com/img/bc/bc92...60426351a1.jpg

Mitchell 02-22-2017 11:31

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
Code:

                if (g_eSSPItem[client] == Schere && g_eSSPItem[client2] == Schere)
                        finishSSP(0, client, client2);
                if (g_eSSPItem[client] == Stein && g_eSSPItem[client2] == Stein)
                        finishSSP(0, client, client2);
                if (g_eSSPItem[client] == Papier && g_eSSPItem[client2] == Papier)
                        finishSSP(0, client, client2);
                if (g_eSSPItem[client] == Schere && g_eSSPItem[client2] == Stein)
                        finishSSP(1, client2, client);
                if (g_eSSPItem[client] == Stein && g_eSSPItem[client2] == Schere)
                        finishSSP(1, client, client2);
                if (g_eSSPItem[client] == Schere && g_eSSPItem[client2] == Papier)
                        finishSSP(1, client, client2);
                if (g_eSSPItem[client] == Papier && g_eSSPItem[client2] == Schere)
                        finishSSP(1, client2, client);
                if (g_eSSPItem[client] == Stein && g_eSSPItem[client2] == Papier)
                        finishSSP(1, client2, client);
                if (g_eSSPItem[client] == Papier && g_eSSPItem[client2] == Stein)
                        finishSSP(1, client, client2);

Ah I remember when I had to do an introduction class and I used conditional statements to every possible result.
*grabs popcorn*

Totenfluch 02-22-2017 11:32

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
2 Attachment(s)
Quote:

Too bad that I own the source (I can do what I want with it)
Hi Heiko,

It seems like you don't understand how licenses work.
You can do anything but removing my original ownership

Breaking the GPL license through
- removing the copyright of the original creator
- not giving credit to the original creator
- not giving a copy of the GPL and removing it completly from the plugin

breaks the german law. As soon as I have your adress you'll be sued in civil court in germany.
I hope you'll learn your damm lesson when you loose.

Sooo there's literally no chance you are going to get throught with this

also: https://github.com/Totenfluch/creditsSRP

Can someone please ban him now? Thanks.

headline 02-22-2017 15:05

Re: [CS:GO] The Real Toxic's Rock Paper Scissors (22.02.2017)
 
You are directly violating GPL v3 by stripping copyright headers. I removed your attachments, am trashing this plugin thread, and PM'd asherkin so he can decide what the next move is.


All times are GMT -4. The time now is 18:21.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.