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

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


Post New Thread Reply   
 
Thread Tools Display Modes
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 07-30-2014 , 12:29   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #181

Quote:
Originally Posted by roguekitton View Post
Hey guys, Having a little trouble with my server. Just put it together and I'm the only one around to test it. So I spawned in some bots and they all end up in arena -1. so I'm all on my own in arena one. When each match is done I get spawned in arena 1 and the bots go to random arenas. Is this just because they are bots or am I missing something?
Bots are unsupported and don't work properly at the moment.
__________________
splewis is offline
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 07-30-2014 , 15:11   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #182

[multi1v1.smx] Could not connect: Configuration "multi1v1" not found
Got this error
skinheadxtreme is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 07-30-2014 , 15:31   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #183

Quote:
Originally Posted by skinheadxtreme View Post
[multi1v1.smx] Could not connect: Configuration "multi1v1" not found
Got this error
You need to create a database configuration in configs/databases.cfg if you want to use the stats.
__________________
splewis is offline
skinheadxtreme
AlliedModders Donor
Join Date: Jul 2013
Old 07-30-2014 , 15:36   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #184

I have one


"Databases"
{
"driver_default" "mysql"

"multi1v1"
{
"driver" "mysql"
"host" "5.39.70.60"
"database" "kfbgddpb_mult1v1"
"user" "kfbgddpb_mult1v1"
"pass" "--"
"timeout" "10"
"port" "3306"
}

Last edited by skinheadxtreme; 07-30-2014 at 15:40.
skinheadxtreme is offline
Groven
AlliedModders Donor
Join Date: Apr 2011
Location: Sweden
Old 07-30-2014 , 18:47   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #185

sqlite works?
__________________
Groven is offline
Sketchy
Senior Member
Join Date: Nov 2010
Old 07-30-2014 , 19:35   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #186

Does each map have a "winner" at the end? Like perhaps, whoever spent the most time in the top arena on that map? Also, although its not really the intended purpose of this plugin, some people would KILL for a plugin like this that would allow for Knife Tournaments.

Last edited by Sketchy; 07-30-2014 at 19:37.
Sketchy is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 07-30-2014 , 19:40   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #187

@skinheadxtreme
There's got to be a user-error somewhere. Check the syntax of the whole databases file, perhaps you forgot a } somewhere.

@Groven
Maybe. I've never tried. The database interaction is quite primitive, so it has a decent chance of working.

@Sketchy
The rounds won in arena 1 is counted and displayed in the MVP stars. The player with the most is printed at the end of the map. I never really thought to do anything with it, though it is being exposed as a native in the upcoming version so you can have another plugin do stuff with it, if you wish.
__________________

Last edited by splewis; 07-30-2014 at 19:41.
splewis is offline
roguekitton
New Member
Join Date: Jul 2014
Old 07-31-2014 , 13:24   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #188

Hey guys,

I noticed when ever you die you end up switching teams. any idea how to stop that?
roguekitton is offline
splewis
Veteran Member
Join Date: Feb 2014
Location: United States
Old 07-31-2014 , 15:07   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #189

Quote:
Originally Posted by roguekitton View Post
Hey guys,

I noticed when ever you die you end up switching teams. any idea how to stop that?
That's not completely true. The teams are reassigned every round based on your overall ranking (e.g. the last winner from arena 1, then the last winner from arena 2, then the loser of arena 1 ...). Then it goes through the rankings and allocates players to arenas, and part of that might put them on a new team.

Why is it an issue anyway?
__________________
splewis is offline
ouchie
Member
Join Date: Feb 2014
Old 07-31-2014 , 21:15   Re: [CS:GO] Multi-1v1 (v0.5.2, 2014-7-19)
Reply With Quote #190

Hey guys, I am wanting to add a scout to this as it will be fun in some maps to do some jump shots. I tried adding it to weapons.sp from /game_location/addons/sourcemod/scripting/multi1v1 and tried to recompile multi1v1.sp and get an error.. Idk if I am doing this right, as I never really mess with other peoples code...

Code:
new String:g_Rifles[][][] = {

    {"weapon_ak47", "AK47"},

    {"weapon_m4a1", "M4A4"},

    {"weapon_m4a1_silencer", "M4A1-S"},

    {"weapon_famas", "Famas"},

    {"weapon_galilar", "Galil"},

    {"weapon_aug", "AUG"},

    {"weapon_sg556", "SG553"},
    {"weapon_ssg08", "Scout"}

};
Any idea? Or is someone willing to do this?
ouchie is offline
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:28.


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