Search found 5 matches
- Wed Jun 06, 2007 8:06 pm
- Forum: Help/Support
- Topic: 3.0rc7 debug message
- Replies: 3
- Views: 8597
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 ...
- Mon Jun 04, 2007 5:49 am
- Forum: Help/Support
- Topic: 3.0rc7 debug message
- Replies: 3
- Views: 8597
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...
- Tue May 08, 2007 7:03 pm
- Forum: Help/Support
- Topic: an old question- [cl_minmodels 1]
- Replies: 10
- Views: 25821
- Mon May 07, 2007 9:09 am
- Forum: Help/Support
- Topic: an old question- [cl_minmodels 1]
- Replies: 10
- Views: 25821
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...
- Sun May 06, 2007 9:48 pm
- Forum: Help/Support
- Topic: an old question- [cl_minmodels 1]
- Replies: 10
- Views: 25821
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 ...