Another AMX MOD problem... Please help

New Member
Joined
May 31, 2004
Messages
30
Best answers
0
Bleh if noone uses amx anymore just as well delete this lol..

But now I still have that error that I dont have access for the esf_giveattacks_ms plugin, on AMXX AND on AMX.
And I DO have all the access levels except for Z...

and I get these compile errors with the source on an other topic here.
here they are:
/home/users/amxmodx/compiler/include/amxmodx.inc(339) : warning 219: local variable "arg1" shadows a variable at a preceding level
/home/users/amxmodx/tmp/cKMc59KT.sma(7) : error 001: expected token: ")", but found "-identifier-"
/home/users/amxmodx/tmp/cKMc59KT.sma(7) : error 017: undefined symbol "ve"
/home/users/amxmodx/tmp/cKMc59KT.sma(11) : error 021: symbol already defined: "read_argv"
/home/users/amxmodx/tmp/cKMc59KT.sma(13) : error 021: symbol already defined: "get_user_name"
/home/users/amxmodx/tmp/cKMc59KT.sma(117) : error 010: invalid function or declaration
/home/users/amxmodx/tmp/cKMc59KT.sma(131) : warning 219: local variable "arg1" shadows a variable at a preceding level
/home/users/amxmodx/tmp/cKMc59KT.sma(142) : error 035: argument type mismatch (argument 3)
/home/users/amxmodx/tmp/cKMc59KT.sma(149) : error 035: argument type mismatch (argument 3)
/home/users/amxmodx/tmp/cKMc59KT.sma(163) : warning 203: symbol is never used: "arg1"

read my last post
 
New Member
Joined
May 31, 2004
Messages
30
Best answers
0
Well Like I said, I dun like AMXX because of the in(or im?)compatibility with MANY AMX plugins... And the other thing is that: I don't have a frikkin clue on how to get the code from a .AMX file

2nd: WHEN did amx get updated to 0.9.9? Cuz if it was within 2 months, it isnt ''outdated'' lol.

Also that was for those that ALSO want to use AMX, and that found 0.9.9 to give too many problems :S.
 
Senior Member
★ Black Lounger ★
✔️ HL Verified
💻 Oldtimer
Joined
Feb 17, 2003
Messages
1,483
Best answers
0
0mega said:
Well Like I said, I dun like AMXX because of the in(or im?)compatibility with MANY AMX plugins...
WHATT!?!!!!?!?!?!!!!
You ovious never used AMXx.
AMXx is well compatible with the plugins. Just take the code and compile it useing the AMXx compiler.

The .amx is compiled. MOST OF THE PLUGINS ARE TRANSFERED TO AMXX ANYWAYS, BUT LISTEN TO WHAT I SAY:
Go to amxmod.org and find get the sources. Then compile them with the AMXx compiler. Simple as PIE.



Also AMX mod is EXTREMELY outdated now. Even though it got updated little time ago, there is some details you are missing. First: They changed thier code back to 0.9.3. Which means your dealing with haxoring old versions that dont auctally fix problems.
Second: the only thing they auctally updated was they added the Just In Time compiler and the Multilingual features. BOTH of which are in the AMXX packages.
 
New Member
Joined
May 31, 2004
Messages
30
Best answers
0
Killedwithstyle, I did compile them, tried them, both AMX AND AMXX compiles, didn't work. -.-
But oh well I MIGHT try it again.
BUT:
1.: On AMX I got the problem that it says I dun have authorization for using several commands.
and 2.: Not every plugin has a source included. -.-
(And I dunno on how to ''decompile'' any .amx file)

EDIT:

RAAAARRRRGHAAAARRGRGGGGGHHH

I STILL HAVE FRIKKIN PROBLEMS WITH:
ESF_GIVEATTACKS_MS.AMX AND SOME OTHERS!!!!!

MY problem is that it FRIKKIN says I DO NOT have ACCESS, YES I did give myself ALL the access levels that there were (cept for Z)
THE STANDARD LINE:
"loopback "" "abcdefghijklmnopqrstu" "de"

In-game it says: You do not have access to this command.
ALSO all my menu options (speech 'n stuff) don't work.

HELP!!!:

Here are the errors generated when I tried compiling a version with mr. satan's code in an other topic on the forums:

I got the same problem with the no access thing -.-
I tried compiling the giveattacks but with NO success....
I get at least 7 errors :(
here they are:
/home/users/amxmodx/compiler/include/amxmodx.inc(339) : warning 219: local variable "arg1" shadows a variable at a preceding level
/home/users/amxmodx/tmp/cKMc59KT.sma(7) : error 001: expected token: ")", but found "-identifier-"
/home/users/amxmodx/tmp/cKMc59KT.sma(7) : error 017: undefined symbol "ve"
/home/users/amxmodx/tmp/cKMc59KT.sma(11) : error 021: symbol already defined: "read_argv"
/home/users/amxmodx/tmp/cKMc59KT.sma(13) : error 021: symbol already defined: "get_user_name"
/home/users/amxmodx/tmp/cKMc59KT.sma(117) : error 010: invalid function or declaration
/home/users/amxmodx/tmp/cKMc59KT.sma(131) : warning 219: local variable "arg1" shadows a variable at a preceding level
/home/users/amxmodx/tmp/cKMc59KT.sma(142) : error 035: argument type mismatch (argument 3)
/home/users/amxmodx/tmp/cKMc59KT.sma(149) : error 035: argument type mismatch (argument 3)
/home/users/amxmodx/tmp/cKMc59KT.sma(163) : warning 203: symbol is never used: "arg1"


so what was wrong in the code was that in the beginning it said weapon_gi VE[]) instead of give... I fixed that, compile is finished...

STILL no access.

An OTHER problem is is that I've got 0% access to the amxxmodmenu, EVERYTHING appears as an #. THAT and the esf_giveattacks plugin, are my only problems in amxx atm :(



OMFG IM SO STUPID!
Urgh I figured out that I had to change my name before I got TOTAL admin access. dunno why, but that solved it :S
 
New Member
💻 Oldtimer
Joined
Sep 8, 2002
Messages
2,278
Best answers
0
Location
Earth
You may have to go into the .sma files and find #include <amxmod> and replace it with #include <amxmodx>
 
New Member
Joined
May 31, 2004
Messages
30
Best answers
0
I already said I solved it :p I just had to change my name... cuz apparently it didn't read my admin rights before I did that :S
 
Senior Member
★ Black Lounger ★
✔️ HL Verified
💻 Oldtimer
Joined
Feb 17, 2003
Messages
1,483
Best answers
0
Woulda been better if you just had the ID access tied to your steam id. So that way you dont have to use setinfo.
 
New Member
Joined
May 31, 2004
Messages
30
Best answers
0
Well in my own server it always said: STEAM_ID_PENDING.. so where can I get it EXCEPT in game? Or does it always say that if your in your own server :S, though I thought that that would be not likely.

EDIT (though I didn't press the edit button, I was forced to wait lol):

It appears that that IS the case.... :S well i got my steam id now, thought it was just a bug that some had or w/e.
 
Senior Member
★ Black Lounger ★
✔️ HL Verified
💻 Oldtimer
Joined
Feb 17, 2003
Messages
1,483
Best answers
0
You just use localhost if you are hosting your own.
 

Users who are viewing this thread

Top Bottom