2.3.0

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Tarin
Peon
Posts: 9
Joined: Sun Dec 11, 2005 5:31 pm
Location: Toronto, Canada
Contact:

2.3.0

Post by Tarin » Fri Dec 23, 2005 6:23 pm

when i installed this on my server i got serious lagg on my server. when i reverted back the 2.2.9 the lagg was gone. maybe fake meta has something to do with it?

also when i changed this:
#define ADMIN_LEVEL_WC3 ADMIN_LEVEL_A // set the admin level required for giving xp and accessing the admin menu (see amxconst.inc)

to:
#define ADMIN_LEVEL_WC3 ADMIN_RCON // set the admin level required for giving xp and accessing the admin menu (see amxconst.inc)

and recompiled it, it made wc3 not work anymore. can some one change it to rcon and post it or tell me how to fix this?

User avatar
Krazy
Forum Administrator
Posts: 282
Joined: Wed Jul 06, 2005 9:40 am
Location: Dayton, Ohio
Contact:

Post by Krazy » Fri Dec 23, 2005 8:40 pm

Before you compile make sure you open the /scripting/warcraft3FT.sma and look at the

Code: Select all

#define MOD
and if you run cstrike or czero make it

Code: Select all

#define MOD 0
and if you run dod make it

Code: Select all

#define MOD 1
After all that then compile it with the /scripting/compile.exe and you will find the new war3FT.amxx in the /scripting/compiled/
Website: www.djpsych.com
Image

Need help anything to do with Warcraft 3 Mod, installing other plugins, setting up mySQL, installing PsychoStats, or anything else just PM/email me!

Post Reply