Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 215
Search took 0.01 seconds.
Search: Posts Made By: Kz1.0
Forum: Zombie Plague Mod 02-04-2017, 16:50
Replies: 8,633
Views: 6,718,744
Posted By Kz1.0
Forum: Off-Topic 07-18-2016, 14:49
Replies: 17
Views: 2,952
Posted By Kz1.0
Re: Donations

Depresie x redivcram - a cute couple I see :p
Forum: Off-Topic 07-17-2016, 15:47
Replies: 17
Views: 2,952
Posted By Kz1.0
Re: Donations

OT: By the way what is between you and redivcram.
Are your signatures jokes or what ??.
Forum: Off-Topic 07-19-2015, 10:47
Replies: 10
Views: 2,763
Posted By Kz1.0
Re: New Tower

If you can, add some user customizations, like zombie classes, extra items, tower upgrades, etc that can be added easily through sub-plugins (like ZP).
Forum: Suggestions / Requests 07-18-2015, 14:34
Replies: 2
Views: 498
Posted By Kz1.0
Re: Unknown command error

use return PLUGIN_HANDLED_MAIN ?
Forum: Suggestions / Requests 07-16-2015, 07:44
Replies: 17
Views: 1,691
Posted By Kz1.0
Re: [REQ] Simple Plugin (Please help fix)

You want to change the answer text? If so, just change there.
Forum: Scripting Help 07-14-2015, 20:30
Replies: 26
Views: 11,864
Posted By Kz1.0
Re: How to get HEAD hitbox origin?

Off-topic: Can you share me your model ? (the left one) :3
Forum: Suggestions / Requests 07-12-2015, 07:08
Replies: 8
Views: 1,237
Posted By Kz1.0
Forum: Suggestions / Requests 07-09-2015, 15:34
Replies: 17
Views: 1,691
Posted By Kz1.0
Re: [REQ] Simple Plugin (Please help fix)

Vote started after 20 sec since game commence or sv_restart.

#include <amxmodx>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "GUG"

#define VOTE_TIME 15
#define...
Forum: Suggestions / Requests 07-08-2015, 03:02
Replies: 6
Views: 1,080
Posted By Kz1.0
Re: AWP for Admins ONly

#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "GUG"

#define FLAG ADMIN_KICK

public plugin_init() {
Forum: Suggestions / Requests 06-30-2015, 10:43
Replies: 8
Views: 1,272
Posted By Kz1.0
Re: Need help with motd

We can type in motd ?
I thought it just a static webpage :3
Forum: Suggestions / Requests 06-29-2015, 01:06
Replies: 7
Views: 1,032
Posted By Kz1.0
Re: request transparency plugin

Cvar change takes effects after new round.

#include <amxmodx>
#include <hamsandwich>
#include <fun>

#define PLUGIN "Invis"
#define VERSION "1.0"
#define AUTHOR "GUG"
Forum: Suggestions / Requests 06-29-2015, 00:48
Replies: 12
Views: 2,444
Posted By Kz1.0
Re: [REQ]amx_showip / listplayers

you can compile this if you don't know how to edit.

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Depresie"
#define VERSION "1.0"
#define AUTHOR "GUG"

public plugin_init() {
Forum: Suggestions / Requests 06-28-2015, 14:01
Replies: 12
Views: 2,444
Posted By Kz1.0
Re: [REQ]amx_showip / listplayers

#include <amxmodx>

#define PLUGIN "Depresie"
#define VERSION "1.0"
#define AUTHOR "GUG"

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)

register_clcmd("amx_showip",...
Forum: Suggestions / Requests 06-27-2015, 12:16
Replies: 0
Views: 606
Posted By Kz1.0
[REQ] Precache counter

Is there any way to know exactly how many resources were precached by the server ?

This plugin (https://forums.alliedmods.net/showthread.php?t=259880) by Jhob94 seems not working correctly with...
Forum: New Plugin Submissions 05-28-2015, 07:29
Replies: 10
Views: 4,358
Posted By Kz1.0
Re: Give the Bomb!

you seem to like those searching things alot :shock:
Forum: Off-Topic 05-23-2015, 07:02
Replies: 27
Views: 4,002
Posted By Kz1.0
Re: What if

I owned 1.6 but can't see any differences between steam and non-steam.
All of servers in my country and nearby area are non-steam.
Forum: Suggestions / Requests 05-08-2015, 14:51
Replies: 17
Views: 3,476
Posted By Kz1.0
Re: [REQUEST] DISPLAY Player Name on head

Health in exact number or just a bar ? o.O
Forum: Scripting Help 05-06-2015, 00:08
Replies: 26
Views: 4,577
Posted By Kz1.0
Re: Plugin work, Does not show anything

So the problem is still that it does nothing when you choose an option from /hats menu ?
If so, try changing switch(data[0]) -> switch(item) at menu_handler(id, menu, item) function.
Forum: New Plugin Submissions 05-03-2015, 04:43
Replies: 7
Views: 3,530
Posted By Kz1.0
Re: Reaction Test Quiz V1.1 [Updated 3.5.2015]

You can create a forward called when player type the correct number.
Forum: Suggestions / Requests 05-01-2015, 09:14
Replies: 12
Views: 2,139
Posted By Kz1.0
Re: After the restart give_item (id, "weapon_knife"); Does not work

Dont understand what you want and what you are trying to do... ._.
Forum: Scripting Help 04-24-2015, 01:42
Replies: 4
Views: 711
Posted By Kz1.0
Re: Edit spectate camera.

It's my scripting issue, and it's solved thanks to wickedd.
You post to an old thread just to say that ?_?.
Forum: Suggestions / Requests 04-24-2015, 00:27
Replies: 6
Views: 850
Posted By Kz1.0
Re: Button plugin

I think OP meant the buttons of the map (like deathrun maps).
Forum: Suggestions / Requests 04-23-2015, 12:04
Replies: 26
Views: 3,788
Posted By Kz1.0
Re: [REQ] Automatic silent restart after first player joins

Why don't you use Kia's ZE ? Dias's one is very bugged.
Forum: Unapproved/Old Plugins 04-20-2015, 01:35
Replies: 26
Views: 41,549
Posted By Kz1.0
Re: COD:MW4 Mod

OT: What is your coding plugin, that black background is nice.:bee:
Showing results 1 to 25 of 215

 
Forum Jump

All times are GMT -4. The time now is 16:01.


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