Raised This Month: $ Target: $400
 0% 

ProKreedz 2.31


Post New Thread Reply   
 
Thread Tools Display Modes
STI-ScorpioN
Member
Join Date: Aug 2006
Location: POLAND
Old 02-27-2011 , 07:03   Re: ProKreedz 2.26
Reply With Quote #371

a412010:

1. only STEAM version ! ( for me PREWIEV there are records NONSTEAM not ask for this attention )
2.1. yyy
2.2 This is not my script: http://steamcommunity.com/dev
3. possible - depends on the rate base, etc - I admit that the php code can be incorrect - php treats as a hobby
4. let's start with the fact that in general you can not see in the active language file and here I recommend to test script file is correct
5. SYSTEM WR - step by step:
- search map in XJ demos record -> if find map - get XJ WR time -> time calculation
- if no find map in XJ demos -> scan CC file demos.txt -> if find map - get ..... time calculation
- if noting find in XJ, CC ( version: --:--.-- )
so first is XJ record - second CC record ( show only one WR RECORD ).

sorry if I misunderstood, and as my tongue - unfortunately use translators
STI-ScorpioN is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-27-2011 , 07:48   Re: ProKreedz 2.26
Reply With Quote #372

Hey, the PHP files are awesome, that's the only thing I can say

Just few things I'd like you to change/add.

1. I'm not sure if it's already in, but I told you I'd like players with ProRecords that are over >15 rank to get 1 point, too. So if you do bkz_goldbhop in 25 (place #35), you still get 1p.
2. In Pro15.php, I'd like you to delete WR and KZPL from each column and add it near the maps name (upper left part). So it would be like this (sorry my paint skillz ) www.kz-romania.com/idea.JPG
3. There's no rank in player.php yet. Under Points, add Rank : 3/55 (Rank 3 out of 55 total players).
4. Delete that #numbers in map.php (left of map name). It's useless

Except that great work, and I don't want it especially in 1 file (top15.php), It's fine like this.
__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
wint5555
Junior Member
Join Date: Jun 2010
Old 02-27-2011 , 11:40   Re: ProKreedz 2.26
Reply With Quote #373

ok , i fixed nonsteam cant show
[XJ]name is now on place 1 in Pro15 or Nub15
then , have a new bug .
if pro1 = 30s
my finish time its 31s
then will show
[XJ]name is now on place 1 in Pro15
but top still is pro2
wint5555 is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-27-2011 , 12:59   Re: ProKreedz 2.26
Reply With Quote #374

Perhaps you didn't fix it ?
__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
wint5555
Junior Member
Join Date: Jun 2010
Old 02-27-2011 , 13:30   Re: ProKreedz 2.26
Reply With Quote #375

Quote:
Originally Posted by NucL3ra View Post
Perhaps you didn't fix it ?
yap , i think didn't fix
need some help ~

Last edited by wint5555; 02-27-2011 at 13:35.
wint5555 is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-27-2011 , 13:49   Re: ProKreedz 2.26
Reply With Quote #376

This was the problem
PHP Code:
        if(equal(steam"VALVE_ID_LAN") || equal(steam"STEAM_ID_LAN") || strlen(steam) > 18)
        {
            
SQL_ReadResult(hQuery0name31)
            if( 
equal(namenames) )
            {
                
ColorChat(0GREEN"[XJ]^x03 %s^x01 is now on place ^x03%d^x01 in^x03 %s^x01"nameicData[1] == PRO_TOP "Pro 15" "Noob 15");
                break;
            }
        } 
This line
PHP Code:
 if( equal(namenames) ) 
was
PHP Code:
if( equal(authidnames) ) 
__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
STI-ScorpioN
Member
Join Date: Aug 2006
Location: POLAND
Old 02-27-2011 , 16:55   Re: ProKreedz 2.26
Reply With Quote #377

NucL3ra:
1. not problem - in next version.
2. or maybe both versions?
3. not problem - in next version.
4. not problem - in next version + add I will add the number of maps - see your paint skillz

versions of the cartoons I like very much - at least I understand everything

I am working 15 hours a day so you wait for new versions

BYE
STI-ScorpioN is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-27-2011 , 17:46   Re: ProKreedz 2.26
Reply With Quote #378

I find it ugly to see the difference between WR. Just showing the WR + National Rec on top of the page is enough, people can make a simple difference.
__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
wint5555
Junior Member
Join Date: Jun 2010
Old 02-27-2011 , 20:25   Re: ProKreedz 2.26
Reply With Quote #379

Quote:
Originally Posted by NucL3ra View Post
This was the problem
PHP Code:
        if(equal(steam"VALVE_ID_LAN") || equal(steam"STEAM_ID_LAN") || strlen(steam) > 18)
        {
            
SQL_ReadResult(hQuery0name31)
            if( 
equal(namenames) )
            {
                
ColorChat(0GREEN"[XJ]^x03 %s^x01 is now on place ^x03%d^x01 in^x03 %s^x01"nameicData[1] == PRO_TOP "Pro 15" "Noob 15");
                break;
            }
        } 
This line
PHP Code:
 if( equal(namenames) ) 
was
PHP Code:
if( equal(authidnames) ) 

before i edit and test .
but both no work .
wint5555 is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-28-2011 , 03:58   Re: ProKreedz 2.26
Reply With Quote #380

PHP Code:
ColorChat(0GREEN"[XJ]^x03 %s^x01 is now on place ^x03%d^x01 in^x03 %s^x01"namesicData[1] == PRO_TOP "Pro 15" "Noob 15"); 
Also edit name -> names
__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
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 10:48.


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