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

ProKreedz 2.31


Post New Thread Reply   
 
Thread Tools Display Modes
fshiju
Member
Join Date: Dec 2010
Location: Bosnia & Herzegovina
Old 02-05-2011 , 09:31   Re: ProKreedz 2.26
Reply With Quote #261

i disabled weapons /usp works fine
fshiju is offline
a412010
Member
Join Date: Oct 2008
Location: Taipei, Taiwan
Old 02-05-2011 , 22:13   Re: ProKreedz 2.26
Reply With Quote #262

@nuclear
Test server: 123.204.89.226:27015 with old kz-arg database

Note: My kz-arg plugin was edtied that it can save cps.

How to edit the plugin to use this:
1.
Code:
 formatex(createinto, 1000, "CREATE TABLE IF NOT EXISTS `kz_pro15` (`mapname` varchar(64) NOT NULL, `authid` varchar(64) NOT NULL, `country` varchar(6) NOT NULL, `name` varchar(64) NOT NULL, `time` decimal(65,2)   NOT NULL, `date` datetime NOT NULL, `weapon` varchar(64) NOT NULL, `server` varchar(64) NOT NULL)") 
    formatex(createinto, 1000, "CREATE TABLE IF NOT EXISTS `kz_nub15` (`mapname` varchar(64) NOT NULL, `authid` varchar(64) NOT NULL, `country` varchar(6) NOT NULL, `name` varchar(64) NOT NULL, `time`decimal(65,2)  NOT NULL, `date` datetime NOT NULL, `weapon` varchar(64) NOT NULL, `server` varchar(64) NOT NULL, `checkpoints` real NOT NULL, `gocheck` real NOT NULL)")
Code:
 `authid` varchar(64) NOT NULL, `country` varchar(6) NOT NULL
->
Code:
 `country` varchar(6) NOT NULL, `authid` varchar(64) NOT NULL
2.
Code:
formatex( createinto, sizeof createinto - 1, "INSERT INTO `%s` VALUES('%s', '%s','%s','%s','%f','%s','%s','%s'%s%s)", style == PRO_TOP ? "kz_pro15" : "kz_nub15", map, steam, country, name, newtime, dia, g_weaponsnames[str_to_num(x2)], server, style == PRO_TOP ? "" : checkpoints, style == PRO_TOP ? "" : gochecks)
->
Code:
formatex( createinto, sizeof createinto - 1, "INSERT INTO `%s` VALUES('%s', '%s','%s','%s','%f','%s','%s','%s'%s%s)", style == PRO_TOP ? "kz_pro15" : "kz_nub15", map, country, steam, name, newtime, dia, g_weaponsnames[str_to_num(x2)], server, style == PRO_TOP ? "" : gochecks, style == PRO_TOP ? "" : checkpoints)
This is my way to use this.

update:
This plugin seems have problem @ kzsca_sonic_e...players' cs crashed when they pressed the end button whether they have cps or not...please check

Last edited by a412010; 02-06-2011 at 05:41. Reason: forgot server's port
a412010 is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-06-2011 , 08:05   Re: ProKreedz 2.26
Reply With Quote #263

It is not the plugin, I know that bug on that specific map, you need a wad to press finish button. Download the full archive of the map, I remember I was the only who could finish that map

Anyway, I don't see why you should change country with authid in DB, you can put them in any order you want.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
D@NG3R
Member
Join Date: Feb 2010
Old 02-06-2011 , 09:15   Re: ProKreedz 2.26
Reply With Quote #264

my mistake "delete post"

Last edited by D@NG3R; 02-06-2011 at 09:23.
D@NG3R is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 02-06-2011 , 09:35   Re: ProKreedz 2.26
Reply With Quote #265

Quote:
Originally Posted by a412010 View Post
update:
This plugin seems have problem @ kzsca_sonic_e...players' cs crashed when they pressed the end button whether they have cps or not...please check
this is not a plugin problem there is a model missing on your server...from this map!
and by the way when you reach the end in sonic map
the finish button you see in front of you is not real finish button...
the real finish button is on the left side in a small room when i remember right...(i'm not 100% sure)
long time ago when i played this map...
__________________

Last edited by vato loco [GE-S]; 02-06-2011 at 09:42.
vato loco [GE-S] is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-06-2011 , 15:38   Re: ProKreedz 2.26
Reply With Quote #266

That's right
NucL3ra is offline
Send a message via Yahoo to NucL3ra
berix
Member
Join Date: Aug 2006
Location: Poland
Old 02-06-2011 , 17:15   Re: ProKreedz 2.26
Reply With Quote #267

please add
+ MultiLanguage
+ more awards for finish (hats/models/jetpack)
+ include time in scoreboard (http://xtreme-jumps.eu/e107_plugins/...pic.php?148227)
+ custom start/stop (+model)
+ garbage / remove windows, etc. (how in KZ dajrokan 2006)
+ teleport to player
+ for admins/players allow draw laser where other player must jump (command ex. +laser)
__________________
berix is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-07-2011 , 03:38   Re: ProKreedz 2.26
Reply With Quote #268

Quote:
Originally Posted by berix View Post
please add
+ MultiLanguage
+ more awards for finish (hats/models/jetpack)
+ include time in scoreboard (http://xtreme-jumps.eu/e107_plugins/...pic.php?148227)
+ custom start/stop (+model)
+ garbage / remove windows, etc. (how in KZ dajrokan 2006)
+ teleport to player
+ for admins/players allow draw laser where other player must jump (command ex. +laser)
1) When I'll be extremly bored and have no other things to do, maybe I'll add ML. Yet I don't understand why english isn't enough
2) I tried not to make an extravagant plugin, only hook/noclip, things you need for KZ. All 3 you wrote there are useless.
3) Perhaps... I though at something like this some time ago. (since the one you gave me can't support paused times)
4) Custom start/stop, I think there's already a plugin doing that, I didn't test it, but if it works then why should I add here, too? If it doesn't, yes I will.
5) In some occasions you need windows/destroyable things (example: while recording demos you're not allowed to destroy them before starting). Also it's 1% more realistic with fences/windows/other things.
6) I will re-add that, more people asked me of it. Command should/will be amx_teleport who, to whom. ex amx_teleport nucLeaR andytw. Teleports nucLeaR to andytw.
7) That could work as a separate plugin... but I won't make it, make a request, I don't think it's too hard to do it.

Added the rest to to-do list.

Last edited by NucL3ra; 02-07-2011 at 03:41.
NucL3ra is offline
Send a message via Yahoo to NucL3ra
D@NG3R
Member
Join Date: Feb 2010
Old 02-07-2011 , 15:54   Re: ProKreedz 2.26
Reply With Quote #269

Dude can you add again a cvar kz_godmode 1 because when i type /godmode , /god it kills me ..
D@NG3R is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 02-07-2011 , 17:42   Re: ProKreedz 2.26
Reply With Quote #270

The truth is /god works perfectly for me. :-s

It just disables when you start a new run ( if the map has no heal booster )
NucL3ra is offline
Send a message via Yahoo to NucL3ra
Reply


Thread Tools
Display Modes

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 06:33.


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