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

Showing results 1 to 25 of 151
Search took 0.01 seconds.
Search: Posts Made By: Willmaker
Forum: Unapproved/Old Plugins 03-18-2007, 22:06
Replies: 8
Views: 3,383
Posted By Willmaker
Re: Ent Access

Good point. Didnt see that during my searches. Oh well...

Edit - Looking at that plugin, its out of date. Its still using the old file natives.
Forum: Unapproved/Old Plugins 03-18-2007, 20:19
Replies: 8
Views: 3,383
Posted By Willmaker
Re: Ent Access

It completely slipped my mind...

The plugin allows players to get ent access themselves, without admin intervention. Most, if not all ent servers require an admin present for players to get...
Forum: Unapproved/Old Plugins 03-11-2007, 20:39
Replies: 8
Views: 3,383
Posted By Willmaker
Re: Ent Access

I did change the mod to svencoop. Im just saying it can be used for other mods if you changed the briefing command, as that is the command you use to bring up the motd in svencoop.



True, but...
Forum: Unapproved/Old Plugins 03-11-2007, 05:22
Replies: 8
Views: 3,383
Posted By Willmaker
Ent Access

//=================================================================================
//
// Ent Access Plugin - Made By Willmaker
//
//
// VERSION HISTORY
//
// 0.1
// - Plugin Created.
//
Forum: Approved Plugins 09-27-2006, 04:24
Replies: 26
Views: 28,072
Posted By Willmaker
Re: Superjump

Sorry, my bad. Had a bit of a typo, so the command was superjumpp - note the double p. This had been fixed.
Forum: Scripting Help 06-30-2006, 04:23
Replies: 6
Views: 1,613
Posted By Willmaker
Re: regen help

public client_putinserver(id)
{

if(task_exists(id)) {
remove_task(id)
}
set_task(4.0 , "add_armour" , id , _ , _ , "b")
}

public add_armour(id)
Forum: Scripting Help 06-29-2006, 23:14
Replies: 6
Views: 1,613
Posted By Willmaker
Re: regen help

public client_putinserver(id)
{
if(task_exists(id)) {
remove_task(id)
}
set_task(4.0 , "add_armour" , id , _ , _ , "b")
}

