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

ProKreedz Ultimativ v2.4


Post New Thread Reply   
 
Thread Tools Display Modes
Mag Q
Junior Member
Join Date: May 2013
Old 06-22-2013 , 14:39   Re: ProKreedz Ultimativ v2.4
Reply With Quote #191

hey i hope someone can help me
i want that the timer is the normal roundtimer how i change it ?
Mag Q is offline
Awesome_man
Senior Member
Join Date: May 2014
Location: singapore
Old 06-11-2014 , 06:16   Re: ProKreedz Ultimativ v2.4
Reply With Quote #192

I have problem, it's not showing me vip in scoreboard neither giving me vip model also no jetpack / hook till i complete the map..

I have all access : abcdefghijklmnopqrstu

But still i'm not vip why ?
Awesome_man is offline
Ayush
New Member
Join Date: Jun 2014
Old 07-21-2014 , 08:10   Re: ProKreedz Ultimativ v2.4
Reply With Quote #193

/spec =It says im in spec but i resume playing
plz give me a soultion for it ty for the mod too !! others stuff works perfect n they are awesome
Ayush is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 07-21-2014 , 12:57   Re: ProKreedz Ultimativ v2.4
Reply With Quote #194

Either you modify the original plugin or use this , but be sure to install it first in plugins.ini
Attached Files
File Type: sma Get Plugin or Get Source (kz_top15.sma - 737 views - 638 Bytes)
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Hectik17
AlliedModders Donor
Join Date: Oct 2005
Old 12-04-2016 , 19:51   Re: ProKreedz Ultimativ v2.4
Reply With Quote #195

Quote:
Originally Posted by vato loco [GE-S] View Post
no this is not a bug
when kz plugin is on
it remove all weapons from a map...
and also droped weapons...

the only way to turn plugin of is
via amxmodx menu there
you can pause plugin or in plugins.ini

or you look for a multimod plugin that manage
the mods you are playing on your server.
here -> Multimod Plugin

ok ive been at it for hours, i run a server that loads map prefixes for certain styles of maps, like Fy/AIM
pug settings
surf settings

and the cfgs load automatically on the map change and pause plugins that are not used depending on the map. so when i do /lo3 it paused most plugins and if the map was changed to a aim map after the pug, all setting s will be changed to aim settings. like 10 mins time limit ect.

well i got so far is to optimizing this plugin but i found out that there is code somewhere in it that removed all world entity, like GUNS on the floors on aim/fy maps.... big problems.

i cant pause the plugin even after i reload the maps and rerun the autoexec.cfg. the kz plugin will pause but for some reason the only thing that dosent pause is the entity being removed there is no way around it !!!
only to ;prokreeds2.4.amxx in the plugin.ini

ive tried to remove the cfgs from the kreeds.cfg nothing.

could someone remove the code or show me where it is to remove my self?? Thanks!!
Hectik17 is offline
Hectik17
AlliedModders Donor
Join Date: Oct 2005
Old 12-05-2016 , 02:45   Re: ProKreedz Ultimativ v2.4
Reply With Quote #196

i have fixed it, so entitys wone be removed on maps other than Bhop or KZ

just find and delet this code

Code:
{
	register_forward(FM_Spawn, "fw_Spawn", 0)
	set_pev(0, pev_speed, 8192.0)
	
	new const g_iRemoveEntities[][] = {
		"func_bomb_target", "info_bomb_target", 
		"hostage_entity", "monster_scientist", 
		"func_hostage_rescue", "info_hostage_rescue",
		"info_vip_start", "func_vip_safetyzone", 
		"func_escapezone","armoury_entity", 
		"game_player_equip", "player_weaponstrip",
		"info_deathmatch_start" 
	}
	g_tRemoveEntities = TrieCreate()
	for(new i = 0; i < sizeof(g_iRemoveEntities); i++)
	{
		TrieSetCell(g_tRemoveEntities, g_iRemoveEntities[i], i)
	}
Hectik17 is offline
Hectik17
AlliedModders Donor
Join Date: Oct 2005
Old 12-05-2016 , 02:53   Re: ProKreedz Ultimativ v2.4
Reply With Quote #197

Now my only problem is that i cant get the timer to show up at the top.
i use /menu to enable it but nothing happens, i also need to make autobhop cvar stay on. it can be turned on in the /menu but then when map changes its goes away. there is no cvar in the kreeds cfg to turn it on.

some times the /pro15 works and and will display the rows in all grey and some times it doesn't work when its showing the top3 in green red yellow.
Hectik17 is offline
Hectik17
AlliedModders Donor
Join Date: Oct 2005
Old 12-05-2016 , 11:39   Re: ProKreedz Ultimativ v2.4
Reply With Quote #198

Is there away to restore it to the normal "playerid 0" the players name and hp% showing when you look at them, because this plugin disables it and even the kz_statustext 1 or 2 work. id like to know how to remove it and set it at cs default one, it doesn't turn off on the map change and it runs on maps and pugs/scrims where we need to see the players name! I like to see the players name also in bhop maps too.

Quote:
Originally Posted by vato loco [GE-S] View Post
small update:
Code:
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..
All i need now is the commands to have "bhop - no slowdown" and the "Show Timer" cvars, i can get them on using /menu but there is no were to finde what command is i have look in the sma and thers not sign of these cmd, but the work from /menu. they change back once the map is changed tho ><

Last edited by Hectik17; 12-05-2016 at 11:44.
Hectik17 is offline
Hectik17
AlliedModders Donor
Join Date: Oct 2005
Old 12-12-2016 , 12:42   Re: ProKreedz Ultimativ v2.4
Reply With Quote #199

I fixed this problem by adding plugin-de.ini to cfgs folder or any prefix you dont want to load the plugin


This line in the .ini

pluginname.amxx disabled

This fixed the mp_playerid 0 not showing playernames on normal maps.
It enabled bhop on bhop maps without reloading the map.
The rank motd /pro15 works and the plugin will disable on any maps other than bhop

Last edited by Hectik17; 12-12-2016 at 12:45.
Hectik17 is offline
Silverss
Junior Member
Join Date: Mar 2010
Location: Hungary
Old 05-22-2021 , 21:23   Re: ProKreedz Ultimativ v2.4
Reply With Quote #200

Is it normal that top15.php shows only blue screen/no text when the plugin installed and have no data yet?
If not, what is the problem?
Silverss is offline
Send a message via MSN to Silverss Send a message via Skype™ to Silverss
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 09:19.


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