Lol so I cant figure out what im doing wrong and I know you like hand-fed this whole thing to me but I seem to be getting something wrong. "Name has joined! Enjoy the Server! Current Ranking is ggpos%" Thats how it shows on the screen. I tried editing amx_super.cfg
Code:
amx_enter_message "%name% has joined!\nEnjoy the Server!\nCurrent Ranking is %ggpos%"
and amx_super.sma
Code:
entermessage = register_cvar("amx_enter_message", "%name% has joined!\nEnjoy the Server!\nCurrent Ranking is %ggpos%")
what am I doing wrong? Sorry if i am annoying anyone with too many questions. ALSO, when i try to download the plugin i get this:
PHP Code:
Plugin failed to compile! Please try contacting the author.Welcome to the AMX Mod X 1.76-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(311) : error 017: undefined symbol "ArrayCreate"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(311) : warning 213: tag mismatch
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(320) : error 017: undefined symbol "ArrayPushString"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(326) : error 017: undefined symbol "ArraySort"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(328) : error 017: undefined symbol "ArraySize"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(339) : error 017: undefined symbol "ArrayGetString"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(354) : error 017: undefined symbol "ArrayGetString"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(377) : error 017: undefined symbol "ArrayGetString"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(1690) : error 017: undefined symbol "charsmax"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(4620) : error 017: undefined symbol "set_pcvar_string"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(4640) : error 017: undefined symbol "set_pcvar_string"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(5732) : warning 204: symbol is assigned a value that is never used: "statsArray"
/home/groups/alliedmodders/forums/files/1/0/4/2/2/26055.attach(5732) : warning 204: symbol is assigned a value that is never used: "sv_password"
10 Errors.
Could not locate output file /home/groups/amxmodx/public_html/compiled3/26055.amx (compile failed).