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

Showing results 1 to 25 of 108
Search took 0.04 seconds.
Search: Posts Made By: caked
Forum: Scripting 02-07-2014, 04:53
Replies: 1
Views: 600
Posted By caked
Re: Need help with css store

Please post to SourceMod section, this is for AMX Mod X only, also you posted in the wrong section. This is where you release plugins.
Forum: Scripting Help 02-01-2014, 22:04
Replies: 10
Views: 2,691
Posted By caked
Re: Fail with Registration System Cs 1.6

ColorChat was not used in your plugin. No more warnings.


//Echo por manuuu y modificado por pece

#include <amxmodx>
#include <amxmisc>
#include <fvault>
#include <cstrike>
#include...
Forum: Scripting Help 02-01-2014, 17:51
Replies: 2
Views: 615
Posted By caked
Re: Plugin text color don't work, help...

What do you mean as in the RED text color is not working, I tested it the hud message is appearing in RED color. Or do you want in chat typing /time which will display what time it is?
Forum: Suggestions / Requests 02-01-2014, 17:34
Replies: 9
Views: 3,606
Posted By caked
Re: Plugin CSDM only awp for awp maps

What do you want the bpammo for AWP?

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

#define PLUGIN "Spawn AWP"
#define VERSION "1.0"
#define AUTHOR "caked"
Forum: Suggestions / Requests 02-01-2014, 00:09
Replies: 4
Views: 1,077
Posted By caked
Re: [req] hide spectator letters

Do you want to block spectator chat?
Forum: Scripting Help 01-31-2014, 23:40
Replies: 10
Views: 1,443
Posted By caked
Re: Set Task Problem

Normally when I want to set task to open a menu I do this.

public client_putinserver(id)
{
set_task( 4.0, "Champions", id) // Have to wait 4 seconds until menu pops up.
}

Also make sure for...
Forum: Scripting Help 01-31-2014, 21:59
Replies: 8
Views: 1,436
Posted By caked
Re: Message after player choose a team

Not tested.


#include <amxmodx>
#include <amxmisc>

#define PLUGIN "ClCmd_joinclass"
#define VERSION "1.0"
#define AUTHOR "caked"
Forum: Suggestions / Requests 01-30-2014, 05:17
Replies: 6
Views: 1,614
Posted By caked
Re: Request Plugins, Have PIC

There's the answer for Semiclip - http://forums.alliedmods.net/showthread.php?t=69728.

Advanced Bullet Damage - https://forums.alliedmods.net/showthread.php?p=789735.
Forum: Scripting Help 01-21-2014, 22:30
Replies: 4
Views: 832
Posted By caked
Re: Clcmd, how to do a key

If I block the chooseteam than put my one it wont open up cause the other got blocked.
Forum: Scripting Help 01-21-2014, 21:22
Replies: 4
Views: 832
Posted By caked
Re: Clcmd, how to do a key

I want to replace the team change wen pressing m so I can put my main menu for my mod.
Forum: Scripting Help 01-21-2014, 20:42
Replies: 4
Views: 832
Posted By caked
Clcmd, how to do a key

register_clcmd( "say /menu", "Menu" );

I want it when I press j the menu pops up. Jut the command for the press thing.
Forum: Trash 01-13-2014, 05:12
Replies: 0
Views: 705
Posted By caked
Equipment Shop Version 2.1

Delete thread please.
Forum: Scripting Help 12-29-2013, 19:54
Replies: 7
Views: 1,737
Posted By caked
Re: How do you make it the class you picked stays to next round.

Can you give me an example of the variable.
Forum: Scripting Help 12-29-2013, 17:39
Replies: 7
Views: 1,737
Posted By caked
Re: How do you make it the class you picked stays to next round.

My mod has auto respawn once they die they respawn again but with no previous weapons.
Forum: Scripting Help 12-29-2013, 17:12
Replies: 7
Views: 1,737
Posted By caked
How do you make it the class you picked stays to next round.

Once you join the server there will be a class menu popping up and pick the following classes. Once picked and then later die, I want them to stay the same class next respawn or round.

A better...
Forum: Suggestions / Requests 12-05-2013, 01:59
Replies: 4
Views: 764
Posted By caked
Re: [ Req ] No Weapon Pick Up From Ground

Nothing showing in console
Forum: Suggestions / Requests 12-04-2013, 05:07
Replies: 4
Views: 764
Posted By caked
Re: [ Req ] No Weapon Pick Up From Ground

I put the mod in plugins then put the name of it to plugins.ini but not working. I don't know what to turn on to make it work.
Forum: Suggestions / Requests 12-04-2013, 00:59
Replies: 4
Views: 764
Posted By caked
[ Req ] No Weapon Pick Up From Ground

I want this plugin where you can't pick up any guns. For e.g if someone dies they can't pick up there guns. Or if its iceworld map they cant pick up the guns from the ground.

Thanks,
Caked.
Forum: Suggestions / Requests 11-14-2013, 02:36
Replies: 2
Views: 757
Posted By caked
[ REQ ]

Is there any simple tutorial on infinite rounds. Arkshine has an excellent coded one but contains lots of lines. I want one with not a lot of lines and understandable.

Thanks, Caked
Forum: Suggestions / Requests 11-11-2013, 03:15
Replies: 5
Views: 1,335
Posted By caked
Re: I want a simple spawn protection

thanks for that one but I want an easy one I could understand with glow that lasts 2 seconds.
Forum: Suggestions / Requests 11-08-2013, 01:19
Replies: 3
Views: 910
Posted By caked
Can someone make me this plugin

I want this plugin when you drop your gun on the ground it goes away straight away, so no one can pick it up anymore.

Thank You
Forum: Suggestions / Requests 11-07-2013, 04:44
Replies: 5
Views: 1,335
Posted By caked
I want a simple spawn protection

I saw a couple of spawn protection but I want a very simple one and not too much lines. I want spawn protection to last 3 seconds. I want the glowing to be aqua blue.

Thank you
Forum: Scripting Help 11-03-2013, 05:07
Replies: 4
Views: 992
Posted By caked
Wont give item

I am currently coding a mod on scoutzknivez but when I try to give item such as HE it is stripping is there a way I can make it, it doesn't cause scoutzknivez map don't let me give any weapons.
Forum: Suggestions / Requests 10-11-2013, 22:52
Replies: 0
Views: 567
Posted By caked
I want this plugin

I want this plugin. Using the new menu coding. 5 classes

1. M4a1 (90 ammo)
2. Ak47 (90 ammo)
3. Deagle (35 ammo)
4. Usp (100 ammo)
5. Glock (120 ammo)

When you pick a class it shows on...
Forum: Suggestions / Requests 09-30-2013, 05:35
Replies: 16
Views: 2,944
Posted By caked
Showing results 1 to 25 of 108

 
Forum Jump

All times are GMT -4. The time now is 11:54.


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