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

ProKreedz Ultimativ v2.4


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay        Approver:   ConnorMcLeod (74)
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 06-23-2010 , 21:03   ProKreedz Ultimativ v2.4
Reply With Quote #1

ProKreedz Ultimativ

Version 2.4

SQL Support


Hi everyone,
after waiting some month for ML Translations
i decide finally to post my privat plugin that i'm constantly updating since 2006.
I do this because i'm thinking about quit playing in the near future (maybe)
so i want to share this plugin with other people befor it get lost.
Credits goes to all scripter where i have used some ideas or codes from them

  • Plugin Configuration - Top15 Sql or File Saving Configuration: [Default is File Saving]
Code:
Download ProKreedz Ultimativ v2.4.zip extract it!

Open the ProKreedz_v2.4.sma file and find this line -> //#define USING_SQL 
Then edit it like this example below:

This is Default saving Top15 by file -> //#define USING_SQL
//#define USING_SQL

For saving Top15 by SQL database uncomment this -> //#define USING_SQL
#define USING_SQL

When you are done, save the ProKreedz_v2.4.sma 
and compile it here: AMX Mod X Web Compiler
  • To use the top15.php file, insert your SQL info into the top of the file.
  • SQL Cavrs:
Code:
kz_weburl "http://your.domain.com/path/to/top15.php
kz_sql_host "hostname or IP"
kz_sql_user "login username"
kz_sql_pass "password for username"
kz_sql_db "database being used"
  • Admin Commands:
Code:
// Access to Console Cmd's ADMIN_KICK - flag "c"
kz_hook <name | #userid | steamid | @ALL> <on/off>
kz_jetpack <name | #userid | steamid | @ALL> <on/off>
kz_noclip <name | #userid | steamid | @ALL> <on/off>
kz_gravity <name | #userid | steamid | @ALL> <gravity>

// All Cmds Example: say /amenu - say .amenu - say_team /amenu - say_team .amenu
amenu -> Display Admin Menu (Access to menu ADMIN_RCON - flag "l")
adminmenu -> Display Admin Menu (Access to menu ADMIN_RCON - flag "l")
setstart -> Set the Spawn Start Position (Access to Cmd ADMIN_RCON - flag "l")
delstart -> Delete Spawn Start Position (Access to Cmd ADMIN_RCON - flag "l")
noclip -> By typing in chat Admin get Noclip - to remove Noclip type again /noclip (Access to Cmd ADMIN_KICK - flag "c")
  • Client Say Commands:
Code:
// All Cmds Example: say /usp - say .usp - say_team /usp - say_team .usp
menu
usp
scout
spawn
respawn
start
restart
reset
checkpoint
cp
check
gocheck
gc
tp
stuck
unstuck
spec
unspec
pause
unpause
help
top10
top15
nub10
nub15
pro10
pro15
showkeys
weapons
drop
  • Cvars:
Code:
// ProKreedz Ultimativ v2.4 by vato loco [GE-S] - Cvars Config 

// Game Description
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_modname_enable 1

// Recommend to set this Cvars via Admin Menu
// Type /amenu in chat to open the Admin Menu
// kz_checkpoints 1
// kz_godmode 1
// kz_autojoin 1
// kz_scout 1
// kz_adminglow 1
// kz_semiclip 1
// kz_bhop 1
// kz_transparency 1
// kz_cheatdetect 1

// Set how many Checkpoint are allowed to use for
// pro climber to get on Pro15 rank
// 0 - Only climber with No Checks get on Pro15 rank
//
// Default: 10000
kz_maxpro_cp 10000

// Set Player Individually Auto-Start-Position
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_autostart 1

// Allows started Player to pause his time
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_pause 1

// Allows Player to join team Spectator
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_spec 1

// Kz Start and Finish sounds
// 0 - Disabled
// 1 - Start & Finish sound Enabled
// 2 - Only Start sound Enabled
// 3 - Only Finish sound Enabled
//
// Default: 1
kz_sounds 1

// Set Admin Model
// 0 - Sas Model
// 1 - Vip Model and Scoreboard Attribute Vip
// 2 - Arctic Model and Scoreboard Attribute Vip
//
// Default: 1
kz_vip 1

// Kz Startmoney
//
// Default: 1337
kz_money 1337

// Player self kill command
// 0 - Self kill allowed
// 1 - Self kill not allowed
//
// Default: 1
kz_nokill 1

// Help Motd with all kz commands
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_help 1

// Create Kz Bot
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_bot 1

// Kz Bot Name
//
// Default: ProKreedz Ultimativ v2.4
kz_botname "ProKreedz Ultimativ v2.4"

// Player rewards Hook and Jetpack
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_prize 1

// Info Msgs about receiving rewards
//
// Default: 60
kz_advert_time 60

// Door sounds
// 0 - Enabled
// 1 - Disabled
//
// Default: 1
kz_doorsound 1

