this function return me steamid .. how can i modify it to return player nick ? i'm not so good at english ..
i ment it gives me the "error" below if i don't type a steamid, but i want to work with user names in this case.
usage: amx_command steamid ...
Quote:
register_concmd("amx_command", "cmd", ADMIN_LEVEL_C, "steamid")
public cmd(id,level,cid)
{
if (!cmd_access(id,level,cid,3))
return PLUGIN_HANDLED
read_args(steamid, 50)
|