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

Showing results 1 to 25 of 35
Search took 0.01 seconds.
Search: Posts Made By: ZeonSoldier
Forum: Suggestions / Requests 01-28-2007, 08:01
Replies: 53
Views: 16,670
Posted By ZeonSoldier
Re: World of Warcraft Mod

Any word there v3x? If your still working on it, given any though to the expansion that was released recently? If not, it was worth a shot :) :-\
Forum: Suggestions / Requests 09-29-2006, 15:48
Replies: 3
Views: 1,402
Posted By ZeonSoldier
Re: Bleeding to death!

I have made the plugin you speak of. I don't usually release them as I don't intend on maintaining them publicly.

It does not do the whole blood and special effects thing, it is merely doing...
Forum: Suggestions / Requests 05-03-2006, 15:46
Replies: 15
Views: 6,642
Posted By ZeonSoldier
Here, I have optimized your code so that it...

Here, I have optimized your code so that it doesn't run on everyone EVERY second... now it only runs the task on those that have their weapon out. I also edited it so that it will not set the user's...
Forum: Suggestions / Requests 04-29-2006, 17:22
Replies: 13
Views: 2,593
Posted By ZeonSoldier
All you'd have to do is modify the amx_who method...

All you'd have to do is modify the amx_who method in the admincmd plugin. I already have mine set to hide admins of ADMIN_LEVEL_D from everyone below them. It would be simple to add a command that...
Forum: Suggestions / Requests 04-26-2006, 10:24
Replies: 3
Views: 969
Posted By ZeonSoldier
You can use your IP or you can add a password. ...

You can use your IP or you can add a password.

; Examples o admin accounts:
; "123.43.43.53" "" "abcdeghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdeghijklmnopqrstu" "a"


And to use...
Forum: Scripting Help 04-26-2006, 10:19
Replies: 3
Views: 1,157
Posted By ZeonSoldier
There is a mirror thread for this... It is...

There is a mirror thread for this... It is discussing the same basic idea, just with +jump.... http://forums.alliedmods.net/showthread.php?t=27642
Forum: Suggestions / Requests 04-26-2006, 01:36
Replies: 29
DDR
Views: 6,451
Posted By ZeonSoldier
I'd say make it a config file of a sort.... use...

I'd say make it a config file of a sort.... use things like *left*
*right*
*down*

Maybe some kind of seperator code for different sets of steps... :) I'm definately testing this baby the second...
Forum: Suggestions / Requests 04-26-2006, 00:00
Replies: 1
Views: 840
Posted By ZeonSoldier
I know this thread discusses spectators playing...

I know this thread discusses spectators playing with defined spawn points...

http://forums.alliedmods.net/showthread.php?t=27126+play
Forum: Scripting Help 04-25-2006, 23:57
Replies: 3
Views: 1,157
Posted By ZeonSoldier
Quick one would be doing a handle... ...

Quick one would be doing a handle...


register_clcmd("+attack2","handleAttack2")

