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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: xeroblood
Forum: UAIO (Ultimate All-In-One Plugin) 08-10-2006, 19:10
Replies: 5
Views: 3,592
Posted By xeroblood
Re: UAIO Intagrated with amxmodmenu

Well, this request is kinda comlicated when compared to the rest and may not even be in the very next release (who knows) since it will require alot of work to make UAIO work with two separate admin...
Forum: UAIO (Ultimate All-In-One Plugin) 08-07-2006, 14:33
Replies: 4
Views: 2,405
Posted By xeroblood
Re: Suggestion: Custom command length

do you know how to use aliases?? they would probably serve your purpose easier. though I am not 100% sure of the command you are trying to execute..

alias myAlias "command1;command2"
bind myKey...
Forum: UAIO (Ultimate All-In-One Plugin) 08-03-2006, 19:44
Replies: 5
Views: 3,592
Posted By xeroblood
Re: UAIO Intagrated with amxmodmenu

Lol.. yeeeep!! :)
I will have to make a note of who requested what, but they are all in this forum anyway (that's how I found them, so I will just look again).
Forum: UAIO (Ultimate All-In-One Plugin) 07-29-2006, 15:37
Replies: 0
Views: 8,679
Posted By xeroblood
Upcoming Release Notes

Notes on the Upcoming Release of UAIO (Current v1.5)
Ideas and Bug Fixes


[Bug] Fix or Remove the need for uaio_backup.cfg
[Bug] Fix uaio_exec
[Bug] Fix Welcome Mesages
[Bug] Fix MOTD...
Forum: UAIO (Ultimate All-In-One Plugin) 07-29-2006, 12:25
Replies: 1
Views: 1,567
Posted By xeroblood
Re: Removing commands from normal players

Open uaio_groups.ini and look for the following line:

group "grp_vote_public" "vote" "abcdf"

Remove b and c from the command flags so it looks like:

group "grp_vote_public" ...
Forum: UAIO (Ultimate All-In-One Plugin) 07-27-2006, 19:28
Replies: 4
Views: 2,782
Posted By xeroblood
Re: [REQ] get rid of the includes...

Come to think of it, if it is that desirable I guess we could release the regular multi-file source, along with a single-file source. Wouldn't be hard to take the latest version and combine them in...
Forum: UAIO (Ultimate All-In-One Plugin) 07-26-2006, 21:15
Replies: 12
Views: 5,352
Posted By xeroblood
Re: Adding Commands

You can add commands to the menu via the Client/Server exec files (exec_client.ini and exec_server.ini) or you can hard-code your own commands into UAIO rather simply. I will write a small tut on...
Forum: UAIO (Ultimate All-In-One Plugin) 07-26-2006, 21:10
Replies: 4
Views: 2,405
Posted By xeroblood
Re: Suggestion: Custom command length

We'll look into it, either just increase the max, or make it customizable. Either way...
Forum: UAIO (Ultimate All-In-One Plugin) 07-21-2006, 15:06
Replies: 12
Views: 5,352
Posted By xeroblood
Re: Adding Commands

Ya, thought I'd look in on the progress.. I still haven't had the time to get back into it yet, mainly because my CS is acting up on me now, and I can't test. But I expect to get a new PC soon,...
Forum: UAIO (Ultimate All-In-One Plugin) 07-21-2006, 14:57
Replies: 4
Views: 2,782
Posted By xeroblood
Re: [REQ] get rid of the includes...

Will never happen. Include files make the plugin's code more organized and easier to follow. I like include files, and I will keep them.
It is easier to ctrl+tab to a seperate include file to find...
Forum: UAIO (Ultimate All-In-One Plugin) 07-21-2006, 14:49
Replies: 12
Views: 5,352
Posted By xeroblood
Re: Adding Commands

I guess ppl forgot about me.. :P
Forum: UAIO (Ultimate All-In-One Plugin) 04-10-2006, 11:06
Replies: 1,260
Views: 299,034
Posted By xeroblood
CVARs from uaio_config.cfg: ...

CVARs from uaio_config.cfg:

sv_uaio_show_activity 2 // Show admins activity
// 0 - disabled
// 1 - show without admin name
...
Forum: Scripting Help 03-20-2006, 21:34
Replies: 7
Views: 1,652
Posted By xeroblood
Wow, very confusing.. I don't know why you are...

Wow, very confusing.. I don't know why you are getting your number as an array, but since you are, you could do some math on it:
Assuming:
blah[0] = 1
blah[1] = 0
blah[2] = 2



// let argc =...
Forum: Scripting Help 03-20-2006, 21:25
Replies: 7
Views: 1,652
Posted By xeroblood
You must be looking for str_to_num() then, but...

You must be looking for str_to_num() then, but why are you getting 2 values for a single number? Like 10 broken into [0] = 1 and [1] = 0 ????
Forum: Scripting Help 03-20-2006, 21:16
Replies: 7
Views: 1,652
Posted By xeroblood
Niether of those 2 functions return an array. I...

Niether of those 2 functions return an array. I don't know what the value of 'gaben' is that you are passing to the function but:

max() (http://www.amxmodx.org/funcwiki.php?go=func&id=42)
clamp()...
Forum: UAIO (Ultimate All-In-One Plugin) 03-18-2006, 09:48
Replies: 1,260
Views: 299,034
Posted By xeroblood
What a mess that would be.. Sorry, but I like a...

What a mess that would be.. Sorry, but I like a bit of organization..
Do you have any idea how many lines of code that would be in one file? There are over 1000 lines in the menu include file...
Forum: UAIO (Ultimate All-In-One Plugin) 03-16-2006, 22:42
Replies: 1,260
Views: 299,034
Posted By xeroblood
Okay, I have the time for it again... Though,...

Okay, I have the time for it again... Though, please, feel free to continue helping! :)

You've done an excellent job with it while I was partially away, I owe you alot, and a big thanx for all...
Forum: UAIO (Ultimate All-In-One Plugin) 03-16-2006, 12:40
Replies: 1,260
Views: 299,034
Posted By xeroblood
Diving Kit is for breathing underwater. No more...

Diving Kit is for breathing underwater. No more losing breath while swimming. :)

