AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Steam group money reward (https://forums.alliedmods.net/showthread.php?t=278396)

boomix 01-30-2016 20:35

[CS:GO] Steam group money reward
 
2 Attachment(s)
http://i.imgur.com/E40Knt6.png

This is a simple plugin, that allows you to give extra money for people who are in your steam group.



http://i.imgur.com/Na4lxQ9.png

Config file: cfg/sourcemod/groupplayers.cfg

sm_moneyperkill (default: 50)
sm_groupid (default: xxx)

Money per kill, is how much more money player will get from kill, if he is in steam group.
Your group ID you can find here
http://steamcommunity.com/groups/{YOUR GROUP NAME}/memberslistxml/?xml=1

Example:
http://steamcommunity.com/groups/tra...listxml/?xml=1




http://i.imgur.com/hhp72rl.png

http://i.imgur.com/703i4Bq.png



http://i.imgur.com/MZUQOSQ.png
  1. Drag and drop all files
  2. Edit file cfg/sourcemod/groupplayers.cfg
  3. Reload plugins



http://i.imgur.com/yvzQaDW.png

http://i.imgur.com/k9M4DF6.png

Lannister 01-30-2016 20:49

Re: [CS:GO] Steam group money reward
 
boomix: your here ?
Lord Cheaterfield SSS♥: im here
Lord Cheaterfield SSS♥: do you need me?
Lord Cheaterfield SSS♥: im going to eat in 5 mins
Lord Cheaterfield SSS♥: 2 mins
boomix: Wait
boomix: Help me for a sec
boomix: How can I name this plugin
boomix: More money for players who are in steam group
boomix: MMFPWAISG ?
Lord Cheaterfield SSS♥: shieeet
Lord Cheaterfield SSS♥: eee
Lord Cheaterfield SSS♥: Group money reward
Lord Cheaterfield SSS♥: (?
Lord Cheaterfield SSS♥: Steam Group Money Reward
Lord Cheaterfield SSS♥: SGMR
Lord Cheaterfield SSS♥: https://www.youtube.com/watch?v=k8xFbWLUDoQ

Good plugin my friend! keep up the good work!

proffs 01-31-2016 14:22

Re: [CS:GO] Steam group money reward
 
This is a nice plugin to be honest!

supreeda 01-31-2016 18:54

Re: [CS:GO] Steam group money reward
 
Hi, Can you edit for me or other people want this
https://forums.alliedmods.net/showthread.php?t=255418

CaptainNervous 01-31-2016 19:12

Re: [CS:GO] Steam group money reward
 
Quote:

Originally Posted by supreeda (Post 2388912)
Hi, Can you edit for me or other people want this
https://forums.alliedmods.net/showthread.php?t=255418

It's a good idea can you make this with Zephyrus Store. Like if players in your group they earn 2x credits. :)

boomix 01-31-2016 19:24

Re: [CS:GO] Steam group money reward
 
Quote:

Originally Posted by CaptainNervous (Post 2388916)
It's a good idea can you make this with Zephyrus Store. Like if players in your group they earn 2x credits. :)

Will see, maybe I will make it.

kaeming 02-06-2016 00:00

Re: [CS:GO] Steam group money reward
 
Any updates? If it works with zephryrus plugin , it'll be awesome :D

SHAREN 02-08-2016 18:58

Re: [CS:GO] Steam group money reward
 
I don't understand how it's works.
For example http://steamcommunity.com/groups/tra...listxml/?xml=1 groupID64 = 103582791434277245

but 103582791434277245 more than integer(2.147.483.647)

yash1441 02-09-2016 10:40

Re: [CS:GO] Steam group money reward
 
Quote:

Originally Posted by SHAREN (Post 2391267)
I don't understand how it's works.
For example http://steamcommunity.com/groups/tra...listxml/?xml=1 groupID64 = 103582791434277245

but 103582791434277245 more than integer(2.147.483.647)

That's the GroupID64, use the other Group ID not this one.

8guawong 02-12-2016 08:09

Re: [CS:GO] Steam group money reward
 
did you miss something?
cuz the current source you posted just add kills to every1

PHP Code:

public Action Event_PlayerDeath(Handle event, const char[] namebool dontBroadcast)
{
    
int client GetClientOfUserId(GetEventInt(event"attacker"));
    
    
int money Client_GetMoney(client);
    
Client_SetMoney(clientmoney iMoneyPerKill);
        




All times are GMT -4. The time now is 13:52.

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