// Pain sounds
// 0 - Enabled
// 1 - Disabled
//
// Default: 1
kz_painsound 1

// Water sounds
// 0 - Enabled
// 1 - Disabled
//
// Default: 1
kz_watersound 1

// Kz chat prefix
//
// Default: [ProKreedz]
kz_tag "[ProKreedz]"

// Player Autohealing
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_autoheal 1

// Set HP Amount for Autohealing
//
// Default: 50
kz_autoheal_hp 50

// Give player all weapons
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_weapons 1

// Show maxspeed of weapons
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_weaponspeed 1

// Set the color of weaponspeed Msg
//
// Default: 0 255 255
kz_weaponspeed_color "0 255 255"

// Set the position of weaponspeed Msg
//
// Default: 0.35 0.75
kz_weaponspeed_xypos "0.35 0.75"

// Show Player Keys
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_showkeys 1

// Set the color of showkeys Msg
//
// Default: 0 255 255
kz_showkeys_color "0 255 255"

// Set the position of showkeys Msg
//
// Default: -1.0 -0.40
kz_showkeys_xypos "-1.0 -0.40"

// Kz Custom Nightvision
// 0 - Disabled
// 1 - Enabled
//
// Default: 1
kz_nvg_enabled 1

// Kz Custom Nightvision Radius
//
// Default: 70
kz_nvg_radius 70

// Set the color of custom Nvg
//
// Default: 0 255 255
kz_nvg_color "0 255 255"

// Set the color of Palyer time Msg
//
// Default: 0 255 255
kz_time_color "0 255 255"

// Set the color of pause and spec Msg
//
// Default: 255 0 0
kz_status_color "255 0 0"

// Set the color of Health Msg
// Health Msg will be shown when Health is greater 255 HP
//
// Default: 255 50 0
kz_showhealth_color "255 50 0"

// Set the positionof Health Msg
//
// Default: -1.0 0.9
kz_showhealth_xypos "-1.0 0.9"

// StatusText Types
// 0 - Show Hud Msg as Staustext - (Show only player name)
// 1 - Show Original Staustext - (Show only player name)
//
// Default: 1
kz_statustext 1

// Set the color of Statustext Msg
//
// Default: 255 255 0
kz_statustext_color "255 255 0"

// Set the position of Statustext Msg
//
// Default: -1.0 0.52
kz_statustext_xypos "-1.0 0.52"
  • Bind Commands:
Code:
Use Grabe:    
bind "key" "+grab"

Use HooK:
bind "key" "+hook"

Use JetPack:
bind "key" "+jet"
  • Credits:
Code:
p4ddY - For Grab,Hook and Original Prokreedz Plugin.
Exolent[jNr] - SQL Tops,For His Heatlh Display Plugin,Helped with AddToFullPack
xPaw - For Maxviewdistance
VEN - For Autojoin code.
AntiBots - For Top15 and Spectator, Pause functions - ML Colorchat.
SchlumPF* - For Weaponmaxspeed and helping always thx ;)
ConnorMcLeod - For Autoheal on Damge Plugin,GiveAllweapons,Semiclip,Helped with AddToFullPack
ian.cammarata - For Kz Bot and ShowKeys code.
MeRcyLeZZ - For His Change Player Models Tut.
PrEn1umz - Set Custom Start For Spawn code.

hope i have not forget to mention something....
  • ML Translations by:
Code:
This languages are in the ProKreedz.zip
if other translations follow i will edit 
only ML file and upload it separate...
vato loco [GE-S] [en]
vato loco [GE-S] [de]
HaLLoWeN [sr]
juan2394 [es]
drekes [nl]
kesh [bg]
teol [fr]

new translations below:
Andurit [sk]
  • Note:
Code:
Do not rename plugins 
ProKreedz_v2.4.amxx 
PK_Grab_v2.4.amxx
PK_Hook_v2.4.amxx
PK_Jetpack_v2.4.amxx
it can cause that the Cheatdetection won't work.

For all amx_super user: 
you should know that you gonna have problems with spec
when you runnig ProKreedz v2.4 and amx_super together.
  • Change Log: Version 2.4
Code:
change 19.01.2011
* add semiclip transparency fade for spectators when watching other players

change 10.01.2011
* fixed statustext sometimes it has shown the original statustext with Health...
* add option for statustext you can choose Hud Msg or Orginal statustext
* add new cvars to make it possible to change positions of some msg's
* removed some needles code..

change 28.12.2010
* cleaned up AddToFullPack 
..and i hope the run time error is fixed finally (thx connor)

change 27.12.2010
* add to cmd weapons cheatdetection
* small fixes on noclip

change 18.12.2010
* Fixed run time error in AddToFullPack (i hope) ;P

change 11.12.2010
* add new cvar kz_autostart Set Player Individually Auto-Start-Position..
..when start position was not set for this map by admin
* small fix on give all weapons scout was dropt when player was pro 

