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

Showing results 1 to 25 of 79
Search took 0.02 seconds.
Search: Posts Made By: thekiller123
Forum: Zombie Plague Mod 07-31-2017, 12:56
Replies: 1
Views: 1,163
Posted By thekiller123
Re: [Doubt] Zombie Madness Limit

https://forums.alliedmods.net/showthread.php?t=242103
Forum: Suggestions / Requests 06-16-2017, 09:36
Replies: 1
Views: 563
Posted By thekiller123
Force models on certain maps.

Hi,

Would it be possible to force all players to have the same models on certain maps?

Example:

de_airstrip, cs_havana : Terrorists use this Guerilla Warfare (guerilla) model,...
Forum: Zombie Plague Mod 11-28-2016, 06:40
Replies: 8
Views: 2,841
Posted By thekiller123
Forum: Zombie Plague Mod 11-07-2016, 07:39
Replies: 4
Views: 1,944
Posted By thekiller123
Forum: Zombie Plague Mod 11-02-2016, 09:23
Replies: 4
Views: 1,944
Posted By thekiller123
Re: Help - ZClass Tank not work

Try this:


#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <hamsandwich>
#include <zombieplague>

#define PLUGIN "[ZP] Zombie Class: Tank"
Forum: Suggestions / Requests 09-01-2016, 12:27
Replies: 3
Views: 2,631
Posted By thekiller123
Re: [Request] C4 Timer + custom sound

this does not have custom sounds.
Forum: Suggestions / Requests 08-31-2016, 20:46
Replies: 3
Views: 2,631
Posted By thekiller123
[Request] C4 Timer + custom sound

I want the plugin, c4 timer + custom sounds with this following numbers 30,20,10,9,8,7,6,5,4,3,2,1

If until explode remains less than 10 seconds, hudmessage color will be red, if 20 seconds will...
Forum: Zombie Plague Mod 08-15-2016, 14:44
Replies: 2
Subplugin Submission Zombie plague old version
Views: 1,165
Posted By thekiller123
Forum: Zombie Plague Mod 08-13-2016, 17:59
Replies: 2
Subplugin Submission Zombie plague old version
Views: 1,165
Posted By thekiller123
Zombie plague old version

Hi everybody, post please who have first release Zombie Plague Version 3.55 ( Jun 09, 2008 ) and Version 3.56 ( Jun 13, 2008 ) or Version: 3.61 ( Jul 20, 2008 ) only.
Forum: Zombie Plague Mod 08-09-2016, 13:38
Replies: 5
Views: 4,472
Posted By thekiller123
Re: top hud info need a [CODE]

Try this:


#include <amxmodx>
#include <amxmisc>

#define TOP_INFO 1.0

public plugin_init()
{
Forum: Zombie Plague Mod 10-31-2015, 18:16
Replies: 10
Views: 2,026
Posted By thekiller123
Re: [HELP] Block pickup jetpack+bazooka survivor/sniper

The lock is here:


public jp_forward(player) {

if ( zp_is_survivor_round () || zp_is_sniper_round () )
return FMRES_IGNORED
Forum: Zombie Plague Mod 10-01-2015, 18:53
Replies: 4
Suggestion / Subplugin Request [ZPA] Help
Views: 1,064
Posted By thekiller123
Re: [ZPA] Help

In zombie_plague40.sma

Edit:


// Add Item Name and Cost
formatex(menu, charsmax(menu), "%s \y%d %L", buffer, ArrayGetCell(g_extraitem_cost, item), id, "AMMO_PACKS2")
buffer[0] = item...
Forum: Zombie Plague Mod 09-20-2015, 08:59
Replies: 8
Views: 1,417
Posted By thekiller123
Re: [HELP][ZP 4.3] How to fix this error?

Post your plugins-zplague.ini, plugins.ini

and try this:


/*================================================================================

-----------------------------------
-*- [ZP]...
Forum: Zombie Plague Mod 09-07-2015, 08:16
Replies: 6
Views: 1,548
Posted By thekiller123
Re: HELP Put commas between Health

Try:


#include <amxmodx>

native zp_get_user_zombie(index);
new g_status_sync;

public plugin_init()
{
Forum: Zombie Plague Mod 09-06-2015, 10:31
Replies: 6
Views: 1,548
Posted By thekiller123
Re: HELP Put commas between Health

#include <amxmodx>

native zp_get_user_zombie(index);
new g_status_sync;

public plugin_init()
{
register_plugin("PGL-Zombie Stats", "1.0", "Hattrick");
register_event("StatusValue",...
Forum: Zombie Plague Mod 09-06-2015, 06:32
Replies: 6
Views: 1,548
Posted By thekiller123
Re: HELP Put commas between Health

Try this:


#include <amxmodx>

native zp_get_user_zombie(index);
new g_status_sync;

public plugin_init()
{
Forum: Zombie Plague Mod 08-24-2015, 15:53
Replies: 2
Views: 945
Posted By thekiller123
Re: [ZPA] [Radioactive classe ][Help]

Try:


#include <amxmodx>
#include <zombie_plague_advance>
#include <fakemeta_util>

new off
new const zclass_name[] = { "Radioactive" } // name
new const zclass_info[] = { "\y[Infects...
Forum: Zombie Plague Mod 08-10-2015, 17:57
Replies: 2
Views: 1,336
Posted By thekiller123
Forum: Zombie Plague Mod 08-10-2015, 17:55
Replies: 9
Views: 2,240
Posted By thekiller123
Re: [HELP][ZP 4.3] Remove secondary weapons menu?

In zombieplague.ini:

Change:

SECONDARY = weapon_glock18 , weapon_usp , weapon_p228 , weapon_deagle , weapon_fiveseven , weapon_elite

to:

SECONDARY =
Forum: Zombie Plague Mod 08-01-2015, 21:55
Replies: 5
Views: 1,667
Posted By thekiller123
Re: [HELP] Adding 1 Ammo per 500 DMG to Shootgun

Try this:


#include <amxmodx>
#include <fakemeta>
#include <hamsandwich>
#include <xs>
#include <gunxpmod>
#include <engine>
#include <cstrike>
Forum: Zombie Plague Mod 08-01-2015, 20:59
Replies: 2
Views: 1,073
Posted By thekiller123
Re: Lasermine

hold the press P and wait for complete the bar yellow.

The plugin worked and tested.
Forum: Zombie Plague Mod 07-28-2015, 08:57
Replies: 10
Views: 3,019
Posted By thekiller123
Forum: Zombie Plague Mod 07-27-2015, 20:38
Replies: 2
Help / Support [HELP] Extra buy menu
Views: 819
Posted By thekiller123
Re: [HELP] Extra buy menu

Try this:


/*
[ZP] Extra Item: Golden Ak 47
Team: Humans

Description: This plugin adds a new weapon for Human Teams.
Weapon Cost: 30
Forum: Zombie Plague Mod 07-27-2015, 20:25
Replies: 6
Views: 1,865
Posted By thekiller123
Re: [Help] [ZP 4.3] How to add custom sounds in plugins ?

I don't know add custom sounds

I tried fix your code:


/*
[ZP] Extra Item: Golden M249
Team: Humans

Description: This plugin adds a new weapon for Human Teams.
Forum: Zombie Plague Mod 07-27-2015, 19:41
Replies: 7
Views: 1,711
Posted By thekiller123
Re: [Help] How to fix the bots error ?

Try in zombieplague.cfg:

Change this:

zp_remove_money 1

for:

zp_remove_money 0
Showing results 1 to 25 of 79

 
Forum Jump

All times are GMT -4. The time now is 18:34.


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