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

Showing results 1 to 25 of 39
Search took 0.01 seconds.
Search: Posts Made By: Gooogle
Forum: Suggestions / Requests 06-24-2014, 03:18
Replies: 8
Views: 1,429
Posted By Gooogle
Re: [REQ/HELP] Guns Menu

#include < amxmodx >
#include < amxmisc >
#include < cstrike >
#include < fun >

new cAKCost, cM4Cost, cM3Cost;

public plugin_init( )
{
register_plugin( "Gun Menu", "v1.0", "" );
Forum: Suggestions / Requests 06-24-2014, 02:07
Replies: 2
Views: 578
Posted By Gooogle
Re: [HELP] SkillPoints

public FwdPlayerSpawnPost( id )
{
new Flags = get_user_flags( id );
if( is_user_alive( id ) && ( !Flags & ADMIN_IMMUNITY ) || ( !Flags & ADMIN_BAN ) )
{
g_iCurrentKills[...
Forum: Scripting Help 08-15-2012, 14:45
Replies: 0
Views: 371
Posted By Gooogle
FIXED;

Fixed.
Forum: Scripting Help 06-13-2012, 15:28
Replies: 6
Views: 1,575
Posted By Gooogle
Re: Grenade plugin,

if( attacker == victim )
If the attacker attacks him or herself, the victim (attacker) will not get hurt.
Forum: Suggestions / Requests 06-10-2012, 23:04
Replies: 7
Views: 1,172
Posted By Gooogle
Re: Help with a plugin

#include < amxmodx >

new c_showplayers;

public plugin_init( )
{
c_showplayers = register_cvar( "jb_toggle_hud", "1" );
set_task( 1.0, "players_hud", 0, _, _, "b" );
}
Forum: Suggestions / Requests 03-24-2012, 22:21
Replies: 3
Views: 1,121
Posted By Gooogle
Re: JailBreak open

Are you sure there's a plugin that does this?
Forum: Suggestions / Requests 03-06-2012, 17:41
Replies: 0
Views: 623
Posted By Gooogle
Monster Followers/Helpers

Could someone help me make monsters follow you and attack whoever you are attacking? And the monsters are on your side.
Thanks
Forum: Scripting Help 01-03-2012, 21:19
Replies: 2
Views: 750
Posted By Gooogle
Re: Speed menu, help me

Try putting set_user_maxspeed in CurWeapon. Not sure if it's the best idea. But pretty sure it might work.
Forum: New Plugin Submissions 12-15-2011, 08:42
Replies: 435
Views: 461,184
Posted By Gooogle
Re: JailBreak Mod

@Crawler

if (get_user_team(id) == 2 && !access(id, ADMIN_DOORS))
{
fnColorPrint(id, "%L", LANG_SERVER, "JB_DAY_M105");
return PLUGIN_HANDLED;
}
->
if (get_user_team(id) == 1 &&...
Forum: Trash 12-07-2011, 22:05
Replies: 4
Views: 1,258
Posted By Gooogle
Re: Nobody has answered how to edit a plugin. sigh .

http://forums.alliedmods.net/showthread.php?t=172936
Forum: Suggestions / Requests 11-25-2011, 13:59
Replies: 7
Views: 2,047
Posted By Gooogle
Re: Change code to work only for Terrorists

if( cs_get_user_team( skipEnt ) != CS_TEAM_T )
Forum: Suggestions / Requests 11-24-2011, 20:14
Replies: 5
Views: 1,569
Posted By Gooogle
Forum: Unapproved/Old Plugins 11-13-2011, 09:41
Replies: 16
Views: 7,281
Posted By Gooogle
Re: HL2 BOXES

You should add a menu. Like where you can create, and delete boxes.

Edit:
And explain more, such as, can we destroy the boxes if it is shot at.
Forum: Off-Topic 11-12-2011, 20:51
Replies: 2
Views: 926
Posted By Gooogle
What's a Good Mod?

What is a good mod? I have no idea what my server's mod should be...
Forum: Scripting Help 11-04-2011, 20:51
Replies: 10
Views: 2,674
Posted By Gooogle
Re: help wiht menu

#include < amxmodx >
#include < cstrike >

public plugin_init( )
{
register_clcmd( "say /help", "Help" );
register_clcmd( "say_team /help", "Help" );
}

public Help( id )
Forum: Suggestions / Requests 10-30-2011, 22:16
Replies: 4
Views: 2,189
Posted By Gooogle
Re: [REQ] HideNSeek Shop

I got part of it done, but I don't have enough time to finish it. If anyone would want to finish it, I have attached the file.
Forum: Suggestions / Requests 10-30-2011, 12:55
Replies: 4
Views: 2,246
Posted By Gooogle
Forum: Suggestions / Requests 10-28-2011, 22:06
Replies: 5
Views: 1,966
Posted By Gooogle
Re: Jailbreak

Well, there are actually ways of finding jaildoors, such as finding the closest doors when the Terrorist spawns. Not saying I know how to do it, cause I don't, but it is possible to tell between...
Forum: Suggestions / Requests 10-23-2011, 18:51
Replies: 4
Views: 958
Posted By Gooogle
Re: [REQ] Deathmatch Day Jailbreak

Oops. My bad.
#include < amxmodx >
#include < cstrike >

new bool:isdmday;

public plugin_init( )
{
register_plugin( "DM Command", "v1.0", "unknown" );
Forum: Suggestions / Requests 10-23-2011, 18:46
Replies: 4
Views: 1,290
Posted By Gooogle
Re: [REQ] Jail Plugin

There's a plugin out there called "Entity Remover" (http://forums.alliedmods.net/showthread.php?p=657047) by Exolent (http://forums.alliedmods.net/member.php?u=25165)
Forum: Suggestions / Requests 10-23-2011, 17:54
Replies: 4
Views: 958
Posted By Gooogle
Re: [REQ] Deathmatch Day Jailbreak

#include < amxmodx >
#include < cstrike >

new bool:isdmday;

public plugin_init( )
{
register_plugin( "DM Command", "v1.0", "unknown" );

register_clcmd( "say /dm", "cmdDM" );
Forum: Scripting Help 10-20-2011, 08:29
Replies: 33
Views: 14,892
Posted By Gooogle
Re: (CS 1.6) Can someone give Nade shop plugin

Search "Grenade Sack" by v3x
Forum: Suggestions / Requests 10-15-2011, 20:48
Replies: 1
Views: 1,093
Posted By Gooogle
Re: Donator Plugin

Um... You're in the wrong section. Post in the SourceMod section.
Forum: Scripting Help 10-10-2011, 21:14
Replies: 1
Views: 618
Posted By Gooogle
Re: Compile error.

#include <pug_const>

?


menu_display(id, shop, 0);
/////////////////////////////
public CmdRecordPov(id, shop, item)
/////////////////////////////
menu_item_getinfo(shop, item, Access,...
Forum: Scripting Help 10-10-2011, 13:55
Replies: 7
Views: 1,836
Posted By Gooogle
Re: Error compile #3

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <zombieplague>

:arrow:

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT -4. The time now is 10:58.


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