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

[CS:GO] WarMod [BFG] <22.09.26.1915, 26-Sept-2022>


Post New Thread Reply   
 
Thread Tools Display Modes
SpiritBob
Member
Join Date: Jul 2011
Old 01-09-2016 , 16:07   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1201

Everything works perfectly, except that after the matches end, it skips voting and chooses automatically a new map. (Does that also disable loot drops, or they are there, we just don't see who's got what)

Thanks! (This also happens using other plugins, so i guess i need to tune a cvar?)

EDIT: Is nextmap doing this?

Last edited by SpiritBob; 01-09-2016 at 16:09.
SpiritBob is offline
benson92
Junior Member
Join Date: Dec 2015
Old 01-10-2016 , 06:15   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1202

I'm having some issues setting up statistics.

So I created a database called warmod on a separate server.
I added the following to my database.cfg:

"warmod"
{
"driver" "mysql"
"host" "DATABASE IP"
"database" "warmod"
"user" "warmod"
"pass" "PASSWORD"
//"timeout" "0"
//"port" "0"
}

I also set wm_upload_results to 1

However the statistics are not being uploaded to the database at all.
Is there something else I need to do?
benson92 is offline
SysQo
Junior Member
Join Date: Nov 2015
Old 01-11-2016 , 04:47   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1203

had some compile errors

I used the .sp in the bottom of the original post.

include files were put into the proper directory.

error #1:
C:\Users\frede\Desktop\Warmod.sp 767 error 025 function heading differs from prototype

line 767:
public void OnAdminMenuReady(Handle topmenu)

error #2:
C:\Users\frede\Desktop\Warmod.sp 9233 error 017 undefined symbol "SetClientName"

line 9233:
SetClientName(uindex, name);

sorry about my formatting in this post, its probably garbage.
SysQo is offline
SysQo
Junior Member
Join Date: Nov 2015
Old 01-11-2016 , 06:58   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1204

Quote:
Originally Posted by SysQo View Post
had some compile errors

I used the .sp in the bottom of the original post.

include files were put into the proper directory.

error #1:
C:\Users\frede\Desktop\Warmod.sp 767 error 025 function heading differs from prototype

line 767:
public void OnAdminMenuReady(Handle topmenu)

error #2:
C:\Users\frede\Desktop\Warmod.sp 9233 error 017 undefined symbol "SetClientName"

line 9233:
SetClientName(uindex, name);

sorry about my formatting in this post, its probably garbage.

Got this fixed on my own. ditched SPEdit and just dragged my .sp over the compiler and it worked fine.
SysQo is offline
joao7yt
Senior Member
Join Date: Nov 2014
Location: Brazil
Old 01-11-2016 , 21:12   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1205

Hi, im brazilian, I made a better translation to Portuguese (Brazilian). Here we go: (NEED TO BE SAVED AS UTF-8)
Attached Files
File Type: txt warmod.phrases.txt (10.4 KB, 147 views)

Last edited by joao7yt; 01-11-2016 at 21:47.
joao7yt is offline
Hunter6272
Senior Member
Join Date: Jun 2015
Location: Don't know
Old 01-12-2016 , 00:07   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1206

Is there a way in veto_bo1 to give second pick automatically to the winning team.. I am having 7 maps in my veto maps list so i need the winning team to have second pick in order to choose the map out of last 2 maps.
__________________
Patience is the key to success.
Hunter6272 is offline
utaker
Senior Member
Join Date: Dec 2013
Old 01-12-2016 , 12:27   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1207

.veto has become buggy
sometimes it disappears so people are unable to change map
utaker is offline
bica93
New Member
Join Date: Dec 2013
Old 01-13-2016 , 07:31   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1208

bump ..

where can i find the database that show the result table and player table ?

PHP Code:
Results Table
+----------------------+---------------------+------+-----+---------+----------------+
Field                Type                Null Key | Default | Extra          |
+----------------------+---------------------+------+-----+---------+----------------+
match_id             int(11unsigned    NO   PRI NULL    auto_increment |
match_start          datetime            NO   |     | NULL    |                |
match_end            datetime            NO   |     | NULL    |                |
map                  varchar(64)         | NO   |     | NULL    |                |
max_rounds           tinyint(3unsigned NO   |     | NULL    |                |
overtime_max_rounds  tinyint(3unsigned NO   |     | NULL    |                |
overtime_count       tinyint(3unsigned NO   |     | NULL    |                |
played_out           tinyint(1)          | NO   |     | NULL    |                |
t_name               varchar(128)        | NO   |     | NULL    |                |
t_overall_score      tinyint(3unsigned NO   |     | NULL    |                |
t_first_half_score   tinyint(3unsigned NO   |     | NULL    |                |
t_second_half_score  tinyint(3unsigned NO   |     | NULL    |                |
t_overtime_score     tinyint(3unsigned NO   |     | NULL    |                |
ct_name              varchar(128)        | NO   |     | NULL    |                |
ct_overall_score     tinyint(3unsigned NO   |     | NULL    |                |
ct_first_half_score  tinyint(3unsigned NO   |     | NULL    |                |
ct_second_half_score tinyint(3unsigned NO   |     | NULL    |                |
ct_overtime_score    tinyint(3unsigned NO   |     | NULL    |                |
demo                 varchar(128)        | NO   |     | NULL    |                |
+----------------------+---------------------+------+-----+---------+----------------+

Players Table
+-------------+---------------------+------+-----+---------+----------------+
Field       Type                Null Key | Default | Extra          |
+-------------+---------------------+------+-----+---------+----------------+
key_id      int(11unsigned    NO   PRI NULL    auto_increment |
match_id    int(11unsigned    NO   |     | NULL    |                |
steamid64   varchar(64)         | NO   |     | NULL    |                |
player_name varchar(64)         | NO   |     | NULL    |                |
team        tinyint(2unsigned NO   |     | NULL    |                |
+-------------+---------------------+------+-----+---------+----------------+ 

Last edited by bica93; 01-13-2016 at 07:34.
bica93 is offline
joao7yt
Senior Member
Join Date: Nov 2014
Location: Brazil
Old 01-13-2016 , 21:40   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1209

Man, I found a bug related with your code and the translations. In your code, when you do this:
PHP Code:
PrintToChatAll("\x01 \x09[\x04%s\x09]\x01 %t"CHAT_PREFIX"Knife on 2");
PrintToChatAll("\x01 \x09[\x04%s\x09]\x01 %t"CHAT_PREFIX"Knife on 1"); 
The "on" word is with lower case. Ok, in the translation file too, but it has to begin with upper case in both... Else this wont get the "Knife on 2" and "Knife on 1" from the other languages, this will print the "Knife on 2" syntax that you wrote in the code.

In game, im getting (Portuguese):
PHP Code:
Faca em 3
Knife on 2
Knife on 1
FACA

joao7yt is offline
lobby150
New Member
Join Date: Jan 2016
Old 01-14-2016 , 10:42   Re: [CS:GO] WarMod [BFG] <15.12.10.1326, 10-Dec-2015>
Reply With Quote #1210

How can I remove information about how much damage i dealt to my opponent and vice versa?
lobby150 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 03:55.


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