mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
nothing important
This commit is contained in:
parent
0a582d4635
commit
16e3582ef5
@ -55,7 +55,7 @@ public cmdHelp(id,level,cid){
|
||||
if (--start < 0) start = 0
|
||||
new clcmdsnum = get_concmdsnum(flags,id)
|
||||
if (start >= clcmdsnum) start = clcmdsnum - 1
|
||||
console_print(id,"^n----- AMX Help: Commands -----")
|
||||
console_print(id,"^n----- AMX Mod X Help: Commands -----")
|
||||
new info[128], cmd[32], eflags
|
||||
new end = start + HELPAMOUNT
|
||||
if (end > clcmdsnum) end = clcmdsnum
|
||||
|
Loading…
Reference in New Issue
Block a user