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

[CSS/CSGO] Timer 2.5.0.0 (unsupported)


Post New Thread Reply   
 
Thread Tools Display Modes
Dr. Api
BANNED
Join Date: Mar 2015
Location: France
Old 08-07-2015 , 08:26   Re: [CSS/CSGO] Timer 2.x
Reply With Quote #1181

I made a new competitive ranking system check: https://youtu.be/FDtHcOyRVEk?t=22s

New ranking system points based on the rank of the map.
Win points when you finish the track and stole points from the player who was at this position.
Formule: (maptier * style + points in the settings.cfg).

Last edited by Dr. Api; 08-07-2015 at 08:26.
Dr. Api is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-07-2015 , 19:59   Re: [CSS/CSGO] Timer 2.x
Reply With Quote #1182

Quote:
Originally Posted by Dr. Api View Post
I made a new competitive ranking system check: https://youtu.be/FDtHcOyRVEk?t=22s

New ranking system points based on the rank of the map.
Win points when you finish the track and stole points from the player who was at this position.
Formule: (maptier * style + points in the settings.cfg).
Give a link
__________________
nynCuKaH is offline
nynCuKaH
Member
Join Date: Apr 2012
Location: void
Old 08-08-2015 , 01:18   Re: [CSS/CSGO] Timer 2.x
Reply With Quote #1183

does not work clan TAG in csgo
__________________
nynCuKaH is offline
Chris1234
New Member
Join Date: Aug 2015
Old 08-13-2015 , 01:42   Re: [CSS/CSGO] Timer 2.x
Reply With Quote #1184

Whenever I connect to my server, the timer is working but the ranks don't work and it's just stuck at loading. Any help?
Chris1234 is offline
zipcore
Veteran Member
Join Date: Mar 2010
Location: m_flZipcore
Old 08-28-2015 , 11:24   Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
Reply With Quote #1185

I've reactivated my github repository and uploaded my latest public version for you guys.
There are some fake versions on the last pages which were no officials releases, some of them even don't compile. I still don't support this plugin as long specific things didn't happen. I'm still writing public plugins but I don't release them here.
__________________
zipcore is offline
m_bNightstalker
Senior Member
Join Date: Jan 2015
Location: JWD
Old 08-28-2015 , 11:29   Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
Reply With Quote #1186

At least something mate, you got your accout back by accident *gg*
m_bNightstalker is offline
Fragkiller
Member
Join Date: Jun 2012
Old 08-28-2015 , 20:59   Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
Reply With Quote #1187

Quote:
Originally Posted by zipcore View Post
I've reactivated my github repository and uploaded my latest public version for you guys.
There are some fake versions on the last pages which were no officials releases, some of them even don't compile. I still don't support this plugin as long specific things didn't happen. I'm still writing public plugins but I don't release them here.
will be there a changelog?
Fragkiller is offline
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 08-29-2015 , 14:40   Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
Reply With Quote #1188

Does anyone else has problem with mp_maxrounds ? i set it to 0 in server.cfg but its still 1.. some help ? thanks
ESK0 is offline
freak.exe_uLow
AlliedModders Donor
Join Date: Jul 2012
Location: Germany
Old 08-31-2015 , 17:36   Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
Reply With Quote #1189

mhh why can i not compile all files? Anyone have compiled files?

Last edited by freak.exe_uLow; 08-31-2015 at 17:36.
freak.exe_uLow is offline
clarkeylogic
Member
Join Date: Jun 2015
Old 09-01-2015 , 00:45   Re: [CSS/CSGO] Timer 2.5.0.0 (unsupported)
Reply With Quote #1190

Quote:
Originally Posted by ESK0 View Post
Does anyone else has problem with mp_maxrounds ? i set it to 0 in server.cfg but its still 1.. some help ? thanks
Do this.
PHP Code:
#include <sourcemod>

public OnMapStart()
{
    
CreateTimer(1.0Timer_DoChanges);
}

public 
Action Timer_DoChanges(Handle timerany data)
{
    
ServerCommand("mp_maxrounds 0");
    
ServerCommand("mp_restartgame 1");

clarkeylogic is offline
Reply


Thread Tools
Display Modes

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 09:18.


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