Fixed am50530 - amx_psay output format fix

This commit is contained in:
Steve Dudenhoeffer 2007-02-19 07:34:38 +00:00
parent 4f81c50a3e
commit b3d7f04b5e

View File

@ -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