mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +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
|
if (--start < 0) start = 0
|
||||||
new clcmdsnum = get_concmdsnum(flags,id)
|
new clcmdsnum = get_concmdsnum(flags,id)
|
||||||
if (start >= clcmdsnum) start = clcmdsnum - 1
|
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 info[128], cmd[32], eflags
|
||||||
new end = start + HELPAMOUNT
|
new end = start + HELPAMOUNT
|
||||||
if (end > clcmdsnum) end = clcmdsnum
|
if (end > clcmdsnum) end = clcmdsnum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user