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

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Keys PK
Forum: Suggestions / Requests 05-14-2016, 03:55
Replies: 0
Views: 443
Posted By Keys PK
Hud plugin

Hello.
I'm searching a plugin to display messages on hud using .spr files or something like that.
Does anyone know how it's named?
I saw it somewhere on this forum long time ago but i couldn't...
Forum: Suggestions / Requests 09-25-2015, 20:09
Replies: 3
Views: 904
Posted By Keys PK
Forum: Suggestions / Requests 08-23-2015, 20:02
Replies: 13
Views: 1,366
Posted By Keys PK
Forum: Suggestions / Requests 08-23-2015, 18:05
Replies: 2
Views: 636
Posted By Keys PK
Re: [REQ] T's jump higher or something

lol
#include <amxmodx>
#include <fun>
#include <cstrike>
#include <hamsandwich>

public plugin_init() {
RegisterHam(Ham_Spawn, "player", "PlayerSpawn", 1);
}
public PlayerSpawn(id) {
Forum: Suggestions / Requests 08-23-2015, 17:31
Replies: 2
Views: 653
Posted By Keys PK
Re: checkpoint and teleport+

try
#include <amxmodx>
#include <cstrike>
#include <fakemeta>
#include <hamsandwich>

new const
PLUGIN_NAME [] = "Checkpoints & Teleport",
PLUGIN_VERSION [] = "1.0",
PLUGIN_AUTHOR [] =...
Forum: Suggestions / Requests 08-23-2015, 08:08
Replies: 6
Views: 881
Posted By Keys PK
Re: [REQ] Command Macros.

#include <amxmodx>

public plugin_init() {
register_clcmd("say /potato", "dosomething");
}
public dosomething(id)
{
//commands
}
?
Forum: Suggestions / Requests 08-23-2015, 08:04
Replies: 3
Views: 474
Posted By Keys PK
Re: [REQ]Nade ammo

What do you mean, to can buy x2 he grenades?
Forum: Suggestions / Requests 08-23-2015, 08:00
Replies: 13
Views: 1,366
Posted By Keys PK
Re: change the server version name

https://forums.alliedmods.net/showthread.php?t=21484
Forum: New Plugin Submissions 08-22-2015, 14:33
Replies: 4
Views: 3,553
Posted By Keys PK
Re: Drag Mode v1.0

Not so useful but.. gj
Forum: Suggestions / Requests 08-14-2015, 00:43
Replies: 3
Views: 1,251
Posted By Keys PK
Re: Open Menu

have u tried like this?
if( !g_bLastRequestAllowed && cs_get_user_team( iVictim ) == CS_TEAM_T )
{
if( get_playercount( CS_TEAM_T, ALIVE ) == 1 )
{
ColorChat( 0,...
Forum: Suggestions / Requests 08-12-2015, 17:43
Replies: 3
Views: 779
Posted By Keys PK
Re: [HELP] with extract code

If you want a jetpack plugin, this it's a very good one.
https://forums.alliedmods.net/showthread.php?t=229532?t=229532
Forum: Suggestions / Requests 08-02-2015, 21:00
Replies: 2
Views: 546
Posted By Keys PK
Re: Weapons Menu

case 3 :
cs_set_user_bpammo( id, CSW_DEAGLE, 100 );;
delete one " ; "
Forum: Suggestions / Requests 07-21-2015, 11:54
Replies: 1
Views: 640
Posted By Keys PK
Re: type command in zone

using this maybe https://forums.alliedmods.net/showthread.php?t=176678
Forum: Suggestions / Requests 07-19-2015, 18:50
Replies: 12
Views: 2,523
Posted By Keys PK
Re: I need this plugin for deathrun

Try https://forums.alliedmods.net/showthread.php?t=137576
Forum: Zombie Plague Mod 06-03-2015, 05:34
Replies: 4
Subplugin Submission |ZP|Extra Item:Rustler
Views: 1,723
Posted By Keys PK
Forum: Suggestions / Requests 06-01-2015, 20:35
Replies: 2
Views: 826
Posted By Keys PK
Re: Live Bullet Damage

i'm not sure if i understand but.. try this
/* Copyright © 2009, ConnorMcLeod

Bullet Damage is free software;
you can redistribute it and/or modify it under the terms of the
GNU General...
Forum: Suggestions / Requests 05-15-2015, 17:42
Replies: 43
Views: 8,578
Posted By Keys PK
Re: [WIP]Zombie Invasion

Release date?, how much delayed :(
Forum: Scripting Help 05-12-2015, 17:29
Replies: 0
Views: 397
Posted By Keys PK
delete pls

-DELETED-
Forum: Zombie Plague Mod 05-11-2015, 17:17
Replies: 15
Views: 3,594
Posted By Keys PK
Re: [ZP] Extra Item: Decapitator

Just a suggestion : Change models..
Forum: Zombie Plague Mod 05-09-2015, 15:12
Replies: 22
Views: 20,520
Posted By Keys PK
Re: [Addons] Zombie Plague 7.2 | BY : arvEL.-

Have u read archive description?

- Password: arvEL(I_LOVE_IRAQ)
Forum: Zombie Plague Mod 05-04-2015, 17:03
Replies: 22
Views: 20,520
Posted By Keys PK
Forum: Suggestions / Requests 05-03-2015, 21:13
Replies: 3
Views: 732
Posted By Keys PK
Re: zp madness 4.3

zombie madness it's included in zp4.3
about vip , try this https://forums.alliedmods.net/showthread.php?t=119719
Forum: Scripting Help 04-25-2015, 15:43
Replies: 2
Views: 480
Posted By Keys PK
Re: Respawn line.

what about https://forums.alliedmods.net/showthread.php?p=2290004#post2290004 ?
Forum: Zombie Plague Mod 04-25-2015, 07:07
Replies: 3
Suggestion / Subplugin Request Respawn Line
Views: 1,758
Posted By Keys PK
Re: Respawn Line

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

-----------------------------------
-*- [ZP] Zombie Classes Example -*-
...
Forum: Suggestions / Requests 04-25-2015, 05:51
Replies: 5
Views: 1,475
Posted By Keys PK
Re: Time presents

#include <amxmodx>
#include <cstrike>

// set money
#define SMALL 1000
#define AVERAGE 5000
#define LARGE 10000

// set time
#define TIME1 180.0
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -4. The time now is 04:38.


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