Tessék, villognak: Set hudmessage format. set_hudtype_killer(Float:fDuration)     set_hudmessage(220, 80, 0, 0.05, 0.15, 2, 6.0, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0, -1)   set_hudtype_endround(Float:fDuration) {     set_hudmessage(100, 200, 0, 0.05, 0.55, 2, 0.02, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0) }   set_hudtype_attacker(Float:fDuration)     set_hudmessage(220, 80, 0, 0.55, 0.35, 2, 6.0, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0, -1)   set_hudtype_victim(Float:fDuration)     set_hudmessage(0, 80, 220, 0.55, 0.60, 2, 6.0, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0, -1)   set_hudtype_specmode() {     set_hudmessage(255, 255, 255, 0.02, 0.96, 2, 0.05, 0.1, 0.01, 3.0, -1) }   #if defined STATSX_DEBUG public cmdHudTest(id) {     new i, iLen     iLen = 0       for (i = 1; i < 20; i++)         iLen += format(g_sBuffer[iLen], MAX_BUFFER_LENGTH - iLen, "....x....1....x....2....x....3....x....4....x....^n")       set_hudtype_killer(50.0)     show_hudmessage(id, "%s", g_sBuffer) 
 ReC0iiL írta: [sma]Set hudmessage format. set_hudtype_killer(Float:fDuration) 	set_hudmessage(220, 80, 0, 0.05, 0.15, 0, 6.0, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0, -1)   set_hudtype_endround(Float:fDuration) { 	set_hudmessage(100, 200, 0, 0.05, 0.55, 0, 0.02, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0) }   set_hudtype_attacker(Float:fDuration) 	set_hudmessage(220, 80, 0, 0.55, 0.35, 0, 6.0, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0, -1)   set_hudtype_victim(Float:fDuration) 	set_hudmessage(0, 80, 220, 0.55, 0.60, 0, 6.0, fDuration, (fDuration >= g_fHUDDuration) ? 1.0 : 0.0, 1.0, -1)   set_hudtype_specmode() { 	set_hudmessage(255, 255, 255, 0.02, 0.96, 2, 0.05, 0.1, 0.01, 3.0, -1) }   #if defined STATSX_DEBUG public cmdHudTest(id) { 	new i, iLen 	iLen = 0   	for (i = 1; i < 20; i++) 		iLen += format(g_sBuffer[iLen], MAX_BUFFER_LENGTH - iLen, "....x....1....x....2....x....3....x....4....x....^n")   	set_hudtype_killer(50.0) 	show_hudmessage(id, "%s", g_sBuffer)[/sma]  						 _________________ Ha elnyerte valamelyik témában a hozzászólásom a tetszésedet melyet olvastál, akkor egy egyszerű gombnyomással kifejezheted, hogy tetszett.
 
  
						
					 |