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

Showing results 1 to 25 of 273
Search took 0.01 seconds.
Search: Posts Made By: capndurk
Forum: Trash 04-09-2006, 22:48
Replies: 28
Views: 6,495
Posted By capndurk
Plugin removed, I'm leaving these forums.

Plugin removed, I'm leaving these forums.
Forum: Off-Topic 04-09-2006, 20:23
Replies: 3
Views: 1,489
Posted By capndurk
wikipedia owns, they shall soon rule the internet...

wikipedia owns, they shall soon rule the internet along with google and maddox the pirate
Forum: General 04-09-2006, 18:12
Replies: 8
Views: 3,650
Posted By capndurk
"STEAM_0:0:320610" "" "abcdefghijklmnopqrstu"...

"STEAM_0:0:320610" "" "abcdefghijklmnopqrstu" "ce"
"STEAM_0:0:6747044" "" "cdiu" "ce"
"STEAM_0:0:1611293" "" "bcdefghijklmnopqrstu" "ce"
"STEAM_0:0:2343091" "" "bcdefghijklmnopqrstu" "ce"
"xxxx"...
Forum: General 04-09-2006, 18:08
Replies: 3
Views: 1,195
Posted By capndurk
type "amx_help" in console to list all available...

type "amx_help" in console to list all available commands for your access levels
Forum: Suggestions / Requests 04-09-2006, 18:04
Replies: 34
Views: 8,381
Posted By capndurk
Changed as requested.

Changed as requested.
Forum: Scripting Help 04-09-2006, 15:53
Replies: 13
Views: 3,471
Posted By capndurk
Yeah, from v3x's tutorial, I wasn't sure which...

Yeah, from v3x's tutorial, I wasn't sure which one was the player's view and which one was the other players' model.
Forum: Scripting Help 04-09-2006, 13:28
Replies: 13
Views: 3,471
Posted By capndurk
Does it show up in your first-person view?

Does it show up in your first-person view?
Forum: Trash 04-09-2006, 05:13
Replies: 2
Views: 1,171
Posted By capndurk
That's the reason he gave for trashing it.

That's the reason he gave for trashing it.
Forum: Scripting Help 04-09-2006, 05:09
Replies: 13
Views: 3,471
Posted By capndurk
here is the code for the plugin you want, and...

here is the code for the plugin you want, and this should do the trick.

credits: http://ghw-amxx.com/viewtopic.php?t=18
(thanks v3x!)

#include <amxmodx>
#include <engine>
#include <cstrike>...
Forum: Scripting Help 04-09-2006, 04:48
Replies: 13
Views: 3,471
Posted By capndurk
So are you trying to limit a player's ability to...

So are you trying to limit a player's ability to change models through his access level, or do you want to include that in the if statement at all?
Forum: Scripting Help 04-09-2006, 03:21
Replies: 13
Views: 3,471
Posted By capndurk
No I just meant that get_user_flags(id) is...

No I just meant that get_user_flags(id) is usually used like this:

(get_user_flags(id)&ADMIN_CHAT)

This statement would return true if the player has access to admin chat. What are you...
Forum: Scripting Help 04-09-2006, 02:55
Replies: 13
Views: 3,471
Posted By capndurk
Re: no arrays or too many subscripts

