Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
//// aatest.sp
// C:\Users\GIPNOZ\Desktop\CssV89-Surf\cstrike\addons\sourcemod\scripting\aatest.sp(19) : error 017: undefined symbol "GetClientAuthId"
// C:\Users\GIPNOZ\Desktop\CssV89-Surf\cstrike\addons\sourcemod\scripting\aatest.sp(19) : error 092: number of arguments does not match definition
{
RegConsoleCmd("sm_myserial", PMBlock);
}
public Action:PMBlock(client, args)
{
decl String:serial[64];
GetClientAuthId(client, AuthId_Steam3, serial, sizeof(serial));
{
PrintToChat(client, "\x04[GipnozGame] \x01Привет \x03%N \x01, твой Steam3 - \x03%s", client, serial);
}
return Plugin_Handled;
}