Search found 5 matches

by MeowJohn
Wed Jun 06, 2007 8:06 pm
Forum: Help/Support
Topic: 3.0rc7 debug message
Replies: 3
Views: 5456

Please make a bug report for it here. http://wc3mods.net/bugs/?do=index&project=1 Login with the same info as you do on the forums Sorry..I have registed in bug report area, but I can't add any comments there, can u help me? My server have updated to RC7(use MySQL), but some bug still exist! 1. XP ...
by MeowJohn
Mon Jun 04, 2007 5:49 am
Forum: Help/Support
Topic: 3.0rc7 debug message
Replies: 3
Views: 5456

3.0rc7 debug message

everything is ok but with 3.0rc7 debug message, can anyone tell me how to fix it?TKS...sorry for my poor english! L 06/04/2007 - 16:13:37: String formatted incorrectly - parameter 6 (total 5) L 06/04/2007 - 16:13:37: [AMXX] Displaying debug trace (plugin "war3ftrc7.amxx") L 06/04/2007 - 16:13:37: [A...
by MeowJohn
Tue May 08, 2007 7:03 pm
Forum: Help/Support
Topic: an old question- [cl_minmodels 1]
Replies: 10
Views: 17368

hi~Krazy
thank for Your help, it works two days & everything is fine, server logs is without any error record ^^..sorry for my poor english ><
by MeowJohn
Mon May 07, 2007 9:09 am
Forum: Help/Support
Topic: an old question- [cl_minmodels 1]
Replies: 10
Views: 17368

public _CS_MinModelsLoop() { if ( !warcraft3 ) { return; } new iPlayers[32], iNumPlayers, i; get_players( iPlayers, iNumPlayers, "c" ); for ( i = 0; i < iNumPlayers; i++ ) { query_client_cvar( iPlayers[i], "cl_minmodels", "_CS_CheckMinModelsValue" ); } } public _CS_CheckMinModelsValue( id, const cv...
by MeowJohn
Sun May 06, 2007 9:48 pm
Forum: Help/Support
Topic: an old question- [cl_minmodels 1]
Replies: 10
Views: 17368

Make a backup of the files before start changing code, so if this doesnt work you can go back to that. I dont have a server anymore to test it, so i am like 99% sure it will work. This is just the code taken off of the 3.0 version and applied to the 2.3.2 version. Let me know how it goes. Open the ...