Raised This Month: $ Target: $400
 0% 

Chickenmod: Rebirth (by T(+)rget)


Post New Thread Reply   
 
Thread Tools Display Modes
syphilis
Member
Join Date: Sep 2004
Old 01-11-2005 , 12:49  
Reply With Quote #41

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 everyone like an admin (for the chicken commands).

However, if the plugin IS installed properly, but you changed the ACCESS_MENU and ACCESS_SETTINGS values both to 0 in chicken.cfg, you will get the same effect.
syphilis is offline
lokken
Junior Member
Join Date: Jan 2005
Location: Upstate NY
Old 01-11-2005 , 22:58  
Reply With Quote #42

Quote:
Originally Posted by syphilis
I had just noticed that difference T(+)rget, but you beat me. An easy fix for the AMX Mod X ATAC port would be to search for "c_chicken # %i" and "c_unchicken # %i" and simply removing the spaces after the #, and then recompiling. For clarity, that means the instead of "c_chicken # %i", you should use "c_chicken #%i".
It's not just with atac that it happens.

It also happens when I " amx_chicken <player>"

I have yet to have the player actually turn into a chicken.

Also I commented out the atac lines in my amxmodx/configs/plugins.ini file so atac would not load, got me the same results.
lokken is offline
TMKF_Patryk
New Member
Join Date: Sep 2004
Old 01-13-2005 , 22:42  
Reply With Quote #43

yea, i got ATAC and chickenmod, now both are really screwed
the chicken.mdl is really messed now, when people do /chickenme frst round they chicken, next round they still chicken but the model isnt, they are human wi t knives and extreme speed
and ATAC now if u go punnish chicken, they dont change and use guns and all...
chickenmod is messed
TMKF_Patryk is offline
T(+)rget
Senior Member
Join Date: Mar 2004
Old 01-14-2005 , 02:48  
Reply With Quote #44

Quote:
Originally Posted by TMKF_Patryk
yea, i got ATAC and chickenmod, now both are really screwed
the chicken.mdl is really messed now, when people do /chickenme frst round they chicken, next round they still chicken but the model isnt, they are human wi t knives and extreme speed
and ATAC now if u go punnish chicken, they dont change and use guns and all...
chickenmod is messed
I'll think you find its the Engine Module messed up not ChickenMod! CS_SetModel isn't working correctly with AMXX
T(+)rget is offline
syphilis
Member
Join Date: Sep 2004
Old 01-14-2005 , 09:16  
Reply With Quote #45

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 problem is really confusing me the most, but I believe it might have something to do with the cl_minmodels clientside cvar. I believe that if this is set to anything other than 0, you are unable to view custom models on players, but I'm not absolutely sure. Try setting it to 0 and testing out chickenmod: rebirth again, if you would.

@patryk: The problems you are having aren't with chickenmod: rebirth. The reason ATAC doesn't work properly is because it is set to use the old module version of chickenmod, which is slightly different from the plugin version. The solution would be to edit the amx_atac.sma and change the line
Code:
server_cmd("c_chicken # %i", player)
to
Code:
server_cmd("c_chicken #%i", get_user_userid(player))
as T(+)rget suggested above. The same change would be necessary for the c_unchicken command.

For your model problem, it seems that you are running another plugin that resets a users model every round. Chickenmod: rebirth will ONLY change a user's model once, so another plugin can overwrite this change. Since the player still functions like a chicken, but doesn't always look like one, I believe that is the problem in this situation.
syphilis is offline
FF1987
Junior Member
Join Date: Dec 2004
Old 01-17-2005 , 14:10  
Reply With Quote #46

In what do you have to change this one?

Code:
server_cmd("c_unchicken # %i", j)
FF1987 is offline
syphilis
Member
Join Date: Sep 2004
Old 01-17-2005 , 15:39  
Reply With Quote #47

Change that to:
Code:
server_cmd("c_unchicken #%i", get_user_userid(j))
in the amx_atac.sma file for ATAC support.
syphilis is offline
Proach
Veteran Member
Join Date: Jan 2005
Location: The Netherlands
Old 01-17-2005 , 16:18  
Reply With Quote #48

w0h000
thx for this funny plugin
it s cool
Proach is offline
Send a message via ICQ to Proach
FF1987
Junior Member
Join Date: Dec 2004
Old 01-18-2005 , 08:19  
Reply With Quote #49

Quote:
Originally Posted by syphilis
Change that to:
Code:
server_cmd("c_unchicken #%i", get_user_userid(j))
in the amx_atac.sma file for ATAC support.
Im sorry but it still doesnt work, when change the c_chicken and c_unchicken.
FF1987 is offline
syphilis
Member
Join Date: Sep 2004
Old 01-19-2005 , 17:10  
Reply With Quote #50

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.
syphilis is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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