change 06.12.2010
* add new semiclip

change 02.12.2010
* add cmd to drop all weapons

change 30.11.2010
* removed some stocks 
* include engine and fun module
* add give player all weapons 
* Tops Improve and Fail Time msg shows 4 digits more 
* all chat cmds are now with say and say_team

Attached Files
File Type: txt prokreedz_v2.4.txt (58.1 KB, 3485 views)
File Type: sma Get Plugin or Get Source (PK_Hook_v2.4.sma - 5615 views - 6.8 KB)
File Type: sma Get Plugin or Get Source (PK_Jetpack_v2.4.sma - 4379 views - 6.1 KB)
File Type: sma Get Plugin or Get Source (ProKreedz_v2.4.sma - 6072 views - 96.3 KB)
File Type: sma Get Plugin or Get Source (PK_Grab_v2.4.sma - 4620 views - 6.5 KB)
File Type: zip ProKreedz Ultimativ v2.4.zip (42.3 KB, 8350 views)
__________________

Last edited by vato loco [GE-S]; 04-06-2011 at 09:22.
vato loco [GE-S] is offline
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 06-23-2010 , 21:12   Re: ProKreedz Ultimativ v2.3
Reply With Quote #2

haha, the moment i chose to post on Alliedmods by ProKreedz version, you show up with your own, how's that ?
NucL3ra is offline
Send a message via Yahoo to NucL3ra
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 06-23-2010 , 21:17   Re: ProKreedz Ultimativ v2.3
Reply With Quote #3

hehehe i don't know mate...
__________________
vato loco [GE-S] is offline
repingayok
Senior Member
Join Date: Sep 2008
Old 06-24-2010 , 03:16   Re: ProKreedz Ultimativ v2.3
Reply With Quote #4

GJ !!!
repingayok is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 06-24-2010 , 06:44   Re: ProKreedz Ultimativ v2.3
Reply With Quote #5

thx
__________________
vato loco [GE-S] is offline
repingayok
Senior Member
Join Date: Sep 2008
Old 06-25-2010 , 01:30   Re: ProKreedz Ultimativ v2.3
Reply With Quote #6

I liked jetpack (the player flies elongated parallel to ground surface), hud-message of timer, cp, gc and some messages in chat.
\ But your plugin and plugin NucLear are very similar, and ideally would like to combine them into one ProKreedz 3.0 =)
repingayok is offline
repingayok
Senior Member
Join Date: Sep 2008
Old 06-25-2010 , 01:31   Re: ProKreedz Ultimativ v2.3
Reply With Quote #7

I liked jetpack (the player flies elongated parallel to ground surface), hud-message of timer, cp, gc,top15/pro15 and some messages in chat.
But your plugin and plugin NucLear are very similar, and ideally would like to combine them into one ProKreedz 3.0 =)

Last edited by repingayok; 06-25-2010 at 01:59.
repingayok is offline
DeLiriuM
Senior Member
Join Date: Dec 2006
Old 06-25-2010 , 03:54   Re: ProKreedz Ultimativ v2.3
Reply With Quote #8

Great plugin. Thanks!

Just one suggestion. Why don't you make the /start command, respawn you near na start button, not at the spawn points.

#2 Add an option, so that pro15/nub15 can be saved by IP's/nicks, not steamID's
__________________

Last edited by DeLiriuM; 06-25-2010 at 06:12.
DeLiriuM is offline
vato loco [GE-S]
Veteran Member
Join Date: Oct 2006
Location: Germany
Old 06-25-2010 , 06:50   Re: ProKreedz Ultimativ v2.3
Reply With Quote #9

for all who had download the plugin - i recomend to download the new zip.
found a runntime error and fixed it ...i hope hehe

@ DeLiriuM
1. i used this plugin privat and i found it neccessery to do this with spwan at the start button. for my needs it was ok so
my opinion was it's more important to have all realy important functions for the game play !!!

2. the same as the answer 1.

but if you want to use top15 with name or authid you can do something like this !
PHP Code:
new g_kz_top15_authid


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
g_kz_top15_authid register_cvar("kz_top15_authid","1"// 1 Authid - 0 Name
}


public 
check_nub15(id)
{
    new 
name[32], authid[32]
    
get_user_name(idname31)
    if(
get_pcvar_num(g_kz_top15_authid))
        
get_user_authid(idauthid ,31)
    else
        
get_user_name(idauthid31)

__________________

Last edited by vato loco [GE-S]; 09-04-2010 at 04:59.
vato loco [GE-S] is offline
DeLiriuM
Senior Member
Join Date: Dec 2006
Old 06-27-2010 , 07:04   Re: ProKreedz Ultimativ v2.3
Reply With Quote #10

Yeah but I'm a noob in scripting, and I don't know where to put this

I tried several variations, nothing worked

Thnx anyway.
__________________
DeLiriuM is offline
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 13:08.


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