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

[CS:GO] Multi-1v1 (v1.1.10, 2021-10-30)


Post New Thread Reply   
 
Thread Tools Display Modes
maRoff
Member
Join Date: Apr 2007
Location: Poland
Old 06-05-2014 , 08:11   Re: [CS:GO] Multi-1v1 (v0.3.1, 2014-5-30)
Reply With Quote #11

Thanks for quick reponse.
Language support it's not necessery now, but in future I think It should be.

This mod is very interesting. Now I'm creating server with this mod, because I can't test it on yours server, High Ping kicker kicks me.
maRoff is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 06-06-2014 , 02:42   Re: [CS:GO] Multi-1v1 (v0.3.2, 2014-6-05)
Reply With Quote #12

I learned the mysql table creation had a hidden typo that caused some crashing issues and I believe I have fixed it. (and actually tested it this time), so I bumped the version to 0.3.2. See https://github.com/splewis/csgo-multi-1v1/issues/5
__________________
splewis is offline
dv9unknown
Senior Member
Join Date: Aug 2009
Old 06-08-2014 , 17:55   Re: [CS:GO] Multi-1v1 (v0.3.1, 2014-5-30)
Reply With Quote #13

Quote:
Originally Posted by versatile_bfg View Post
It would also be good if you could release that !rank part as well. =)
Quote:
Originally Posted by splewis View Post
Now, the logical response would be "can you open-source your website code too?". Well, I can, but probably won't. I'm not a web developer whatsoever, and my website was just thrown together as quickly as I could using python. (I'll die before I spend hours writing php and javascript)

I just googled randomly until I could get apache and flask to work. I'm probably the worst person to talk to about anything website-related.
I've created a quick a simple web interface for the stats. Check it out.
https://github.com/supimfuzzy/csgo-m...ree/master/web
Attached Files
File Type: zip WebInterface.zip (6.2 KB, 317 views)
dv9unknown is offline
dv9unknown
Senior Member
Join Date: Aug 2009
Old 06-09-2014 , 16:21   Re: [CS:GO] Multi-1v1 (v0.3.2, 2014-6-05)
Reply With Quote #14

The new Cvar 'sm_multi1v1_record_connect_time' doesn't seem to be working. Returns an unknown command from rcon.
dv9unknown is offline
Ownkruid
Senior Member
Join Date: Nov 2013
Old 06-09-2014 , 16:50   Re: [CS:GO] Multi-1v1 (v0.3.2, 2014-6-05)
Reply With Quote #15

EU server online: http://www.gametracker.com/server_in....92.195:27015/
__________________




Ownkruid is offline
DeatH.NL
New Member
Join Date: Jan 2005
Old 06-09-2014 , 18:42   Re: [CS:GO] Multi-1v1 (v0.3.1, 2014-5-30)
Reply With Quote #16

Quote:
Originally Posted by dv9unknown View Post
I've created a quick a simple web interface for the stats. Check it out.
https://github.com/supimfuzzy/csgo-m...ree/master/web
This works great!! However can you help compile the plugin?

I can't seem to get that one work..
DeatH.NL is offline
dv9unknown
Senior Member
Join Date: Aug 2009
Old 06-09-2014 , 19:43   Re: [CS:GO] Multi-1v1 (v0.3.1, 2014-5-30)
Reply With Quote #17

Quote:
Originally Posted by DeatH.NL View Post
This works great!! However can you help compile the plugin?

I can't seem to get that one work..
Drop the file 'multi1v1.sp' and the folder 'multi1v1' into your scripts folder, then get the requires includes (SMLib and Updater) and run compile.exe.

Also updated the web interface with a top 15 leaderboard and faster loading times.
https://github.com/supimfuzzy/csgo-m...ree/master/web
Attached Files
File Type: zip WebInterface1.2.0.zip (7.1 KB, 284 views)
dv9unknown is offline
DeatH.NL
New Member
Join Date: Jan 2005
Old 06-09-2014 , 20:05   Re: [CS:GO] Multi-1v1 (v0.3.1, 2014-5-30)
Reply With Quote #18

Quote:
Originally Posted by dv9unknown View Post
Drop the file 'multi1v1.sp' and the folder 'multi1v1' into your scripts folder, then get the requires includes (SMLib and Updater) and run compile.exe.

Also updated the web interface with a top 15 leaderboard and faster loading times.
https://github.com/supimfuzzy/csgo-m...ree/master/web
I actually meant I need help with the stats / rank plugin. I can't seem to get that one to work.
DeatH.NL is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 06-09-2014 , 21:27   Re: [CS:GO] Multi-1v1 (v0.3.2, 2014-6-05)
Reply With Quote #19

Quote:
Originally Posted by dv9unknown View Post
The new Cvar 'sm_multi1v1_record_connect_time' doesn't seem to be working. Returns an unknown command from rcon.
Did you compile it from the git repo? It's a work in process for v0.4.0. Perhaps I should link to the readme for the last release tag from now on. It's live on my servers and working as intended there.

Quote:
Originally Posted by DeatH.NL View Post
This works great!! However can you help compile the plugin?

I can't seem to get that one work..
You should be more descriptive. What did you try? Personally, I develop stuff on linux so I can just use make and set spcomp to the sourcepawn compiler and everything is easy. I don't know the best way to do it from windows, but you should be able to do it the same way you compile any other plugin. (with the exception that you need smlib's includes)



EDIT: I wouldn't generally suggesting cloning the repo and putting it on a public server, I just do it when I'm fairly confident I didn't break anything
__________________

Last edited by splewis; 06-09-2014 at 23:03.
splewis is offline
dv9unknown
Senior Member
Join Date: Aug 2009
Old 06-09-2014 , 23:14   Re: [CS:GO] Multi-1v1 (v0.3.2, 2014-6-05)
Reply With Quote #20

Quote:
Originally Posted by splewis View Post
Did you compile it from the git repo? It's a work in process for v0.4.0. Perhaps I should link to the readme for the last release tag from now on. It's live on my servers and working as intended there.
I compiled it exactly the way I described in the comment below. I guess Ill try compiling it in Linux.

Quote:
Originally Posted by dv9unknown View Post
Drop the file 'multi1v1.sp' and the folder 'multi1v1' into your scripts folder, then get the requires includes (SMLib and Updater) and run compile.exe.

Also updated the web interface with a top 15 leaderboard and faster loading times.
https://github.com/supimfuzzy/csgo-m...ree/master/web
dv9unknown 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 19:18.


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