[REZOLVAT]HUD aiurea

Discutii legate de instalarea, configurarea si modificarea unui server de Counter-Strike.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

florentin12345
Membru, skill 0
Membru, skill 0
Posts: 28
Joined: 18 May 2013, 17:51
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 5 times
Contact:

04 Jun 2013, 21:10

nu e nici in adminhelp.txt... si adonsul nu il schimb... ca e bine facut si n-am chief sa schimb si sa adaug iar mesajele si vipu si toate celelelte
RoyalServer 2
M3taph0riK
Membru eXtream
Membru eXtream
Posts: 2127
Joined: 16 Jan 2013, 12:55
Detinator Steam: Da
CS Status: Utilizator Serios
SteamID: Utilizator Serios
Reputatie: Restrictie moderator
Nume anterior: RzV24
Utilizator neserios (tepar)
Has thanked: 60 times
Been thanked: 250 times

04 Jun 2013, 21:18

Fa o arhiva a addonului si Da-mi-o in PM ca-ti gasesc eu mesaju ala, firar mama lui de mesaj !
M3taph0riK
Membru eXtream
Membru eXtream
Posts: 2127
Joined: 16 Jan 2013, 12:55
Detinator Steam: Da
CS Status: Utilizator Serios
SteamID: Utilizator Serios
Reputatie: Restrictie moderator
Nume anterior: RzV24
Utilizator neserios (tepar)
Has thanked: 60 times
Been thanked: 250 times

05 Jun 2013, 23:46

Inlocuieste pluginul admincdm.amxx pentru ca il el este bagat mesajul ala !

Aici ai pluginul pentru teamflash
| Afiseaza codul
#include < amxmodx >
#include < fakemeta >

new g_MsgScreenFade, g_Flasher

public plugin_init() 
{
	register_plugin( "Simple No Team Flash", "1.0", "P.Of.Pw" )
	
	g_MsgScreenFade = get_user_msgid( "ScreenFade" )
	register_message( g_MsgScreenFade, "MsgScreenFade" )
	
	register_forward( FM_SetModel, "Forward_SetModel" ) 
}

public MsgScreenFade( MsgId, MsgDest, id )
{	
	if( get_msg_arg_int( 4 ) == 255 && get_msg_arg_int( 5 ) == 255 && get_msg_arg_int( 6 ) == 255 )
	{			
		if( id != g_Flasher && get_pdata_int( id, 114 ) == get_pdata_int( g_Flasher, 114 ) )
		{
			g_Flasher = 0
			return PLUGIN_HANDLED
		}
	}
	
	return PLUGIN_CONTINUE
}

public Forward_SetModel( Entity, const szModel[ ] )
{
	if( strlen( szModel ) != 22 )
		return FMRES_IGNORED

	if( szModel[ 7 ] != 'w' || szModel [ 9 ] != 'f' || szModel[ 14 ] != 'b' )
		return FMRES_IGNORED

	if( !pev_valid( Entity ) )
		return FMRES_IGNORED

	static Float:szVelocity[ 3 ], id
	pev( Entity, pev_velocity, szVelocity )
	if( !szVelocity[ 0 ] && !szVelocity[ 1 ] && !szVelocity[ 2 ] )
		return FMRES_IGNORED

	id = pev( Entity, pev_owner )
	set_task( 1.52, "get_flasher", 524627+id ) // Tender

	return FMRES_HANDLED
}

// Tender
public get_flasher( id )
	g_Flasher = ( id - 524627 )
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang3081\\ f0\\ fs16 \n\\ par }
*/
testat
florentin12345
Membru, skill 0
Membru, skill 0
Posts: 28
Joined: 18 May 2013, 17:51
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 5 times
Contact:

06 Jun 2013, 13:30

Multumesc,o sa il testez cand ajung acasa....sper sa iti fie de folos pluginul si modelele vip pe care l-ai imprumutat din addons :D GL =D> :-"

Edit:Team Flashu tot nu merge...sa fie oare de la fps,ca serveru ruleaza pe pc pe 400FPS,treaba cu mesaju a mers
M3taph0riK
Membru eXtream
Membru eXtream
Posts: 2127
Joined: 16 Jan 2013, 12:55
Detinator Steam: Da
CS Status: Utilizator Serios
SteamID: Utilizator Serios
Reputatie: Restrictie moderator
Nume anterior: RzV24
Utilizator neserios (tepar)
Has thanked: 60 times
Been thanked: 250 times

06 Jun 2013, 22:21

florentin12345 wrote:Multumesc,o sa il testez cand ajung acasa....sper sa iti fie de folos pluginul si modelele vip pe care l-ai imprumutat din addons :D GL =D> :-"

Edit:Team Flashu tot nu merge...sa fie oare de la fps,ca serveru ruleaza pe pc pe 400FPS,treaba cu mesaju a mers


Nu am imprumutat nimic pentru ca nu am ce sa fac cu ele (modelele nici nu le-am mai luat) dar sunt sigur ca sunt unicate ca nu le-am gasit nici pe net.

Cat despre TeamFlash nici mie nu mi-a mers pana am pus ; in fata modulelor fakemeta si engine, defapt pune ; in fata tuturor modulelor pentru ca ele se activeaza singure cand este nevoie.
florentin12345
Membru, skill 0
Membru, skill 0
Posts: 28
Joined: 18 May 2013, 17:51
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 5 times
Contact:

07 Jun 2013, 18:38

;) Ok,topic REZOLVAT ,Multumesc celor care sau implicat in rezolvarea problemei! Sa fiti fericiti,si veseli Bafta!
Post Reply

Return to “Probleme la servere dedicate de Counter-Strike”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 86 guests