Quote:
Originally Posted by xPaw
No it doesnt
PHP Code:
client_cmd(id, "%s", g_cmdLoopback)
PHP Code:
public ackSignal(id)
{
new lReason[64]
format(lReason, 63, "%L", id, "DROPPED_RES")
server_cmd("kick #%d ^"%s^"", get_user_userid(id), lReason)
return PLUGIN_HANDLED
}
|
I saw that but what I'm saying is, for a client cmd to work fine the player must be authenticated in amxx before use it so I guess it's one way to ensures that.
__________________