This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

AMX Mod X 1.8.2 for 2013 HLDS Update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-20-2013 , 15:23   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #1

Those errors mean nothing to HLDS and can be freely ignored. They do not cause HLDS to have any issues. They are only reported because the Linux version is checking for the Linux Client as if it were a Listen Server. They do not cause any issues
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 03-20-2013 , 17:11   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #2

I really dont understand why amxx not working.
If someone have server running amx without problems and if can install it for me, i really thanks because i tried lot of things and nothing works -.-
Support of my host said me that they have servers running but all people that i know that hosted by them, having same problem...
__________________
Jhob94 is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-20-2013 , 17:18   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #3

I got it to install just fine, see Post 152
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Old 03-20-2013 , 18:29   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #4

Dont understand it
__________________
Jhob94 is offline
SoldierPRO
Junior Member
Join Date: Mar 2013
Location: Monterrey N.L
Old 03-28-2013 , 21:40   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #5

I have a problem, when I open it tells me runtime error visual c + +

Last edited by YamiKaitou; 03-28-2013 at 23:21.
SoldierPRO is offline
Send a message via MSN to SoldierPRO Send a message via Skype™ to SoldierPRO
Old 04-03-2013, 01:10
pandora charms
This message has been deleted by Arkshine. Reason: Spambot
.:cs.stambeto:.
Senior Member
Join Date: Feb 2010
Location: Bulgaria
Old 04-03-2013 , 15:57   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #7

Why am I getting this error even though the file and I put it in its place that is less than 6004.

Error reading file cstrike \ addons \ amxmodx \ data \ GeoIPCity.dat
.:cs.stambeto:. is offline
jonnzus
Epic Member
Join Date: Oct 2010
Location: Finland
Old 04-05-2013 , 19:49   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #8

Are you using linux or windows server?
__________________
Quote:
367. Everyone's copyright will be broken. No exceptions.
jonnzus is offline
LgK .Legend KiLLeR
Junior Member
Join Date: Apr 2013
Location: Boston,MA
Old 04-08-2013 , 02:30   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #9

Good for 2013[QUOTE]
__________________
~Y.M|| M.B~
LgK .Legend KiLLeR is offline
Send a message via MSN to LgK .Legend KiLLeR Send a message via Yahoo to LgK .Legend KiLLeR
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-16-2013 , 12:43   Re: AMX Mod X 1.8.2 for 2013 HLDS Update
Reply With Quote #10

Hey, i have a issue with jointeam or chooseteam command:

If someone try to bypassing flooding or spamming the command is not blocking a command, like this function:

Ps.
I have tested with menus hooking (VGUI and old style menus) and this code above.

PHP Code:
#include <amxmodx>
#include <cstrike>

new g_Lock;

public 
plugin_init()
{
    
register_plugin("Generic Plugin Test",AMXX_VERSION_STR,"AMXX Dev Team");
    
    
g_Lock register_cvar("amx_lock_teams","1");
    
    
register_clcmd("chooseteam","cmdHook");
    
register_clcmd("jointeam","cmdHook");
}

public 
cmdHook(id)
{
    if(
get_pcvar_num(g_Lock))
    {
        
console_print(id,"Sorry, change teams not allowed at this time!");
        
        return 
PLUGIN_HANDLED;
    }
    return 
PLUGIN_CONTINUE;

__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
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 05:38.


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