cl_minimodel

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

Moderator: Forum Moderator

Post Reply
Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

cl_minimodel

Post by Der_Langsame » Mon Jul 24, 2006 10:44 am

hi
habe ein problemm immer wen einer mole ist erkennen die dne sofort wegen cl_minimodel 1 kann ich irgend wo irgend was dagegen machen?? :?:
:D

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Mon Jul 24, 2006 3:21 pm

Fixed for 3.0
No Support via PM

Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

Post by Der_Langsame » Tue Jul 25, 2006 12:59 am

ok danke
und gibts es den ein consolen befen bei der ich die XP von einem player löschen kann ich speicher via mysql also möchte nur von einem player alles löschen

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

Post by Krazy » Tue Jul 25, 2006 8:33 am

Are you asking if you can delete a players XP via console?
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!

Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

Post by Der_Langsame » Tue Jul 25, 2006 8:41 am

Krazy wrote:Are you asking if you can delete a players XP via console?
can i delete Xp for one player with commando or other??

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

Post by Krazy » Tue Jul 25, 2006 8:55 am

You can only give or take away xp through console when the player is on the server.

To give a person XP while on the server you would type this to give a 1,000 XP:

Code: Select all

amx_givexp "name" "1000"
To take away a person's XP while on the server you would type this to take away a 1000 XP:

Code: Select all

amx_givexp "name" "-1000"
If you want to delete the XP of inactive players I would turn on auto pruning and make your war3FT.cfg look something like this:

Code: Select all

mp_savexp		1		// Enables saving of experience (uses a vault, default is 0)
sv_sql			1		// Save using a SQL module (a module needs to be turned on, note: to use this mp_savexp must also be 1, default is 0)
FT_saveby		0		// What should I save this as?  steam id = 0, IP = 1, name = 2 (default is 0)
FT_admin_flag		"t"		// Admin flag required to give/take XP (default is m)

// SQL configuration
FT_sql_host		"66.55.132.4"	// Host Name
FT_sql_user		"cs83031_amx"		// User Name
FT_sql_pass		"*****"		// Password
FT_sql_db		"cs83031_amx"		// Database Name
FT_auto_pruning		1		// Automatically prunes the database of old users at a mapchange (default is 0)
sv_daysbeforedelete	31		// However many days before deleting XP or pruning from the database (default is 31)
sv_sqltablename		"war3users"	// Table Name, no need to change (default is war3users)
sv_save_end_round	1		// Save xp at the end of each round (may cause lag, default is 1)
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!

Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

Post by Der_Langsame » Tue Jul 25, 2006 8:57 am

OK BUT

] amx_givexp "ZerkoZero|14| -#Liebeskummer#-name" "-1000"
Client with that name or userid not fou

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

Post by Krazy » Tue Jul 25, 2006 10:49 am

Der_Langsame wrote:OK BUT

] amx_givexp "ZerkoZero|14| -#Liebeskummer#-name" "-1000"
Client with that name or userid not fou
Was that his exact name on the server?


Example:
A player named "Krazy" is on the server and you want to take away 1,000 XP because he is mean.

Code: Select all

amx_givexp "Krazy" "-1000"
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!

Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

Post by Der_Langsame » Tue Jul 25, 2006 11:10 am

ok ist right

Der_Langsame
Peon
Posts: 34
Joined: Sat Jul 15, 2006 6:27 am
Contact:

Post by Der_Langsame » Tue Jul 25, 2006 10:51 pm

ich möchte gerne die race chameleon haben woher bekomme ich dafür alles?

Post Reply