Fixed am50530 - amx_psay output format fix
This commit is contained in:
parent
4f81c50a3e
commit
b3d7f04b5e
@ -236,6 +236,8 @@ public cmdPsay(id, level, cid)
|
||||
if (!priv)
|
||||
return PLUGIN_HANDLED
|
||||
|
||||
get_user_name(priv, name, 31);
|
||||
|
||||
new length = strlen(name) + 1
|
||||
new message[192], name2[32], authid[32], authid2[32], userid, userid2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user