Raised This Month: $32 Target: $400
 8% 

GunGame AMXX 2.12


Post New Thread Reply   
 
Thread Tools Display Modes
sebul
New Member
Join Date: Apr 2011
Old 08-29-2011 , 18:43   Re: GunGame AMXX 2.12
Reply With Quote #81

1. The table "menuText" should be increased to 1024, because sometimes cuts off the menu.
2. Sometimes it saves the data on double-sid but the nicknames are other.
I found
Code:
for(i=0;i<playerNum;i++)
    {
        // never found an existing entry, make a new one
        if(!set[i] && (playerWins[i] || playerPoints[i]))
        {
            playerTotalPoints[i] = playerPoints[i];
            fprintf(file,"%s^t%i^t%s^t%i^t%i",playerAuthid[i],playerWins[i],playerName[i],get_systime(),playerTotalPoints[i]);
            fputc(file,'^n');
            
            // so we can reference this for the MOTD
            pointsExtraction[players[i]][0] = playerWins[i];
            pointsExtraction[players[i]][1] = playerPoints[i];
            pointsExtraction[players[i]][2] = playerTotalPoints[i];
            
            // DEBUG
            /*if(playerTotalPoints[i] < 1)
            {
                log_amx("***** ERROR! (3) Negative points for player %i:  %i | Team times: %f ,  %f",players[i],playerTotalPoints[i],teamTimes[players[i]][winningTeam-1],teamTimes[players[i]][losingTeam-1]);
                log_message("***** ERROR! (3) Negative points for player  %i: %i | Team times: %f ,  %f",players[i],playerTotalPoints[i],teamTimes[players[i]][winningTeam-1],teamTimes[players[i]][losingTeam-1]);
            }*/
        }
and replace
Code:
for(i=0;i<playerNum;i++)
    {
        for(new a=0;a<playerNum;a++)
        {
            if(i != a && !set[a] && equal(playerAuthid[i], playerAuthid[a]))
            {
                set[a] = 1;
            }
        }

        // never found an existing entry, make a new one
        if(!set[i] && (playerWins[i] || playerPoints[i]))
        {
            playerTotalPoints[i] = playerPoints[i];
            fprintf(file,"%s^t%i^t%s^t%i^t%i",playerAuthid[i],playerWins[i],playerName[i],get_systime(),playerTotalPoints[i]);
            fputc(file,'^n');
            
            // so we can reference this for the MOTD
            pointsExtraction[players[i]][0] = playerWins[i];
            pointsExtraction[players[i]][1] = playerPoints[i];
            pointsExtraction[players[i]][2] = playerTotalPoints[i];
            
            // DEBUG
            /*if(playerTotalPoints[i] < 1)
            {
                log_amx("***** ERROR! (3) Negative points for player %i:  %i | Team times: %f ,  %f",players[i],playerTotalPoints[i],teamTimes[players[i]][winningTeam-1],teamTimes[players[i]][losingTeam-1]);
                log_message("***** ERROR! (3) Negative points for player  %i: %i | Team times: %f ,  %f",players[i],playerTotalPoints[i],teamTimes[players[i]][winningTeam-1],teamTimes[players[i]][losingTeam-1]);
            }*/
        }
Sory for my english.
sebul is offline
Old 09-04-2011, 04:35
dl.play
This message has been deleted by xPaw. Reason: Spam.
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 09-05-2011 , 17:17   Re: GunGame AMXX 2.12
Reply With Quote #82

sebul:

Thanks.

1. Unfortunately, in most games (cstrike included I believe) only 512 characters can be displayed anyway. Do you know which menus are too long?

2. Sorry, I don't understand what your fix is for exactly. Is it only for when stats are saved by nickname instead of STEAM id?

Ava
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
DawnnaDukes
New Member
Join Date: Sep 2011
Location: 5 AMANDAS TEAL DR,BRIDGE
Old 09-21-2011 , 07:55   Re: GunGame AMXX 2.12
Reply With Quote #83

Nice plugin..I love this new version.
__________________
DawnnaDukes is offline
Send a message via Yahoo to DawnnaDukes
Old 10-06-2011, 08:41
yoyo992
This message has been deleted by asherkin. Reason: Spam.
Jerich0
Junior Member
Join Date: Nov 2008
Old 10-13-2011 , 09:04   Re: GunGame AMXX 2.12
Reply With Quote #84

Quote:
Originally Posted by DawnnaDukes View Post
Nice plugin..I love this new version.
Yes, it`s working very good, it doesn`t create any kind of lags and i believe it`s the best gg plugin so far
__________________
Jerich0 is offline
sheeoomeeoo
Junior Member
Join Date: Mar 2011
Old 11-24-2011 , 13:10   Re: GunGame AMXX 2.12
Reply With Quote #85

download is not working? :S
sheeoomeeoo is offline
belmiro2
Junior Member
Join Date: Sep 2010
Old 11-25-2011 , 04:20   Re: GunGame AMXX 2.12
Reply With Quote #86

Could you give me the link to download please
belmiro2 is offline
Send a message via MSN to belmiro2 Send a message via Skype™ to belmiro2
XLN's | [Lo]Phreak^n^c
Senior Member
Join Date: May 2006
Location: Argentina
Old 11-25-2011 , 10:34   Re: GunGame AMXX 2.12
Reply With Quote #87

Quote:
Originally Posted by sheeoomeeoo View Post
download is not working? :S
Quote:
Originally Posted by belmiro2 View Post
Could you give me the link to download please
Avalanche's website is down [ http://avalanche.gungame.org ]

http://www.mediafire.com/?9y2q2ekqg2vdg17
__________________
::: If u're 555 then I'm 666 :::
XLN's | [Lo]Phreak^n^c is offline
Crisislord
Member
Join Date: Mar 2011
Old 12-03-2011 , 14:09   Re: GunGame AMXX 2.12
Reply With Quote #88

Here is The cvars help until his site is up.
http://webcache.googleusercontent.co...&gl=us&strip=1
Crisislord 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 14:29.


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