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

Showing results 1 to 25 of 32
Search took 0.02 seconds.
Search: Posts Made By: Defillbert
Forum: Approved Plugins 11-23-2007, 22:24
Replies: 124
Views: 221,032
Posted By Defillbert
Re: GHW Connect Messages

You, sir, have done it again. :up:
Forum: Scripting Help 10-06-2007, 22:55
Replies: 4
Views: 1,773
Posted By Defillbert
Re: Simple Team Balancer

Is this for CS 1.6?
Forum: Scripting Help 10-02-2007, 02:39
Replies: 4
Views: 1,773
Posted By Defillbert
Re: Simple Team Balancer

Here is your solution:
http://forums.alliedmods.net/search.php
Forum: Trash 09-25-2007, 20:18
Replies: 6
Views: 1,258
Posted By Defillbert
Re: wat the hell is this error

Haha not as bad as when the steam servers were down for like 5 hours.
Forum: Scripting Help 09-25-2007, 20:00
Replies: 6
Views: 1,591
Posted By Defillbert
Re: /PlayerHelper

Uh, you can use


get_configsdir(configdir,199)
new playerhelper[200]
format(playerhelper,199,"%s/playerhelp.txt",configdir)
if(!file_exists(playerhelper)
new formatedtext[256]...
Forum: Suggestions / Requests 05-04-2007, 22:21
Replies: 19
Views: 4,191
Posted By Defillbert
Re: Need coders for my server

I suggest you find a modeler first.
Forum: General 05-04-2007, 22:19
Replies: 8
Views: 1,798
Posted By Defillbert
Re: How i can go to server as server main admin?

I said type name "adminname" in the console to you, this means if your admin is activated by name type that in the console, adminname being your actual name.

If its not, join as some random name...
Forum: Approved Plugins 05-03-2007, 23:29
Replies: 132
Views: 84,519
Posted By Defillbert
Re: Karma System

Good job, and nice idea.
This should be aproved.
Forum: General 05-03-2007, 21:58
Replies: 8
Views: 1,798
Posted By Defillbert
Re: How i can go to server as server main admin?

Well, change your name and then go into the server as that... If you wanna ban them type name "adminname" in the console, and type amx_ban username 0 "Cheating"...
Forum: Suggestions / Requests 05-02-2007, 19:05
Replies: 9
Views: 2,430
Posted By Defillbert
Re: Setting an ent's health

I don't know, different people have different tendencies.
Forum: Scripting Help 05-01-2007, 22:21
Replies: 6
Views: 2,074
Posted By Defillbert
Re: Changing the text color to green

I myself do not know of a way to change chat message colors, but try asking around.
Forum: Suggestions / Requests 05-01-2007, 21:32
Replies: 9
Views: 2,430
Posted By Defillbert
Re: Setting an ent's health

new doorbuff = get_maxplayers()
set_entity_health(entid + doorbuff,10000.0)


where entid is the entid of the door, if your using harbu do /ent while looking at a door.
or

in global...
Forum: Scripting Help 05-01-2007, 21:26
Replies: 6
Views: 2,074
Posted By Defillbert
Re: Changing the text color to green

/*
*
* Author: Cheesy Peteza
* Date: 22-Apr-2004 (updated 2-March-2005)
*
*
* Description: Enable bunny hopping in Counter-Strike.
*
* Cvars:
* bh_enabled 1 to enable this plugin, 0 to...
Forum: Scripting Help 05-01-2007, 20:56
Replies: 6
Views: 2,074
Posted By Defillbert
Re: Changing the text color to green

set_hudmessage(0, 255, 0, -1.0, 0.51, 0, 6.0, 12.0)
show_hudmessage(id, "[AMXX] Bunnyhoping is blahblahblah...")


Would be a green hud message, im not sure how to change chat colors however.
Forum: Scripting Help 05-01-2007, 19:16
Replies: 1
Views: 844
Posted By Defillbert
Re: little help from the wise ones please

Use the search function, located on the top right of your screen. There are probably many plugin results matching your description (I am sure of this).


#include <amxmodx>
#include <amxmisc>...
Forum: General 04-30-2007, 00:18
Replies: 2
Views: 1,276
Posted By Defillbert
Re: disable plugin on certain map...

Ummm as far as I know you would have to integrate this code into the plugin you wanted to disable.
In global variables, add

new isdisabled

In plugin_init add

set_task(5.0,"disablecheck")
Forum: Scripting Help 04-29-2007, 19:13
Replies: 11
Views: 3,518
Posted By Defillbert
Re: Compile Help

This one time at b& camp.
Forum: Scripting Help 04-29-2007, 19:07
Replies: 3
Views: 2,551
Posted By Defillbert
Re: help with team balance

(For Sv_limitteams im pretty sure sv_cheats must be 1)
sv_limitteams I think
and yeah mp_autoteambalance 0 (as you said)
Forum: General 04-27-2007, 18:51
Replies: 1
Views: 1,063
Posted By Defillbert
Re: amx??or server host

Remove some of the precaches, or if you have the stats plugin comment it out. For info on how to do this, use the search button.


[Edit by Brad: Don't ask for karma.]
Forum: Scripting Help 04-25-2007, 23:50
Replies: 4
Views: 1,495
Posted By Defillbert
Forum: Scripting Help 04-25-2007, 20:11
Replies: 4
Views: 1,495
Posted By Defillbert
Re: saying /noclip on - to enable noclip

Bleh.
I use the say_handle way through things like this.

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_clcmd("say","say_handle")
}
public say_handle(id)
{
new...
Forum: Off-Topic 03-16-2007, 00:45
Replies: 3
Views: 1,400
Posted By Defillbert
Re: Help me please.

Did you edit liblist.gam?
Change
gamedll "/dlls/mp.dll"
to
//gamedll "/dlls/mp.dll" for backup reasons
gamedll "/addons/metamod/dlls/metamod.dll"
that is of course assuming that you have...
Forum: Scripting Help 01-31-2007, 22:48
Replies: 16
Views: 4,065
Posted By Defillbert
Re: Unbreakable ENTs

I myself find it hard to believe that the .sma isn't available on the web; have you tried using the search function, or even google?
Forum: Scripting Help 01-30-2007, 21:37
Replies: 16
Views: 4,065
Posted By Defillbert
Re: Unbreakable ENTs

Its not AMX but google ENTED
It lets you edit the health for the specific entities that you want to be ungodded.
Forum: Scripting Help 11-29-2006, 23:45
Replies: 1
Views: 938
Posted By Defillbert
Jailmod problem

Im a really new scripter soo any help at all with this would be nice
This is for TS

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <engine_stocks>
#include <fun>
#include...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT -4. The time now is 14:50.


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