SRCDS Steam group


i am a camper
#1
can somebody tell me how to make a camper detector on my server example somebody camp and it tell I AM A CAMPER and the beacon...Cool
Reply
#2
Yes, you'll need Eventscripts.
Events Scritps (v1.5+)

Download this script: http://addons.eventscripts.com/addons/view/Anticamp
Directly link: http://addons.eventscripts.com/addons/download/Anticamp


This is proberly the best atm.(I like it).


If you wanna make your own, you got to learn ESC/Python scripting. (Or hardcore c++) Smile
Reply
#3
ok thank u very much...Big GrinBig Grin i have this version of mani admin plugin


mani_admin_plugin_v1_2_beta_s
Reply
#4
Zacker Wrote:ok thank u very much...Big GrinBig Grin i have this version of mani admin plugin


mani_admin_plugin_v1_2_beta_s

You don't need Mani Admin Plugin for that script.
Reply
#5
realchamp Wrote:
Zacker Wrote:ok thank u very much...Big GrinBig Grin i have this version of mani admin plugin


mani_admin_plugin_v1_2_beta_s

You don't need Mani Admin Plugin for that script.

its error for mani admin plugin...i want to say that then i type in console ma_givecash Zacker 16000 it says Did not find target Zacker

and when i type ma_map MAP or ma_restrictall it thorows out me...

:s
Reply
#6
Whats your FULL ingame name?

Thorows?
Reply
#7
my full in game name is Zacker