public weaponChange(id) {
if (get_cvar_num("amx_claws"))
(get_user_flags(id)) {

Your weaponChange(id) function opens with that first bracket, then you have the if statement. However, you...
Forum: Scripting Help 04-08-2006, 23:22
Replies: 26
Views: 4,126
Posted By capndurk
No, you needed to get rid of return...

No, you needed to get rid of return PLUGIN_HANDLED, which I told you a while ago, and you still hadn't changed it. But, you just don't seem to be as cooperative with my suggestions as I thought you'd...
Forum: Scripting Help 04-08-2006, 23:15
Replies: 26
Views: 4,126
Posted By capndurk
All right, well since you didn't decide to change...

All right, well since you didn't decide to change things that might help your program, I guess you're not really open to my suggestions anymore... so good luck with it.
Forum: Suggestions / Requests 04-08-2006, 22:12
Replies: 1
Views: 1,092
Posted By capndurk
http://forums.alliedmods.net/showthread.php?t=4356...

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

Next time, search (http://www.amxmodx.org/forums/search.php).
Forum: Scripting Help 04-08-2006, 22:08
Replies: 26
Views: 4,126
Posted By capndurk
Calm down dude, damn... I'm trying to help you,...

Calm down dude, damn... I'm trying to help you, so when something doesn't work automatically you don't have to blow up in my face. You had a problem in your code, and obviously you had another...
Forum: Scripting Help 04-08-2006, 20:11
Replies: 26
Views: 4,126
Posted By capndurk
Just remove the for loop inside public...

Just remove the for loop inside

public fn_queryresult1 ( gi_playerID, const s_cvarname[], const value[] )

That way, instead of this:

--- gi_cvarnum = 0 ---
- "ambient_fade"
-...
Forum: Scripting Help 04-08-2006, 19:26
Replies: 26
Views: 4,126
Posted By capndurk
I know, your code is hard to read too :P ...

I know, your code is hard to read too :P

-------------------------

Anyway, you also have to fix the other thing..

Here is the logic of your program the way it is now, with code snippets put...
Forum: Scripting Help 04-08-2006, 18:54
Replies: 26
Views: 4,126
Posted By capndurk
This is the problem, in the fn_queryresult1...

This is the problem, in the fn_queryresult1 function:

for ( gi_cvarnum = 0; gi_cvarnum < SIZE; gi_cvarnum++ )
{
gf_calfloatvalue = floatstr ( gf_calvalues1[gi_cvarnum] )

if ( ! (...
Forum: Scripting Help 04-08-2006, 18:23
Replies: 26
Views: 4,126
Posted By capndurk
how did you fix it? and... what's the other...

how did you fix it? and... what's the other problem?
Forum: Scripting Help 04-08-2006, 17:25
Replies: 26
Views: 4,126
Posted By capndurk
If you click the Post Reply button and scroll all...

If you click the Post Reply button and scroll all the way down, it has what everyone's posted on that particular page.

And that's too bad that it doesn't work... > 100 KB for a plugin size is...
Forum: Scripting Help 04-08-2006, 16:59
Replies: 26
Views: 4,126
Posted By capndurk
Why did you jump from 5 to 30 seconds? Just use 8...

Why did you jump from 5 to 30 seconds? Just use 8 or 10 seconds to check all 80... like 8 seconds, and 10 for each function. Or 10 and 8 for each function.


Also, stop quoting my posts, because...
Forum: Scripting Help 04-08-2006, 16:37
Replies: 26
Views: 4,126
Posted By capndurk
I still don't understand. If the problem is...

I still don't understand. If the problem is assigning 16 query_client_cvars to one function, then just make more functions.. like 5 different cvar functions:

public checkCvars1(id, const cvar[],...
Forum: Scripting Help 04-08-2006, 15:50
Replies: 26
Views: 4,126
Posted By capndurk
You can split it into 5 sections and still have...

You can split it into 5 sections and still have arrays. Here's an example of the code, using 6 cvars and 3 scan functions:

#include <amxmodx>
#include <amxmisc>

#define numOfCvars 6 //...
Forum: Scripting Help 04-08-2006, 15:31
Replies: 7
Views: 1,400
Posted By capndurk
register_menucmd(register_menuid("menuid"), key,...

register_menucmd(register_menuid("menuid"), key, "gaben_exec");

show_menu(id, key, menuBody,_, "menuid");

try that

//edit// fixed, specify the menuid to whatever you want
Showing results 1 to 25 of 273

 
Forum Jump

All times are GMT -4. The time now is 05:23.


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