public add_armour(id)
{
Forum: Scripting Help 06-29-2006, 11:56
Replies: 6
Views: 1,613
Posted By Willmaker
Re: regen help

You could try:
public client_putinserver(id)
{
if(task_exists(id)) {
remove_task(id)
}
set_task(4.0 , "add_armour" , id , _ , _ , "b")
}

public add_armour(id)
Forum: Scripting Help 06-29-2006, 09:41
Replies: 2
Views: 1,166
Posted By Willmaker
Re: Blocking Certain logs

Thanks. Exactly what I was looking for. I would give you karma, but ... you know... :P
Forum: Scripting Help 06-29-2006, 00:16
Replies: 2
Views: 1,166
Posted By Willmaker
Blocking Certain logs

Im running a Sven Coop server, and whenever I have logs turned on, I get a whole heap of:



where monster_male_assassin can be any enemy.

Is there any way to block these log entries?
Forum: General 06-09-2006, 01:58
Replies: 8
Views: 1,861
Posted By Willmaker
This is because you have reserved your username....

This is because you have reserved your username. This is an adminmod feature.

You can fix this by changing your access flags.

Go here...
Forum: Off-Topic 06-01-2006, 00:38
Replies: 33
Views: 12,473
Posted By Willmaker
http://gargstudios.net/files/picardvsarniegtfo6mc7...

http://gargstudios.net/files/picardvsarniegtfo6mc7pp.gif
Forum: Module Coding 05-27-2006, 12:02
Replies: 10
Views: 16,624
Posted By Willmaker
Im using 1.71 (which is the latest atm) and is...

Im using 1.71 (which is the latest atm) and is working perfectly. There shouldnt be any reason why it couldnt.
Forum: Approved Plugins 05-20-2006, 09:11
Replies: 26
Views: 28,072
Posted By Willmaker
Just open wordpad/notepad and put the steamids...

Just open wordpad/notepad and put the steamids in, save it how ever you want, then rename the file to superjump.cfg .

For example:
You open notepad, put in the steamid, then save it as...
Forum: Approved Plugins 05-19-2006, 20:44
Replies: 26
Views: 28,072
Posted By Willmaker
Got it yet? :?:

Got it yet? :?:
Forum: General 05-18-2006, 12:25
Replies: 5
Views: 1,553
Posted By Willmaker
If you open mapsmenu.sma, in your...

If you open mapsmenu.sma, in your amxmodx/scripting folder, you will see this line:

#define MAX_MAPS 64

All you need to do is to change 64 to a higher number.

Dont forget to recompile after....
Forum: Approved Plugins 05-18-2006, 12:19
Replies: 26
Views: 28,072
Posted By Willmaker
Did a very quick test but so far it works. ...

Did a very quick test but so far it works.

This version allows you to put the steamids of players you want access to superjump into a file. This file should be called superjump.cfg and should be...
Forum: Scripting Help 05-13-2006, 17:43
Replies: 2
Views: 1,803
Posted By Willmaker
Re: Advanced Tracers help

That just means the spacing is wrong, like too many tabs used on a line, or a space instead of a tab. This is nothing to worry about, the plugin will still compile and it should still work.

If it...
Forum: Scripting Help 05-09-2006, 05:51
Replies: 2
Views: 1,271
Posted By Willmaker
Re: Cripting help on Shields for Terrorist Plugin

Exactly what it says. Open your modules.ini and uncomment the fakemeta module.
Forum: Scripting Help 05-07-2006, 00:05
Replies: 2
Ugh
Views: 1,051
Posted By Willmaker
new player = cmd_target(id, arg, 1) Just to...

new player = cmd_target(id, arg, 1)
Just to clear things up, that "1" is what flags you want, and according to the funcwiki (http://www.amxmodx.org/funcwiki.php?search=cmd_target&go=search):
...
Forum: General 05-06-2006, 22:21
Replies: 4
Views: 1,013
Posted By Willmaker
bind 5 slot5 bind 6 slot6 bind 7 slot7 bind...

bind 5 slot5
bind 6 slot6
bind 7 slot7
bind 8 slot8
bind 9 slot9
bind 0 slot0

Hope that helps.
Forum: Scripting Help 04-30-2006, 12:07
Replies: 7
Views: 1,486
Posted By Willmaker
Im not sure, but maybe you can change: ...

Im not sure, but maybe you can change:
emit_sound(id,CHAN_VOICE,"he_bounce-1.wav", 1.0, ATTN_NORM, 0, PITCH_NORM) to exactly how you wrote it when precaching?
ie, ...
Forum: Scripting Help 04-30-2006, 09:40
Replies: 4
Views: 1,640
Posted By Willmaker
With: if(HasCamo[index] = true) With...

With:
if(HasCamo[index] = true)

With this, your basically trying to set HasCamo[index] to true, hence unintended assignment.

What you want is:

if(HasCamo[index] == true)
Forum: Approved Plugins 04-29-2006, 12:14
Replies: 26
Views: 28,072
Posted By Willmaker
This plugin only allows you to jump higher. ...

This plugin only allows you to jump higher.

You might be looking for this (http://forums.alliedmods.net/showthread.php?t=10159).
Forum: Scripting Help 04-19-2006, 22:17
Replies: 2
Views: 1,091
Posted By Willmaker
Wouldn't you want to change this: public...

Wouldn't you want to change this:

public client_putinserver(id)
{
set_task(1.0, "client_verificacion1", id, "b")
set_task(35.0, "client_verificacion1", id, "b")
}

to this?:
Showing results 1 to 25 of 151

 
Forum Jump

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


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