mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
added a space :o
This commit is contained in:
parent
3ced207dd3
commit
0be7540637
@ -700,7 +700,7 @@ public cmdPause(id, level, cid)
|
|||||||
len = format(msg, 127, "%L", players[i], "ADMIN")
|
len = format(msg, 127, "%L", players[i], "ADMIN")
|
||||||
|
|
||||||
if (activity == 1)
|
if (activity == 1)
|
||||||
len += copy(msg[len], 127-len, ":")
|
len += copy(msg[len], 127-len, ": ")
|
||||||
else
|
else
|
||||||
len += format(msg[len], 127-len, " %s: ", name)
|
len += format(msg[len], 127-len, " %s: ", name)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user