Page 1 of 1

cl_minimodel

Posted: Mon Jul 24, 2006 10:44 am
by Der_Langsame
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

Posted: Mon Jul 24, 2006 3:21 pm
by Geesu
Fixed for 3.0

Posted: Tue Jul 25, 2006 12:59 am
by Der_Langsame
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

Posted: Tue Jul 25, 2006 8:33 am
by Krazy
Are you asking if you can delete a players XP via console?

Posted: Tue Jul 25, 2006 8:41 am
by Der_Langsame
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??

Posted: Tue Jul 25, 2006 8:55 am
by Krazy
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)

Posted: Tue Jul 25, 2006 8:57 am
by Der_Langsame
OK BUT

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

Posted: Tue Jul 25, 2006 10:49 am
by Krazy
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"

Posted: Tue Jul 25, 2006 11:10 am
by Der_Langsame
ok ist right

Posted: Tue Jul 25, 2006 10:51 pm
by Der_Langsame
ich möchte gerne die race chameleon haben woher bekomme ich dafür alles?