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

Showing results 1 to 25 of 46
Search took 0.00 seconds.
Search: Posts Made By: dragonchaos
Forum: Scripting Help 04-23-2004, 16:59
Replies: 4
Views: 2,177
Posted By dragonchaos
I think its line 68 of cmdmenu.sma #define...

I think its line 68 of cmdmenu.sma

#define MAX_CMDS 32

I think you could just change this to 64 (or whatever you want), recompile, restart server and you should get more. I could be wrong.
Forum: Scripting Help 04-20-2004, 00:34
Replies: 10
Views: 4,390
Posted By dragonchaos
Well couldn't you use the client_print , and just...

Well couldn't you use the client_print , and just fake a client "say"
Forum: Suggestions / Requests 04-16-2004, 00:34
Replies: 8
Views: 2,896
Posted By dragonchaos
Hes not releasing source til 1.0 ... currently...

Hes not releasing source til 1.0 ... currently they are like .99RC2 and i think he plans on going to RC4 or 6 or something
Forum: Off-Topic 04-15-2004, 22:16
Replies: 7
Views: 3,465
Posted By dragonchaos
okay, was just curious, was looking through to...

okay, was just curious, was looking through to see how you were reading the users in :? glad I could help with a tiny bug. Although I guess you already fixed it :D
Forum: Off-Topic 04-15-2004, 16:46
Replies: 7
Views: 3,465
Posted By dragonchaos
Admin.sma lines 78-80

It looks like you started to do the config dir, but then didn't use it, its just really one line

does it matter that this is "hardcoded"?

