Resource icon

[CSS/CSGO] SLAYER_Save_Reset_Score v2.4.3

No permission to download

bornforgaming3201

Member
Content Writer
bornforgaming3201 submitted a new resource:

[CSS/CSGO] SLAYER_Save_Reset_Score v2.3 - slayer,resetscore

[CSS/CS:GO] SLAYER_Save_Reset_Score v2.4


Description :


Hi, I make a new plugin which reset player score and also save them when player disconnect from server its save cash as well as. By this plugin you can set any player kills, deaths, stars. Stars is MVP Points which given to player on wining round you will find it in CSS v90 or CS:GO. I Hope You will like this Plugin.

Commands :
1.
Player can reset his scores by typing !rs...
Read more about this resource...
 
Last edited by a moderator:

Vertigo

⍥????
Staff member
Administrator
This will not work on any game.
Test your plugins before uploading it.

Change
C++:
if(g_Game != Engine_CSGO && g_Game != Engine_CSS)
To
C++:
if(g_Game != Engine_CSGO && g_Game != Engine_CSS && g_Game != Engine_SourceSDK2006)
 
Last edited:

XTreme killer

Active member
RIS Admin
Content Writer
This will not work on any game.
Test your plugins before uploading it.

Change
C++:
if(g_Game != Engine_CSGO && g_Game != Engine_CSS)
To
C++:
if(g_Game != Engine_CSGO || g_Game != Engine_CSS || g_Game != Engine_SourceSDK2006)
Why did you add SourceSDK2006???
Is Engine_CSS not sufficient??
 

Vertigo

⍥????
Staff member
Administrator
Engine_CSS is only for Steam CSS.
Engine_SourceSDK2006 is for v34.
 

bornforgaming3201

Member
Content Writer
This will not work on any game.
Test your plugins before uploading it.

Change
C++:
if(g_Game != Engine_CSGO && g_Game != Engine_CSS)
To
C++:
if(g_Game != Engine_CSGO && g_Game != Engine_CSS && g_Game != Engine_SourceSDK2006)
Now its working thanks
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock