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

Showing results 1 to 25 of 50
Search took 0.00 seconds.
Search: Posts Made By: syphilis
Forum: Approved Plugins 12-02-2005, 10:06
Replies: 478
Views: 357,637
Posted By syphilis
I updated the main post again with vittu's...

I updated the main post again with vittu's zipfile, but KWo's updated code. This leaves the chicken.cfg file inside the amxx configs directory, which was done because I thought it made sense to put...
Forum: Approved Plugins 11-21-2005, 20:41
Replies: 478
Views: 357,637
Posted By syphilis
Updated the first post with this new version. :)...

Updated the first post with this new version. :)

The reason I said it wouldn't work with ATAC was because of changes that T(+)rget made to the c_chicken function. Glad to see that it's working...
Forum: Code Snippets/Tutorials 10-25-2005, 16:20
Replies: 233
Views: 154,011
Posted By syphilis
Add to listenserver.cfg: sv_testmode 1 ...

Add to listenserver.cfg: sv_testmode 1

That'll let you play a map with only 1 player connected.
Forum: Approved Plugins 10-14-2005, 22:21
Replies: 478
Views: 357,637
Posted By syphilis
Directly into the cstrike folder. Sorry that...

Directly into the cstrike folder.

Sorry that I forgot about this plugin, I've included the fix for amxx 1.01, even though the amxx version is way past that by now. If you can give me any other...
Forum: Module Coding 10-11-2005, 02:34
Replies: 95
Views: 37,783
Posted By syphilis
I get this error while compiling: h:\New...

I get this error while compiling:
h:\New Folder\weapons_amxx\wtf\CGameBase.h(110) : error C2065: 'LogData' : undeclared identifier
h:\New Folder\weapons_amxx\wtf\CGameBase.h(110) : error C2228:...
Forum: Suggestions / Requests 09-11-2005, 02:34
Replies: 2
Views: 1,350
Posted By syphilis
What would you want in the module?

What would you want in the module?
Forum: Approved Plugins 03-07-2005, 04:22
Replies: 478
Views: 357,637
Posted By syphilis
What message is the console giving you (both...

What message is the console giving you (both server and client) when people are kicked? Is there any info in the logs?
Forum: Approved Plugins 03-04-2005, 16:05
Replies: 478
Views: 357,637
Posted By syphilis
If you want any support you'll have to provide me...

If you want any support you'll have to provide me more information than "it doesent work plz help."

Check your logs
Type amxx plugins into console
Type amxx modules into console
Make sure you...
Forum: Approved Plugins 02-12-2005, 04:21
Replies: 478
Views: 357,637
Posted By syphilis
I imagine that T(+)rget put the dieing after...

I imagine that T(+)rget put the dieing after saying /unchickenme on purpose, since otherwise users could switch back and forth from chicken to human real fast in order to restore health.

Glad we...
Forum: Approved Plugins 02-10-2005, 21:20
Replies: 478
Views: 357,637
Posted By syphilis
Perhaps try redownloading the plugin, or...

Perhaps try redownloading the plugin, or downloading the source and compiling on your box. Other than that I'm really at a loss here.
Forum: Approved Plugins 02-10-2005, 18:43
Replies: 478
Views: 357,637
Posted By syphilis
Have you tried running it without booster? I...

Have you tried running it without booster? I looked at the booster documentation and it shouldn't cause any problems, but you never know.
Forum: Approved Plugins 02-09-2005, 16:32
Replies: 478
Views: 357,637
Posted By syphilis
You don't need a text file because I didn't port...

You don't need a text file because I didn't port the translations to AMX Mod X. Out of curiousity, can you tell me some things about the server it's running on? Specifically AMX Mod X version,...
Forum: Approved Plugins 02-09-2005, 02:40
Replies: 478
Views: 357,637
Posted By syphilis
Make sure you're testing with no other plugins...

Make sure you're testing with no other plugins running, as they could be causeing the problem.
Forum: Approved Plugins 02-06-2005, 22:29
Replies: 478
Views: 357,637
Posted By syphilis
I'll go ahead and post the conversions for all...

I'll go ahead and post the conversions for all ADMIN_ types for anyone who wants:

ADMIN_ALL 0
ADMIN_IMMUNITY 1
ADMIN_RESERVATION 2
ADMIN_KICK 4
ADMIN_BAN 8...
Forum: Approved Plugins 02-06-2005, 21:56
Replies: 478
Views: 357,637
Posted By syphilis
ADMIN_RCON = (1<<11) = 2^11 = 2048 ...I think...

ADMIN_RCON = (1<<11) = 2^11 = 2048
...I think :)
Forum: Approved Plugins 02-04-2005, 16:23
Replies: 478
Views: 357,637
Posted By syphilis
Check your logs.

