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

Weapon Arena


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Guenhwyvar
AMX Mod X Beta Tester
Join Date: Jul 2005
Location: Berlin / Germany
Old 09-09-2005 , 14:44  
#341

same for me, like joka69 posted.
Guenhwyvar is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 09-09-2005 , 14:55  
#342

Boys, boys... If you're going to post a logged error message, turn debug on for that plugin first so that more details are gathered.
Brad is offline
joka69
Senior Member
Join Date: Apr 2005
Old 09-09-2005 , 15:34  
#343

ok sry im gonna sound like a idiot how to put debug on i forgot
__________________
joka69 is offline
Send a message via MSN to joka69
atambo
Senior Member
Join Date: Oct 2004
Location: Pittsburgh, PA
Old 09-09-2005 , 16:30  
#344

in your plugins.ini put "debug" after the plugin name
__________________
atambo is offline
Send a message via AIM to atambo Send a message via MSN to atambo Send a message via Yahoo to atambo
PoPcorn_v2.0
Junior Member
Join Date: Mar 2005
Old 09-17-2005 , 23:40  
#345

can any one who got 1.9.5 compiled properly please uplaod their sma/amxx file? coz i cant compile

after replacing
Code:
bool:authorized(id) {     return (g_authorized & (1<<id-1)) ? true : false } setauthorized(id, bool:state) {     if (state)         g_authorized |= (1<<(id-1))     else         g_authorized &= ~(1<<(id-1)) } public client_connect(id) {     setauthorized(id, false) }

with
Code:
bool:authorized(id) {     return (g_authorized & (1<<id-1)) ? true : false } public client_connect(id) {     g_authorized &= ~(1<<(id-1)) } public client_authorized(id) {     g_authorized |= (1<<(id-1)) }

i still get this error
Code:
error 021: symbol allready defined: "autherized"
*EDIT*

allright i commented out
Code:
bool:authorized(id) {     return (g_authorized & (1<<id-1)) ? true : false }
and sofar everything has worked perfectly, in a listen server by myself

EDIT
ive tested listen server with other ppl now so im sure it works
PoPcorn_v2.0 is offline
MoBbLoOd
Junior Member
Join Date: Oct 2005
Location: Glendale, California
Old 10-12-2005 , 00:55  
#346

I got a 1.60 amxmodx but it dosent compile this plugin...it says:

Your plugin failed to compile! Read the errors below:

Welcome to the AMX Mod X 1.60-300 Compiler.
Copyright (c) 1997-2005 ITB CompuPhase, AMX Mod X Team

/home/users/amxmodx/tmp3/phpfPA4ZR.sma(570) : error 010: invalid function or declaration
/home/users/amxmodx/tmp3/phpfPA4ZR.sma(571) : error 029: invalid expression, assumed zero
/home/users/amxmodx/tmp3/phpfPA4ZR.sma(57 : warning 202: number of arguments does not match definition
/home/users/amxmodx/tmp3/phpfPA4ZR.sma(582) : warning 202: number of arguments does not match definition

2 Errors.
Could not locate output file /home/groups/amxmodx/public_html/websc3/phpfPA4ZR.amx (compile failed).
MoBbLoOd is offline
Send a message via AIM to MoBbLoOd
joka69
Senior Member
Join Date: Apr 2005
Old 10-12-2005 , 12:20  
#347

Yea happened to me ,i use the 1.01 compiler to compile it.Works fine for me http://easynews.dl.sourceforge.net/s...xmodx-1.01.zip
__________________
joka69 is offline
Send a message via MSN to joka69
scriptyboy
BANNED
Join Date: Sep 2005
Old 10-12-2005 , 12:49  
#348

ok...well i think there is only one problem with this plugin...when you use the random weapon function, if a person doesnt die, they still have the weapons from the previous rounds...so can you make it make them drop the old weapon at the end of a round???
scriptyboy is offline
MoBbLoOd
Junior Member
Join Date: Oct 2005
Location: Glendale, California
Old 10-12-2005 , 19:52  
#349

Well can som1 plz put a compiled version that they compiled on their comp and post it here so i can dl it from there im kinda a noob with this amxmodx stuff.

thnx
-mob
MoBbLoOd is offline
Send a message via AIM to MoBbLoOd
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 10-12-2005 , 20:02  
#350

I just tried the web compiler, I held shift and hit the "DOWNLOAD" link and it compiled online and downloaded just fine, tried 1.9.5 and 1.9.7
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
Closed Thread



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 02:36.


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