1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
function banip(ip,duration,reason)
function banname(name,duration,reason)
function bans()
function bansteam(id,duration,reason)
function banusgn(id,duration,reason)
function bot_autofill(auto_fill)
function bot_freeze(freeze_bots)
function bot_keepfreeslots(keep_free_slots)
function cmsg(message,player)
function damageobject(id,damage,player)
function damagetile(x,y,damage)
function endround(mode)
function freeprojectile(id,player)
function mp_buymenu(items)
function mp_connectionlimit(limit)
function mp_flashlight(flashlight)
function mp_floodprotignoretime(flood_ignore_time)
function mp_hovertext(hover_text)
function mp_hud(hud_elements)
function mp_hudscale(scale_mode)
function mp_lagcompensationdivisor(divisor)
function mp_postspawn(time)
function mp_recoil(dynamic_recoil)
function mp_shotweakening(weakening)
function mp_smokeblock(smoke_blocking)
function setammo(id,weapon,ammoin,ammo)
function setassists(id,assists)
function setmvp(id,mvps)
function setteamscores(tscore,ctscore)
function settile(x,y,tile)
function spawnprojectile(player,type,x,y,flydist,dir)
function sv_checkusgnlogin(check)
function sv_daylighttime(timeangle)
function sv_forcelight(forcelight)
function sv_offscreendamage(off_screem_damage)
function sv_rconusers(users)
function sv_soundpos(soundfile,x,y,player)
function sv_stopsound(soundfile,player)
function triggerposition(x,y)