Check your logs.
Forum: Approved Plugins 01-29-2005, 04:13
Replies: 478
Views: 357,637
Posted By syphilis
If the chicken models aren't showing up at all,...

If the chicken models aren't showing up at all, you need to set the client-side cvar cl_minmodels to 0. Do this by typing "cl_minmodels 0" in console.

If the chicken models show up for the first...
Forum: Trash 01-23-2005, 12:48
Replies: 217
Views: 58,917
Posted By syphilis
The AMX Mod X port of ChickenMod: Rebirth is...

The AMX Mod X port of ChickenMod: Rebirth is available at http://forums.alliedmods.net/showthread.php?t=8979
Forum: Approved Plugins 01-19-2005, 17:10
Replies: 478
Views: 357,637
Posted By syphilis
I guess I can't help then, sorry. Perhaps ATAC...

I guess I can't help then, sorry. Perhaps ATAC will get an update in the future for ChickenMod: Rebirth support, but I guess we're all SOL until then.
Forum: Approved Plugins 01-17-2005, 15:39
Replies: 478
Views: 357,637
Posted By syphilis
Change that to: server_cmd("c_unchicken #%i",...

Change that to: server_cmd("c_unchicken #%i", get_user_userid(j)) in the amx_atac.sma file for ATAC support.
Forum: Approved Plugins 01-14-2005, 09:16
Replies: 478
Views: 357,637
Posted By syphilis
Sorry I haven't been here to help for a while,...

Sorry I haven't been here to help for a while, let's see if we can get this all cleared up :).

@lokken: Just to be absolutely sure, you are running the latest version of AMX Mod X right? Your...
Forum: General 01-11-2005, 17:19
Replies: 13
Views: 3,959
Posted By syphilis
It's the cvar sv_visiblemaxplayers or something...

It's the cvar sv_visiblemaxplayers or something like that. Try setting it to 16, but if it changes itself right back you need to disable the reserved slots plugin (I think it's adminslots.amxx, this...
Forum: Approved Plugins 01-11-2005, 12:49
Replies: 478
Views: 357,637
Posted By syphilis
That is something that will happen if you don't...

That is something that will happen if you don't properly install the plugin. Make sure you have the chicken.cfg file in your default AMX Mod X configs directory, because if you don't, it treats...
Forum: General 01-10-2005, 22:23
Replies: 4
Views: 2,291
Posted By syphilis
Also, I believe that if you delete the maps.ini...

Also, I believe that if you delete the maps.ini file (in your AMX Mod X configs directory), AMX Mod X will default to your mapcycle.txt file.
Forum: Approved Plugins 01-10-2005, 03:14
Replies: 478
Views: 357,637
Posted By syphilis
#include <amxmodx> #include <fakemeta> ...

#include <amxmodx>
#include <fakemeta>

public plugin_init() {
register_plugin("Remove Use Sound", "untested", "syphilis")
register_forward(FM_EmitSound, "forward_EmitSound")
}
...
Showing results 1 to 25 of 50

 
Forum Jump

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


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