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

ProKreedz Ultimativ v2.4


Post New Thread Reply   
 
Thread Tools Display Modes
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-03-2011 , 12:32   Re: ProKreedz Ultimativ v2.4
Reply With Quote #151

I asked some time ago about disabling the sound of shooting. Somebody told me it's possible but it's pretty hard to do. I don't know if he said the truth anyway

It's better with no ammo, people spam so often if you give them bullets and it's annoying....
NucL3ra is offline
Send a message via Yahoo to NucL3ra
western
Junior Member
Join Date: Dec 2004
Old 02-03-2011 , 19:00   Re: ProKreedz Ultimativ v2.4
Reply With Quote #152

Quote:
Originally Posted by NucL3ra View Post
I asked some time ago about disabling the sound of shooting. Somebody told me it's possible but it's pretty hard to do. I don't know if he said the truth anyway

It's better with no ammo, people spam so often if you give them bullets and it's annoying....
As a variant to replace all sounds from shooting with an empty phrase .wav

All sounds concerning shooting are in valve\sound\weapons\*.wav and through a code to replace their use with one empty.wav , also there will be a silence as in paradise
__________________


Last edited by western; 02-03-2011 at 19:07.
western is offline
western
Junior Member
Join Date: Dec 2004
Old 02-05-2011 , 07:20   Re: ProKreedz Ultimativ v2.4
Reply With Quote #153

The bug is found out

If your server on 24 and more players, and maps it is made on 20 players that it is possible to use a timer bug.

1) you Come on the server and it is necessary that you какбы have not come anywhere, well so happens sometimes
2) Then you press/spec and you come already as the normal player, but you do not have sight. You press the timer
3) Then/menu and the second point, and to you suggest to choose for whom to play, you choose the character
4) you Press/spec and you fly by the end мапы
5) you Press once again/spec and there where you were, you there fall near to finish and press the button finish

The plug-in kz_auto_add_spawns costs and is absolutely useless...
__________________

western is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 02-06-2011 , 19:04   Re: ProKreedz Ultimativ v2.4
Reply With Quote #154

i can only guess what you are talking about...
i do not understand anything of it...
__________________
vato loco [GE-S] is offline
Nigadyai
Junior Member
Join Date: Jan 2011
Old 02-11-2011 , 11:57   Re: ProKreedz Ultimativ v2.4
Reply With Quote #155

Good evening, vato loco [GE-S]
I'm the owner of jump server and i'm using your plugin - it's really good but...
Can you help me to fix some bugs?
- A player can make a checkpoint on a Bhop Block and it's unfair...
I desided to update MpBhop plugin to [KreedZ] MultiPlayer Bhop 1.0.2 ( 11apr 2010 ).
So, buguser began to stuck on bhop block then he teleports back on checkpoint (which he made on a bhop block).
It partly solves problem, it becomes hard to jump off bhop block, but it's possible to do.

Can you help me to eliminate this bug (I mean to restrict making checkpoint on bhop blocks)?
Nigadyai is offline
SpokY
Senior Member
Join Date: Feb 2009
Location: Darmstadt
Old 02-20-2011 , 13:14   Re: ProKreedz Ultimativ v2.4
Reply With Quote #156

Hello,
my php dont work.. how i can got the mysql tables?
http://217.79.190.87/top15.php

on the prokreedz.cfg :
Code:
kz_weburl "http://217.79.190.87/top15.php"
kz_sql_host "localhost"
kz_sql_user "*"
kz_sql_pass "*"
kz_sql_db "*"
and i have no tables for the db?`

thanks !
__________________
xtream.eSports Weil's einfach nur Geil ist !
www.xtream-esports.com
SpokY is offline
Send a message via ICQ to SpokY Send a message via MSN to SpokY
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 02-20-2011 , 13:48   Re: ProKreedz Ultimativ v2.4
Reply With Quote #157

something like this...
Code:
kz_weburl "http://www.SpokYs-homepage.de/SpokYs_kreedz_top15/top15.php"
kz_sql_host "www.SpokY-homepage.de"
kz_sql_user "SpokYs_kreedz_top15"
kz_sql_pass "SpokYs_PW_IS_NONE"
kz_sql_db "SpokYs_kreedz_top15"
__________________
vato loco [GE-S] is offline
SpokY
Senior Member
Join Date: Feb 2009
Location: Darmstadt
Old 03-27-2011 , 08:18   Re: ProKreedz Ultimativ v2.4
Reply With Quote #158

Hello,
yes of course..
http://217.79.190.87/kzstats/top15.php

top15.php
Code:
    // insert SQL info here (inside the empty "")
    define( "SQL_HOST", "127.0.0.1" );
    define( "SQL_USER", "myuser" );
    define( "SQL_PASS", "mypw" );
    define( "SQL_DB", "kzstats" );
ProKreedz.cfg
Code:
kz_weburl "http://217.79.190.87/kzstats/top15.php"
kz_sql_host "127.0.0.1"
kz_sql_user "myuser"
kz_sql_pass "mypw"
kz_sql_db "kzstats"
but i got this message when i open the top15.php
Code:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /opt/lampp/htdocs/kzstats/top15.php on line 178

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /opt/lampp/htdocs/kzstats/top15.php on line 187
and my database are empty.. how i can fix that?
__________________
xtream.eSports Weil's einfach nur Geil ist !
www.xtream-esports.com
SpokY is offline
Send a message via ICQ to SpokY Send a message via MSN to SpokY
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 03-27-2011 , 08:57   Re: ProKreedz Ultimativ v2.4
Reply With Quote #159

top15.php
Code:
    // insert SQL info here (inside the empty "")
    define( "SQL_HOST", "217.79.190.87" );
    define( "SQL_USER", "kzstats" );
    define( "SQL_PASS", "mypw" );
    define( "SQL_DB", "kzstats" );
ProKreedz.cfg
Code:
kz_weburl "http://217.79.190.87/kzstats/top15.php"
kz_sql_host "217.79.190.87"
kz_sql_user "kzstats"
kz_sql_pass "mypw"
kz_sql_db "kzstats"
__________________

Last edited by vato loco [GE-S]; 03-27-2011 at 13:02.
vato loco [GE-S] is offline
SpokY
Senior Member
Join Date: Feb 2009
Location: Darmstadt
Old 03-27-2011 , 09:50   Re: ProKreedz Ultimativ v2.4
Reply With Quote #160

top15.php
Code:
    // insert SQL info here (inside the empty "")
    define( "SQL_HOST", "127.0.0.1" );
    define( "SQL_USER", "kzstats" );
    define( "SQL_PASS", "passwort" );
    define( "SQL_DB", "kzstats" );
ProKreedz.cfg
Code:
kz_weburl "http://217.79.190.87/kzstats/top15.php"
kz_sql_host "127.0.0.1"
kz_sql_user "kzstats"
kz_sql_pass "passwort"
kz_sql_db "kzstats"
but got again this error:

Code:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /opt/lampp/htdocs/kzstats/top15.php on line 178

Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /opt/lampp/htdocs/kzstats/top15.php on line 187
and my database "kzstats" a empty thers no tables .... !!!!
__________________
xtream.eSports Weil's einfach nur Geil ist !
www.xtream-esports.com

Last edited by SpokY; 03-27-2011 at 10:03.
SpokY is offline
Send a message via ICQ to SpokY Send a message via MSN to SpokY
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 07:12.


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