now i download mani admin plugin...and install but when i open cfg/mani_admin_plugin/ now on this mani admin no have adminlist.txt,adminlist.txt OLD File,admingrups OLD File,,,, Whyyy
Sad(
Reply
#8
Thats because you have started up your server with an adminlist.txt in it, delete them and put in a new adminlist.txt and insert your SteamID. Then restart/start the server and you should have admin.
Reply
#9
ok but in my adminlist.txt has had admin flagas ABCD...
i reinstaling mani admin but again when put ma_map MAP in console it throw me out from Counter Strike...:S
Reply
#10
You don't need to set admin frags in adminlist.txt, when a SteamID is added, then you will get access to EVERYTHING.


EDIT: Counter-Strike 1,6?
Reply
#11
realchamp Wrote:You don't need to set admin frags in adminlist.txt, when a SteamID is added, then you will get access to EVERYTHING.


EDIT: Counter-Strike 1,6?

i have Counter Strike Source but no problem i delete this and download new from internet and now work cash hehe...i need admin flags for other admin i can't give them RCON commands Big GrinBig GrinBig Grin...thank you

btw. how can i add maps to admin menu in mani admin plugin
example: i open my admin menu go in map managment,then go in change map and in this maps doesn't have my other maps who i put...
Reply
#12
Okay, for this:
Zacker Wrote:btw. how can i add maps to admin menu in mani admin plugin
example: i open my admin menu go in map managment,then go in change map and in this maps doesn't have my other maps who i put...


Goto c:/srcds/cstrike/cfg open the file named mani_server.cfg

Find this sector:
Code:
// *****************************************************************************
// Module : Voting functionality
//
// Desc : There are two types of vote. System started where an admin has
//        triggered a vote or User started where a user has started a vote
//        The following cvars control the configuration of the voting
// *****************************************************************************

// Allow voting 1 = on, 0 = off (this cvar controls ALL voting)
mani_voting 1

// Defines the last number of maps played to not show in random votemap lists
mani_vote_dont_show_last_maps 2

// Defines the time in minutes a extend vote will add to the timeleft counter
mani_vote_extend_time 15

// Defines the whether the a map can be extended
mani_vote_allow_extend 1

// Defines amount of time in seconds a vote will be allowed for
mani_vote_allowed_voting_time 30

// Defines whether a random map vote will be displayed towards the end of
// the map
mani_vote_allow_end_of_map_vote 1

// Number of extensions a map is allowed via user vote or random map vote,
// 0 = infinite
mani_vote_max_extends 2

// Number of rounds to extend by if mp_winlimit is not 0
mani_vote_extend_rounds 10

// Define the file to use for random map vote
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_random_map_vote 2

// Define the file that admin can select from for admin
// started vote.
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_admin_map_vote 2

// Defines how many minutes before the end of the map that a random map vote
// is started
mani_vote_time_before_end_of_map_vote 3

// Defines how many maps can be in the end of map vote
mani_vote_max_maps_for_end_of_map_vote 6

// Allow team swap option as part of Extend map on end
// of map vote (CSS Only)
mani_vote_end_of_map_swap_team 1

// Defines the vote percentage required to set map
mani_vote_end_of_map_percent_required 60

// Defines the vote percentage required to set rcon vote
mani_vote_rcon_percent_required 60

// Defines the vote percentage required to set question vote
mani_vote_question_percent_required 60

// Defines the vote percentage required to set map vote
mani_vote_map_percent_required 60

// Defines the vote percentage required to set random map vote
mani_vote_random_map_percent_required 60

// This cvar determines how the players see the votes during voting
// 0 = quiet mode,
// 1 = show players as they vote but not their choice,
// 2 = Show voted choice but not player,
// 3 = show player name and their choice
mani_vote_show_vote_mode 3

// Following cvar now has 2 modes of operation
// 0 = alive players will see vote menu,
// 1 = alive players will need to type vote to access the menu,
mani_vote_dont_show_if_alive 0

// Allow user started votemaps
mani_vote_allow_user_vote_map 1

// Allow the users to extend maps if time based
mani_vote_allow_user_vote_map_extend 1

// Allow the users to kick players by vote
mani_vote_allow_user_vote_kick 1

// Allow the users to ban players by vote
mani_vote_allow_user_vote_ban 1

// Defines the vote percentage required to set an extend map vote
mani_vote_extend_percent_required 60

// Percentage of votes required from players before map change
mani_vote_user_vote_map_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_map_time_before_vote 60

// Minimum number of votes required to change a map (override vote percentage)
mani_vote_user_vote_map_minimum_votes 4

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_kick_mode 1

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_kick_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_kick_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_kick_minimum_votes 4

// 0 = only when no admin on server, 1 = all the time
mani_vote_user_vote_ban_mode 1

// Percentage of votes required from players before kick occurs
mani_vote_user_vote_ban_percentage 60

// Time after a new map starts that voting is allowed
mani_vote_user_vote_ban_time_before_vote 60

// Minimum number of votes required (override vote percentage)
mani_vote_user_vote_ban_minimum_votes 4

// Time in minutes for the ban, 0 = permanent ban
mani_vote_user_vote_ban_time 30

// 0 = ban by ID, 1 = ban by IP, 2 = ban by ID and IP
mani_vote_user_vote_ban_type 0

// Allow rock the vote
mani_vote_allow_rock_the_vote 1

// Defines the vote percentage required to set map
mani_vote_rock_the_vote_percent_required 60

// Time before rockthevote can be started after a new map starts
mani_vote_time_before_rock_the_vote 120

// Number of nominations included in the vote
mani_vote_rock_the_vote_number_of_nominations 4

// Number of random maps chosen from votemaplist.txt
mani_vote_rock_the_vote_number_of_maps 8

// Percentage of players on server required to type rockthevote before
// it starts
mani_vote_rock_the_vote_threshold_percent 60

// Minimum number of players required to type rockthevote before it starts
mani_vote_rock_the_vote_threshold_minimum 4

// This controls the default mode a player will have their 'show vote progress'
// set to when they first ever join your server. This setting is applied to
// the player's stored record withing player_settings.dat it does not control
// whether the vote progress functionality is on or off.
// 0 = player settings default to off, 1 = player settings default to on
// 1 = default on, 0 = default off
mani_player_settings_vote_progress 1


Then find this:
Code:
// Define the file to use for random map vote
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_random_map_vote 2

// Define the file that admin can select from for admin
// started vote.
// 0 = mapcycle.txt, 1 = votemapslist.txt, 2 = maplist.txt
mani_vote_mapcycle_mode_for_admin_map_vote 2

Set both: mani_vote_mapcycle_mode_for_random_map_vote and mani_vote_mapcycle_mode_for_admin_map_vote too 2

Now goto c:/srcds/cstrike open the .txt file named maplist.txt now just add map names in there, remember do not add the format of the file(.bsp, .nav etc).
Reply
#13
i make all this and add in maplist my maps and restart server but nothing


btw.why my serve other can't find on masterserver...:S
Reply
#14
What did you add to your maplist?
Reply
#15
i have add this
Quote:de_dust2
de_piranesi
cs_office
de_inferno
de_dust
de_train
de_tides
cs_assault
cs_italy
cs_militia
de_nuke
fy_iceworld_reunion
de_cheatau
fy_fighter
de_aztec
cs_havana
de_cbble
cs_comping
fy_bloodarena
fy_farcry
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)