You can do this by watching back your game demo via the "Watch" option from the main menu. Below are some things you might realise went wrong in the previous game, and pointers/advice to improve: If you were aiming badly: practice in an FFA or deathmatch server for 15-30 minutes ...
bind i "demoui" bind n "toggleconsole" weapon_showproficiency "1" // nades bind "KP_HOME" "buy hegrenade" bind "KP_UPARROW" "buy smokegrenade" bind "KP_PGUP" "buy flashbang" // rifle bind "KP_PGDN" "buy awp" bind "KP_END" "buy ak47; buy m4a1" ...
UIDemo__UICommon_CT.lua cs2lua__namespaces.lua test.cs 15 changes: 15 additions & 0 deletions 15 AnalysisHelper/MethodAnalysis.cs Original file line numberDiff line numberDiff line change @@ -45,6 +45,21 @@ public override void VisitObjectCreationExpression(ObjectCreationExpressionSynta ...
然后将这个类库编译,拷贝生成的dll到cs的bin目录,同时将fckEditor的源码下载下来,注意要包括.net源码,将代码高亮的类放进去,以便使其中的代码高亮插件生效,然后也重新编译fckeditor,忘记说了,这个工作要放在FCK.cs前面,因为有dll版本依赖。 namespaceFredCK.FCKeditorV2 { usingSystem; usingSystem.Collections; usingSyst...