Jump to content
BAIXAR NOVO COUNTER-STRIKE 1.6 CLASSIC FULL GRÁTIS ATUALIZADO 2024 ×

Plugin - SXE opcional somente para STEAM


MasterGamesCs

Recommended Posts

  • Administrador

Para esse plugin funcionar você precisará colocar o SXE opcional em seu servidor através da propriedade no server.cfg

__sxei_required "0"

Você também precisará configurar o dproto para gerar ids únicos para steam, nom-steam com SXE e nom-stem sem SXE

Vamos ao código fonte do plugin

#include <amxmodx>

public plugin_init() {
	register_plugin("DXBR_SXE_STEAM", "0.1", "DXBR bRuc3")
}

public client_connect( id )
{
	static UserAuth[ 33 ];
	
	get_user_authid( id, UserAuth, charsmax( UserAuth ));
	
	if( equal( UserAuth, "VALVE_0:4", 9 ))
		server_cmd( "kick #%d %s", get_user_userid(id), "Entre com SXE! Opcional so para STEAM");
}

Com isso os cheaters nom steam sem sxe nunca chegarão perto do seu server. E os cheaters steam jamais usarão cheater no server se seu servidor estiver com VAC ativado.

plugin em compilado com amxmodx 1.8.3

Imagem

DOWNLOAD SMA: SXE-Opcional Steam.sma

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...