Raised This Month: $51 Target: $400
 12% 

[L4D2] Points System v1.6.9 Beta R1


Post New Thread Reply   
 
Thread Tools Display Modes
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 04-26-2014 , 06:59   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #401

I'm not sure if anyone encounter people hacking in the server after installing this plugin.

I have 2 versus servers and only 1 with this plugin, always have hackers able to do free spawning of SI or unlimited heal. This plugin seem to create a backdoor or something that allow them to hack.

The other server without this plugin haven't got this issue before.

Any server owner here also got this issue?

Last edited by winged_box; 04-26-2014 at 07:06.
winged_box is offline
kirahaku
Member
Join Date: Dec 2012
Old 05-14-2014 , 14:42   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #402

Quote:
Originally Posted by winged_box View Post
I'm not sure if anyone encounter people hacking in the server after installing this plugin.

I have 2 versus servers and only 1 with this plugin, always have hackers able to do free spawning of SI or unlimited heal. This plugin seem to create a backdoor or something that allow them to hack.

The other server without this plugin haven't got this issue before.

Any server owner here also got this issue?
No ive been running this on both of my servers and not once seen an issue, there are occasions where people come in using speed hacks or aimbots but those are thirdparty and easily to handle.

on another note, was wondering if it is possible to have a CVAR which is already in use for the server, attached to a certain user STEAM ID to do something specific to that one person and still do the Default cvar for the rest of the users? like for example, using point system, I have sm_setpoints @all 30 in my cfg for the server, but want to make either one person or certain several people have a CVAR of sm_setpoints 50?

Is it as simple as just putting sm_setpoints @STEAM ID? or? and if so how would i input it
__________________


kirahaku is offline
TGMasterVN
Member
Join Date: May 2014
Location: Earth
Old 05-20-2014 , 19:54   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #403

How can I storage points in bank like THIS

Last edited by TGMasterVN; 05-20-2014 at 20:27.
TGMasterVN is offline
Neevar
Senior Member
Join Date: Mar 2014
Old 05-21-2014 , 05:40   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #404

is there any way to add commands like !buy pipe, or !buy molotov etc?

or can anyone show the code?
Neevar is offline
xieq
New Member
Join Date: May 2014
Old 05-21-2014 , 15:24   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #405

Code:
[SM] Listing 19 plugins:
  01 "Admin File Reader" (1.6.0-dev+4376) by AlliedModders LLC
  02 "Admin Help" (1.6.0-dev+4376) by AlliedModders LLC
  03 "Admin Menu" (1.6.0-dev+4376) by AlliedModders LLC
  04 "Anti-Flood" (1.6.0-dev+4376) by AlliedModders LLC
  05 "Basic Ban Commands" (1.6.0-dev+4376) by AlliedModders LLC
  06 "Basic Chat" (1.6.0-dev+4376) by AlliedModders LLC
  07 "Basic Comm Control" (1.6.0-dev+4376) by AlliedModders LLC
  08 "Basic Commands" (1.6.0-dev+4376) by AlliedModders LLC
  09 "Basic Info Triggers" (1.6.0-dev+4376) by AlliedModders LLC
  10 "Basic Votes" (1.6.0-dev+4376) by AlliedModders LLC
  11 "Client Preferences" (1.6.0-dev+4376) by AlliedModders LLC
  12 "Fun Commands" (1.6.0-dev+4376) by AlliedModders LLC
  13 "Fun Votes" (1.6.0-dev+4376) by AlliedModders LLC
  14 "[L4D2] Points System" (1.6.9 Dimitte) by McFlurry
  15 "Player Commands" (1.6.0-dev+4376) by AlliedModders LLC
  16 "[PS] !usepoints Enabler" (1.2) by McFlurry
  17 "Reserved Slots" (1.6.0-dev+4376) by AlliedModders LLC
  18 "Sound Commands" (1.6.0-dev+4376) by AlliedModders LLC
  19 Disabled: "Nextmap" (1.6.0-dev+4376) by AlliedModders LLC
And when I type
!buy
!spendpoints
!usepoints
!points
Nothing is happening.

Any ideas why?

Got IT
Code:
	Modes = CreateConVar("l4d2_points_modes", "coop,realism,versus,teamversus,survival", "Which game modes to use Point System", FCVAR_PLUGIN);

Last edited by xieq; 05-22-2014 at 12:12.
xieq is offline
gilmon
Senior Member
Join Date: Feb 2011
Location: China
Old 06-10-2014 , 15:56   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #406

Anyone make a mysql or sqlite version please? i'm using file to save them but everytime server restart will set to 0.
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_points_system.sp - 619 views - 103.8 KB)
gilmon is offline
Send a message via MSN to gilmon
FireflyHM
New Member
Join Date: Aug 2014
Old 08-12-2014 , 04:43   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #407

I installed this plugin, generally speaking everything works, but when I try to issue !setpoints or !givepoints in game nothing happens. Any ideas?
FireflyHM is offline
Neevar
Senior Member
Join Date: Mar 2014
Old 09-10-2014 , 02:24   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #408

givepoints setpoints need ADMFLAG_SLAY.

unless you are root or have slaying flag, you won't be able to use it.

more info about flags here

if you want like only generic admins to be able to use that command, you can use admin_overrides.cfg and add

"sm_setpoints" "b" //Change setpoints function to the generic admin flag.
"sm_givepoints" "b" //Change givepoints function to the generic admin flag.

more info about admin overrides here
Neevar is offline
ilham92-cc-sakura
Senior Member
Join Date: Oct 2008
Location: /var/www/index.html
Old 09-22-2014 , 10:34   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #409

There are ways to make sure when player buy a tank, that player get a tank, not other player... I got a lot of complain when he buy tank, someone become tank...

by the way, I running Super Versus...
__________________
ilham92-cc-sakura is offline
Afonia
Member
Join Date: Jun 2014
Old 02-09-2015 , 08:08   Re: [L4D2] Points System v1.6.9 Beta R1
Reply With Quote #410

Help correct Error not compile
Attached Images
File Type: jpg Screenshot_1.jpg (47.2 KB, 476 views)
Afonia is offline
Send a message via Skype™ to Afonia
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:42.


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