Участник
Пользователь
- Сообщения
- 270
- Реакции
- 43
- Помог
- 5 раз(а)
where to get this version ?AuthEmu 5.2.12.526
where to get this version ?AuthEmu 5.2.12.526
Se_IaQewhere to get this version ?
#include <amxmodx>
#include <amxmisc>
new const VERSION[] = "1.0";
public plugin_init()
{
register_plugin("GSClient Auth", VERSION, "Dev-MS.ru");
register_clcmd("gsc_user", "Cmd_GSC_User");
}
public Cmd_GSC_User(id)
{
new szName[32], szSteam[33], szIp[17], szUIDHash[11], szUniq[32], szFile[32];
get_user_name(id, szName, charsmax(szName));
get_user_authid(id, szSteam, charsmax(szSteam));
get_user_ip(id, szIp, charsmax(szIp), 1);
read_argv(1, szUniq, charsmax(szUniq));
read_argv(2, szUIDHash, charsmax(szUIDHash));
get_time("GSClient_%Y%m%d.log", szFile, charsmax(szFile));
log_to_file(szFile, "(%s) (%s) (%s) | Uniq: (%s) | UID: (%s)", szName, szSteam, szIp, szUniq, szUIDHash);
return 1;
}
its not 5.2.12.525You can download 5.2.12.425 from here
its not 5.2.12.525
Yeah, it's .425 WaLkZits not 5.2.12.525
I am not asking/answering about the version.raulitop, а что вот это тогда Посмотреть вложение 31037