Last Update: 1.39.6.5
ClientVersion=2000175
ServerVersion=2000175
PatchVersion=1.39.6.5
ProductName=cs2
appID=730
ServerAppID=2347773
+alt1 | |
+alt2 | |
+attack | |
+attack2 | |
+back | |
+break | |
+camdistance | |
+camin | |
+cammousemove | |
+camout |
+alt1 | |
+alt2 | |
+attack | |
+attack2 | |
+back | |
+break | |
+camdistance | |
+camin | |
+cammousemove | |
+camout |
Class: CAI_BaseNPC [0] | |
- Table: DT_AI_BaseNPC [12 props] | |
- baseclass (offset: 0, type: datatable) | |
- Table: DT_BaseCombatCharacter [9 props] | |
- baseclass (offset: 0, type: datatable) | |
- Table: DT_BaseFlex [4 props] | |
- baseclass (offset: 0, type: datatable) | |
- Table: DT_BaseAnimatingOverlay [2 props] | |
- baseclass (offset: 0, type: datatable) | |
- Table: DT_BaseAnimating [22 props] |
[ | |
1, | |
2, | |
6, | |
11, | |
15, | |
23, | |
24, | |
32, | |
46, |
[ | |
1, | |
2, | |
6, | |
11, | |
15, | |
23, | |
24, | |
32, | |
46, |
# @author Weidi Zhang <http://github.com/ebildude123> | |
# @license MIT | |
# @description VLC Now Playing script for Xchat | |
# This script assumes that the password to access your VLC web api page is "123456", but you can change the vlcPassword variable. | |
import xchat, urllib, urllib2, base64, json, os, HTMLParser | |
__module_name__ = "NowPlaying" | |
__module_version__ = "0.1" | |
__module_description__ = "Detailed VLC now playing information for Xchat by Weidi Zhang" |