78 new users_ini_file[128]
79 format(users_ini_file,...
Forum: Trash 04-15-2004, 00:11
Replies: 21
Views: 9,896
Posted By dragonchaos
I'm sorry, I can't test DoD. Although I can't...

I'm sorry, I can't test DoD. Although I can't I'm sure there is another experienced coder that could do it.
Forum: Suggestions / Requests 04-13-2004, 21:26
Replies: 16
Views: 5,563
Posted By dragonchaos
ya ... i had engine before amxmodx.inc ... thats...

ya ... i had engine before amxmodx.inc ... thats why, it was not getting the constant, good call
Forum: Unapproved/Old Plugins 04-13-2004, 21:07
Replies: 23
Views: 15,599
Posted By dragonchaos
Ludwig van's Jetpack

/***************************************************************************
* amx_ejl_jetpack.sma version 2.8 Date: 5/9/2003
* Author: Eric Lidman ...
Forum: Suggestions / Requests 04-13-2004, 21:04
Replies: 10
Views: 4,120
Posted By dragonchaos
I updated the code to use get_customdir (so now...

I updated the code to use get_customdir (so now it uses /addons/amxx/custom/ejl_vault/ejl_vault.ini not hardcoded) so you should not get the runtime error. I also ported the jetpack one by lud, will...
Forum: Suggestions / Requests 04-13-2004, 20:16
Replies: 16
Views: 5,563
Posted By dragonchaos
well it won't compile if there is an error, so I...

well it won't compile if there is an error, so I have to get it fixed first
Forum: Suggestions / Requests 04-13-2004, 20:02
Replies: 16
Views: 5,563
Posted By dragonchaos
I have it ported except it has one error,...

I have it ported except it has one error, currently I posted it on scripting support to get some help. (Deleted post)
Forum: Suggestions / Requests 04-13-2004, 07:33
Replies: 7
Views: 2,855
Posted By dragonchaos
all i did was change the <amxmod> to...

all i did was change the <amxmod>

to <amxmodx>

I tested it in cstrike, it does work. It says they changed their name, but the name does stay the same.
Forum: Suggestions / Requests 04-13-2004, 07:17
Replies: 4
Views: 2,166
Posted By dragonchaos
it looks like all you may have to change is the...

it looks like all you may have to change is the <amxmod> to <amxmodx>

and line 67
from this:
public vote_bladez(id){

to this:
public vote_bladez(id,level,cid){
Forum: Scripting Help 04-09-2004, 09:31
Replies: 11
Views: 5,594
Posted By dragonchaos
if(pOrigin[0] > AimOrigin[pID[0]][0]) { ...

if(pOrigin[0] > AimOrigin[pID[0]][0])
{
pOrigin[0] = (pOrigin[0] + 0.1)
}
if(pOrigin[0] < AimOrigin[pID[0]][0])
{
pOrigin[0] = (pOrigin[0] - 0.1)
} ...
Forum: Suggestions / Requests 04-08-2004, 22:17
Replies: 10
Views: 4,120
Posted By dragonchaos
well the line was refering to a file being at...

well the line was refering to a file being at "addons/amx/ejl_vault.ini" so i changed it to "addons/amxx/ejl_vault.ini" because I believe it says the amx folder does not exist, in its own way.
Forum: Scripting Help 04-08-2004, 22:09
Replies: 8
Views: 3,122
Posted By dragonchaos
new vHP = get_user_health(victum) if(pHit...

new vHP = get_user_health(victum)
if(pHit == 1)
{
user_kill(victum)
return PLUGIN_HANDLED
}
if(pHit == 2 || pHit == 3)
{
vHP = (vHP - 30)
...
Forum: Suggestions / Requests 04-08-2004, 17:54
Replies: 10
Views: 4,120
Posted By dragonchaos
@www.obhost.net: your amx directory is amxx...

@www.obhost.net: your amx directory is amxx right? ... i uploaded a new sma, I didn't change the path he had for his vault file
Forum: General 04-08-2004, 17:46
Replies: 17
Views: 5,725
Posted By dragonchaos
you can also type amxx list and meta list in the...

you can also type amxx list and meta list in the console to see what plugins and modules are running

As for the screenshot, you can open the ini file, press Alt-PrntScrn (alt print screen takes...
Forum: General 04-08-2004, 16:54
Replies: 4
Views: 3,932
Posted By dragonchaos
what about trying metamod 1.17x3 for windows...

what about trying metamod 1.17x3 for windows (http://www.tcwonline.org/~amxmodx/metamodx.php)?
Forum: General 04-08-2004, 16:44
Replies: 17
Views: 5,725
Posted By dragonchaos
open notepad (goto start -> run, type in notepad...

open notepad (goto start -> run, type in notepad press enter) type in win32 addons/amxx/dlls/amxx_mm.dll and save it to "$gamedir/addons/metamod/plugins.ini"

make sure you use quotes when you...
Forum: Off-Topic 04-08-2004, 15:52
Replies: 29
Views: 7,811
Posted By dragonchaos
Happy Birthday =)

Happy Birthday =)
Forum: General 04-08-2004, 15:50
Replies: 17
Views: 5,725
Posted By dragonchaos
you create that file in notepad (or if you use...

you create that file in notepad (or if you use linux in vi or pico or something) and just add that line, it does not come with the zipped metamod
Forum: General 04-08-2004, 15:48
Replies: 17
Views: 5,725
Posted By dragonchaos
go here...

go here (http://www.tcwonline.org/~amxmodx/metamodx.php) to download metamodx and extract to that directory
Forum: Trash 04-07-2004, 23:03
Replies: 21
Views: 9,896
Posted By dragonchaos
well i didn't actually change much code i made it...

well i didn't actually change much code i made it up to amxx standards but i didn't really change the code if to make it faster(?) or better(?)
Forum: Trash 04-07-2004, 22:13
Replies: 21
Views: 9,896
Posted By dragonchaos
ejl_vault

One quick question to the AMXX Devs, should I use the vault include or should I keep the ejl_vault function Lud had in the plugin?
Showing results 1 to 25 of 46

 
Forum Jump

All times are GMT -4. The time now is 21:16.


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