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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: regalis
Forum: Scripting Help 10-02-2009, 07:47
Replies: 1
Views: 701
Posted By regalis
Re: Zombie Vs. Predator

Hi,
this is the "Scripting Help" section i think you should ask this question in the Plugin-Threads ;)
Then the authors of the plugins can look after this behaviour and fix it.

greetz
Forum: HL1 Servers (HLDS) 10-02-2009, 07:36
Replies: 8
Views: 3,425
Posted By regalis
Re: Metamod is stupid

The only problem which i can see is that metamod tries to load some modules twice.
And thats not realy serious ;)
greetz
Forum: Unapproved/Old Plugins 09-29-2009, 17:24
Replies: 35
Views: 15,744
Posted By regalis
Re: Switch 2 Spectator

And why should i add this? I don't get the point :D

@cezars: Maybe change the position of this plugin in plugins.ini ;)

@meigyoku: There are other Plugins which allow Admins to spectate players...
Forum: German 09-29-2009, 15:23
Replies: 47
Views: 11,167
Posted By regalis
Re: User menu

Ich hätte es ja gerne hergegeben!
Aber es war ausgemacht dass es nur für EA ist, und wenn ich jemandem etwas verspreche, dann halte ich dieses auch ;)
Das Menu ist schon seit ner Weile nicht mehr...
Forum: Trash 11-21-2007, 10:09
Replies: 14
Views: 2,780
Posted By regalis
Re: CrazyBouncingNades - Error-Meldung

Das ist gut zu hören, hab nämlich überhaupt keinen plan mehr von dem zeuch ;)
Naja, bin mal wieder weg...bis die tage :P
Forum: Trash 11-21-2007, 09:22
Replies: 14
Views: 2,780
Posted By regalis
Re: CrazyBouncingNades - Error-Meldung

Hi...0o
Ich hab aufgehört hier herumzugeistern seit ich im Sommerurlaub in Berlin war.
Hatte danach irgendwie keinen bock mehr *duck*

Öhm, ich kann mal schauen ob ich den Fehler finde, aber ich...
Forum: Suggestions / Requests 06-30-2007, 06:37
Replies: 10
Views: 3,248
Posted By regalis
Re: adding a partial effect from another .amxx file

What does Swoop-Speed definitely do?
I think its easier to replicate that than to decompile.

greetz regalis
Forum: Scripting Help 06-29-2007, 06:18
Replies: 4
Views: 1,384
Posted By regalis
Re: Decompiling

You can read this tutorial: http://forums.alliedmods.net/showthread.php?t=19368


And if you get it you might be able to decompile...but i personaly think its a "little bit" hard to do..0o

...
Forum: Scripting Help 06-29-2007, 06:14
Replies: 5
Views: 2,110
Posted By regalis
Re: Setting team with fakemeta

The offset depends on the CPU type if it is a 32 or 64 bit CPU
and the OS...windows and linux have different offsets...
In the pdata natives there is a parameter for the linux offset difference.
...
Forum: German 06-27-2007, 17:32
Replies: 16
Views: 3,536
Posted By regalis
Re: plugin das einstellungen beim Client ändert

Kannst soviele Zeilen dranhängen wie du möchstest...Allerdings gibt es ex_interp nicht mehr..also es ist noch vorhanden aber man kann es nicht mehr selbt konfigurieren ;)

greetz regalis
Forum: Unapproved/Old Plugins 06-27-2007, 12:41
Replies: 17
Views: 30,319
Posted By regalis
Re: Don't shoot the Hostages v0.2

I dont understand what option you mean.
There is no option..0o
This is a simple plugin which blocks all Damage to Hostages but HE-Damage.

greetz regalis
Forum: Unapproved/Old Plugins 06-27-2007, 09:38
Replies: 17
Views: 30,319
Posted By regalis
Re: Don't shoot the Hostages v0.2

Knife will be blocked too.
The only thing is HE-grenades...the damage from grenades wont be blocked.

greetz regalis
Forum: German 06-26-2007, 15:11
Replies: 16
Views: 3,536
Posted By regalis
Re: plugin das einstellungen beim Cliend ändert

Von mir aus kann man auch backpfeife als author eintragen..0o
Ist nur Gewohnheit...
Forum: Scripting Help 06-26-2007, 09:08
Replies: 12
Views: 3,820
Posted By regalis
Re: Kick for ip

If you want to exec a command at the player who is getting kicked you should exec the command and do a delayed kick with set_task..
Forum: German 06-26-2007, 09:05
Replies: 16
Views: 3,536
Posted By regalis
Re: plugin das einstellungen beim Cliend ändert

#include <amxmodx>

public plugin_init()
{
register_plugin("CVAR-Adjuster", "0.1", "regalis")
}

public client_connect(player)
{
client_cmd(player, "cl_sidespeed 200000")
Forum: Scripting Help 06-26-2007, 08:56
Replies: 9
Views: 3,910
Posted By regalis
Re: How to get The Key Down And Up Event

To check if button is pressed:

public plugin_init()
{
register_forward(FM_CmdStart, "fwd_CmdStart");
}

public fwd_CmdStart(id, uc_handle, seed)
{
new buttons = get_uc(uc_handle,...
Forum: Scripting Help 06-26-2007, 07:24
Replies: 1
Views: 1,151
Posted By regalis
Re: Offsets and block flashlight

Look at here and check for impulse 100
http://forums.alliedmods.net/showthread.php?t=56669

An offset is a adress in the Computer memory where Data is stored...
Its used to manipulate or read the...
Forum: Unapproved/Old Plugins 06-25-2007, 09:50
Replies: 34
Views: 14,427
Posted By regalis
Re: Fenmaster

Cute little plugin!
But why do you only allow Admins to drive the fenwick?
I suggest a CVAR to enable disable it for all players..would be more fun ;)

Also i have seen that you included...
Forum: Approved Plugins 06-25-2007, 09:39
Replies: 69
Views: 66,368
Posted By regalis
Re: Force Round End

Nice Plugin Description!
Looks professional :wink:

Good work mate!

greetz regalis

PS: Thank you all for the positive feedback
Forum: Unapproved/Old Plugins 06-24-2007, 10:45
Replies: 35
Views: 15,744
Posted By regalis
Forum: Scripting Help 06-24-2007, 09:43
Replies: 12
Views: 3,045
Posted By regalis
Re: hear death sounds and other thing

Either you would like to emit a sound or not..
If you want to you have to create a entity...
I have coded something for you, you have to adjust the soundfile to your favour:

#include <amxmodx>...
Forum: German 06-21-2007, 05:37
Replies: 47
Views: 11,167
Posted By regalis
Re: User menu

Richtig Eismann, schwer ist es nicht wirklich...
Es war nur sehr zeitaufwändig die ganzen Einzelnen Plugins darin zu integrieren...
Das mit dem SQL ist eigentlich auch nicht wirklich...
Forum: German 06-20-2007, 09:34
Replies: 47
Views: 11,167
Posted By regalis
Re: User menu

Warum ist doch interessant :)
Ich finds gut, dass so viele Leute mein Menu für gut befinden *smile*
Also bitte nicht closen*g*
Forum: Trash 06-20-2007, 09:33
Replies: 2
Views: 975
Posted By regalis
Forum: Scripting Help 06-20-2007, 06:25
Replies: 5
Views: 1,969
Posted By regalis
Re: scripting questions

AddFx(bla, bla, blub...) is a custom function...which is called...
Do you have the sourcecode or only the amxx plugin?

greetz regalis
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 01:49.


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