Sveiki man reiktu suzinoti kaip reiktu padaryti xp restarta
cia nuoroda i pilna moda: http://forums.alliedmods.net/showthread.php?p=997635
ir dar kaip reikia padaryti ant vps kad mires zaidejas galetu spectatinti visus o ne vien savo komandos draugus?
HNS XP Mod 0.0.1 Exolent
Re: HNS XP Mod 0.0.1 Exolent
Dėl spectator server.cfg susirask šita komandą:
ir pakeisk ją įallow_spectators 1
allow_spectators 0
Re: HNS XP Mod 0.0.1 Exolent
eik į data/vault ir ten ištrink hnsxp failą
Re: HNS XP Mod 0.0.1 Exolent
dekui, tau irgi +karma
dar reiktu suzinoti kaip uzbluokuoti kad per concole negaletu vesti jointeam 1/2
ar per team join maganament cvarus cia reikia?
dar reiktu suzinoti kaip uzbluokuoti kad per concole negaletu vesti jointeam 1/2
ar per team join maganament cvarus cia reikia?
Re: HNS XP Mod 0.0.1 Exolent
Code: Select all
#include < amxmodx >#include < cstrike > public plugin_init( ){register_plugin( "Block jointeam", "0.1", "Exolent" );} public client_command( client ){static const szJoinCommand[ ] = "jointeam"; static szCommand[ 10 ];read_argv( 0, szCommand, 9 ); if( equal( szCommand, szJoinCommand )&& CS_TEAM_T <= cs_get_user_team( client ) <= CS_TEAM_CT ){console_print( client, "[osc.hns] Negali keisti komandos." );return PLUGIN_HANDLED;} return PLUGIN_CONTINUE;}
Who is online
Users browsing this forum: Ahrefs [Bot] and 2 guests