public handleAttack2(id)
{
if( blocked[id] )
return PLUGIN_HANDLED
Forum: Scripting Help 04-25-2006, 23:55
Replies: 2
Views: 1,037
Posted By ZeonSoldier
public client_connect(id) { doSomething(id)...

public client_connect(id)
{
doSomething(id)
...

return PLUGIN_CONTINUE
}

With that you will get them as they are connecting to the server, before they have been authenticated (I...
Forum: Trash 04-24-2006, 20:54
Replies: 3
Views: 1,652
Posted By ZeonSoldier
There is a 2 page thread on it also in the...

There is a 2 page thread on it also in the Suggestions/Requests forums also:

http://forums.alliedmods.net/showthread.php?t=26809



Great Job bro, nice work :)
Forum: Scripting Help 04-24-2006, 15:55
Replies: 1
Views: 842
Posted By ZeonSoldier
Re: How can i set Variable?

Try to use the 'small' tags when posting code.


#define password "123"



public cmdChat(id,level,cid,password1) {
if (!cmd_access(id,level,cid,2))
return PLUGIN_HANDLED
Forum: Scripting Help 04-24-2006, 10:06
Replies: 4
Views: 1,497
Posted By ZeonSoldier
Yeah.... I've tried the camera thing before,...

Yeah.... I've tried the camera thing before, worked fine on westwood, crashed the second the view was used on dust2. Had no idea about the need for that model.
Forum: Suggestions / Requests 04-19-2006, 19:43
Replies: 12
Views: 2,304
Posted By ZeonSoldier
You are correct then, because the plugin I have...

You are correct then, because the plugin I have does not utilize file reading/writing at all... The plugin you need will have to read in the file at the start of each map, and then overwrite the file...
Forum: Suggestions / Requests 04-19-2006, 17:13
Replies: 9
Views: 1,629
Posted By ZeonSoldier
Simple... Everwhere you...

Simple...

Everwhere you see:access(id,ADMIN_LEVEL_H) change it to !access(id,ADMIN_ADMIN)


And of course in the output I would change (ADMINS) to (USERS) or [AMXX]
Forum: Suggestions / Requests 04-19-2006, 17:12
Replies: 12
Views: 2,304
Posted By ZeonSoldier
Well... I do have a plugin that logs speech to a...

Well... I do have a plugin that logs speech to a unique file... Files are stored in $moddir/addons/amxmodx/playerlogs/ and are stored with a filename such as STEAM_0;1;1234567.log (semicolons...
Forum: Scripting Help 04-19-2006, 02:14
Replies: 3
Views: 1,421
Posted By ZeonSoldier
I just checked that plugin. All it seems to do...

I just checked that plugin. All it seems to do is log the weaponstats to the server log on a player disconnect.

Thanks for the suggestion though.
Forum: Suggestions / Requests 04-18-2006, 22:55
Replies: 3
Views: 1,040
Posted By ZeonSoldier
If you search really hard you may in fact find...

If you search really hard you may in fact find this. I will look for it if I get time tonight.

**EDIT**

Ah yes... that was quick... did a search for "loot" and it was the 3rd one down the...
Forum: Scripting Help 04-18-2006, 22:53
Replies: 3
Views: 1,421
Posted By ZeonSoldier
Does anyone know where to start with this? Maybe...

Does anyone know where to start with this? Maybe some way to manually remove user's stats at the end of each round or something of the sort.
Forum: Trash 04-17-2006, 15:44
Replies: 29
Views: 5,455
Posted By ZeonSoldier
Quit sending me this shit From: ...

Quit sending me this shit


From: []Fusion[]
To: ZeonSoldier
Posted: Mon Apr 17, 2006 1:38 pm
Subject: Re: .... Quote message
go suck cock
Forum: Trash 04-17-2006, 12:29
Replies: 29
Views: 5,455
Posted By ZeonSoldier
Like I said in the PM... You must show respect to...

Like I said in the PM... You must show respect to get respect. I already have a plugin that depreciates everyone's HP by 1 every 6 seconds.... And with about 5 minutes of revisions it could do...
Forum: Suggestions / Requests 04-17-2006, 00:37
Replies: 31
Views: 6,006
Posted By ZeonSoldier
The problem is that I have done this... in fact,...

The problem is that I have done this... in fact, I used a wildcard this time for the last subnet. Still no go... This case is ever so special because I have a phpFormGenerater on my webspace also,...
Forum: Suggestions / Requests 04-17-2006, 00:21
Replies: 31
Views: 6,006
Posted By ZeonSoldier
Well.... I know it is the connection now... I...

Well.... I know it is the connection now... I tried the forummod plugin... just to see what the log spits out for errors.... And all the sudden both servers running on the box crash, and now I'm...
Forum: Suggestions / Requests 04-16-2006, 22:49
Replies: 31
Views: 6,006
Posted By ZeonSoldier
I'll be testing it on one of my servers sometime...

I'll be testing it on one of my servers sometime soon... hope it works :)

**EDIT**

This may be on my side... i've had problems with SQL Database connectivity before... But here is the debug...
Forum: Trash 04-16-2006, 21:51
Replies: 29
Views: 5,455
Posted By ZeonSoldier
I was gonna help... but now I don't feel like it....

I was gonna help... but now I don't feel like it. Good day everyone :)
Showing results 1 to 25 of 35

 
Forum Jump

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


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