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

Showing results 1 to 25 of 103
Search took 0.01 seconds.
Search: Posts Made By: JFeldon
Forum: General 08-08-2008, 04:30
Replies: 1
Views: 3,229
Posted By JFeldon
Re: server enforcing...ERROR

Download GCFScape (Google, it's easy to find) and once you have it installed go to steam/steamapps. In there are lots of .GCF files. Open the one related to your game (It may not be obvious, like CS...
Forum: General 08-07-2008, 09:31
Replies: 4
Views: 4,830
Posted By JFeldon
Re: mp_chattime 0 but nextmap.amxx makes it delay

When you say you set it to 0, do you mean in server.cfg? It's probably in there if you didn't
Forum: Scripting Help 08-07-2008, 09:18
Replies: 5
Views: 1,289
Posted By JFeldon
Re: Compile errors..

Oops. Sorry I'm screwing up a bit :S Tired lol
Put them into your server.cfg, then they execute whenever you change map. You won't need the plugin. Add this as the end of server.cfg

...
Forum: Scripting Help 08-07-2008, 09:09
Replies: 5
Views: 1,289
Posted By JFeldon
Re: Compile errors..

Put a , between each (argument?) Not quite sure on the proper terminology :P

E.g.
new pcvar("sv_airaccelerate","100")

Also if you say that you have to keep writing them on mapchange, put...
Forum: General 08-07-2008, 09:03
Replies: 2
Views: 889
Posted By JFeldon
Re: help with amxx

Yes, there's also various tutorials and guides dotted across the forum that will help you set it up with admins, plugins etc. Good luck :P
Forum: General 07-18-2008, 08:26
Replies: 8
Views: 2,574
Posted By JFeldon
Re: question about admin and amx execclient

You just answered your own question then...
Forum: Trash 07-17-2008, 18:58
Replies: 2
Views: 919
Posted By JFeldon
Re: Just need help.

Translator pls. Not sure what you mean
Forum: General 07-17-2008, 18:55
Replies: 8
Views: 2,574
Posted By JFeldon
Re: question about admin and amx execclient

Can I ask why you've posted that here and what your question is? Since there was no question mark anywhere in your posts and your second post just proved your point.
Forum: Scripting Help 07-17-2008, 18:51
Replies: 2
Views: 1,194
Posted By JFeldon
Re: noob question

You can use any text editor for that, just make sure when you click save you select "All Files" as the type instead of Unicode-UTF8 or whatever it is and put the .sp instead of .txt.
Forum: General 07-17-2008, 16:01
Replies: 3
Views: 1,601
Posted By JFeldon
Re: Need help for CmdMenu

Hm ok. But it's just when you said that you try to play songs in-game nothing happens, that's usually the format.

I'm not sure then, the only thing I'd say was change the #defines but you have....
Forum: General 07-17-2008, 12:30
Replies: 3
Views: 1,601
Posted By JFeldon
Re: Need help for CmdMenu

I think the problem is probably your format. Raise the defines to 128 as you have done and re-compile + install. Then use windows Sound Recorder (Yes, Windows Sound Recorder) in Start -> All Programs...
Forum: Trash 07-17-2008, 12:04
Replies: 8
Views: 1,859
Posted By JFeldon
Re: HELP !!!!

Firstly, check the jetpack.amxx plugin is installed correctly (Should be in addons/amxmodx/plugins) and spelt correctly in plugins.ini. It's saying it can't find it.

Secondly, why is...
Forum: General 07-17-2008, 02:57
Replies: 10
Views: 2,829
Posted By JFeldon
Re: Promblem Sv_Lan

True.

Also to the Ass that gave me bad karma because "I begged for it", try and show me where >.<
Forum: Unapproved/Old Plugins 07-17-2008, 02:53
Replies: 79
Views: 270,549
Posted By JFeldon
Re: Reset Score

I know, that's why I said it's just a tip IF you want to do that :P but eh
Forum: Scripting Help 07-17-2008, 02:51
Replies: 2
Views: 1,291
Posted By JFeldon
Forum: General 07-17-2008, 02:50
Replies: 7
Views: 1,635
Posted By JFeldon
Re: need help on cvars

Nar. You can do that depending on how you're going to use it but it's fine for that example
Forum: Suggestions / Requests 07-16-2008, 15:51
Replies: 2
Views: 1,184
Posted By JFeldon
Re: [REQ] fix respawn plugin

I attached it if you really want to use it.

But if you want to fully disable it, comment it out in plugins.ini. I guess this means you have to restart server but it's better than using this CVar.
Forum: Unapproved/Old Plugins 07-16-2008, 15:39
Replies: 79
Views: 270,549
Posted By JFeldon
Re: Reset Score

True.

I'm all for, +karma

It's not badly coded either. The only thing is that if you only have a one liner, you don't need brackets.

if(is_user_connected(id))
{
client_print(id,...
Forum: General 07-16-2008, 15:27
Replies: 7
Views: 1,635
Posted By JFeldon
Re: need help on cvars

WAIT.

I'm sorry parts of that are wrong *Blush* I missed off a couple things you need in if statements with CVars.
You need to get the cvar value of the cvar before applying it to an if...
Forum: General 07-16-2008, 15:25
Replies: 4
Views: 2,088
Posted By JFeldon
Re: Language problem

There's a very simple answer.

Your zombie mod is in the polish language, not english.

All your doing is changing the language of the AMXMODX plugins. If the creator of the ZombieMod didn't...
Forum: General 07-16-2008, 15:24
Replies: 2
Views: 1,767
Posted By JFeldon
Re: Server Keeps Crashing

Yeah try what Counter suggests, or do this.

After each custom plugin (Any that aren't part of the AMXMODX official package) put "debug" after in the plugins.ini file. This will display more detail...
Forum: General 07-16-2008, 15:20
Replies: 5
Views: 1,433
Posted By JFeldon
Re: Crash in server, can help?

Incorect counter-pro. It's questioning the natives and other declarations within the plugins. They're both there and being loaded fine. Otherwise it would give you an error like "ERROR. Cannot find...
Forum: Trash 07-16-2008, 15:18
Replies: 8
Views: 1,859
Posted By JFeldon
Re: HELP !!!!

Please provide details, like and logs you have, your plugins.ini and so on so we can help you.

My guess is that a plugin is overflowing the server. It's trying to take lots of data from each...
Forum: General 07-16-2008, 15:13
Replies: 7
Views: 1,635
Posted By JFeldon
Re: need help on cvars

That he can't make his modified plugin to work because he doesn't know how to use a cvar...

CVar is a (client?) variable. You can change it using amx_cvar <cvar> <value> In plugins you register a...
Forum: General 07-16-2008, 15:10
Replies: 10
Views: 2,829
Posted By JFeldon
Re: Promblem Sv_Lan

Add sv_lan 0 to your server.cfg and reboot your server. If sv_lan is already in your server.cfg change it to 0.

Also, check your client ports and hostports are correctly configured. Make sure no...
Showing results 1 to 25 of 103

 
Forum Jump

All times are GMT -4. The time now is 03:10.


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