I know, I know, I didn't name the commands very descriptively.. Oh well...
I shoulda called them "aqua-lungs" ...
Forum: UAIO (Ultimate All-In-One Plugin) 03-05-2006, 09:09
Replies: 1,260
Views: 299,034
Posted By xeroblood
I took that from v3x's code when I added his...

I took that from v3x's code when I added his Crazy Crosshair feature. It seemed alright, but I didn't test it thoroughly. I am not sure if you even left the feature in or not, but if it is there,...
Forum: UAIO (Ultimate All-In-One Plugin) 02-12-2006, 22:01
Replies: 1,260
Views: 299,034
Posted By xeroblood
More than 4 groups.. You can create as many...

More than 4 groups.. You can create as many groups as you want or need..

Hey all, good job on the updates so far Suicide, you rock! I thought I'd come visit again, not so busy lately.. Maybe...
Forum: Scripting Help 12-29-2005, 19:09
Replies: 2
Views: 901
Posted By xeroblood
Re: Argument Type Mismatch :(

Vectors are 3 dimensional arrays containing X,Y,Z coordinates:

new Float:g_fVector[3] = {601.0, 602.0, 603.0};
//...
entity_set_vector(entid,EV_VEC_velocity,g_fVector)
Forum: Approved Plugins 12-08-2005, 18:27
Replies: 171
Views: 107,571
Posted By xeroblood
It's so rare that such a unique and useful plugin...

It's so rare that such a unique and useful plugin gets released, and this is just too cool! Excellent job Ava, 5 outta 5!

:D
Forum: UAIO (Ultimate All-In-One Plugin) 11-29-2005, 16:12
Replies: 1,260
Views: 299,034
Posted By xeroblood
There is already a Server Rules htm file, just...

There is already a Server Rules htm file, just edit it to contain your own servers rules.. and it is already in the menu as well, I think it is under Misc Menu if I remember correctly..
Forum: UAIO (Ultimate All-In-One Plugin) 10-19-2005, 22:47
Replies: 1,260
Views: 299,034
Posted By xeroblood
That is wrong Arkaduus, there is no password for...

That is wrong Arkaduus, there is no password for names in UAIO... sry..

Try:

admin "arkaduus" "grp_vote_typeS grp_good_typeS grp_evil_typeS grp_misc_typeS"


Also, do you have everything...
Forum: UAIO (Ultimate All-In-One Plugin) 10-19-2005, 15:52
Replies: 1,260
Views: 299,034
Posted By xeroblood
@PoK: Thx man, glad you like it! :D About...

@PoK: Thx man, glad you like it! :D

About the default group, it should be there already, but if not then here it is:

admin "default" "grp_vote_public grp_good_public grp_evil_public...
Showing results 1 to 25 of 500

 
Forum Jump

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


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