This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Bad Camper 1.4.239


Post New Thread Reply   
 
Thread Tools Display Modes
hcxx
Senior Member
Join Date: Jan 2007
Location: 127.0.0.1
Old 06-04-2007 , 14:50   Re: Bad Camper 1.3b
Reply With Quote #381

this plugin dont work in cs maps?
hcxx is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 06-04-2007 , 20:54   Re: Bad Camper 1.3b
Reply With Quote #382

This plugin works on any map. If it's not working for you, you've done something wrong. Make sure you have badcamper_check_all set as per your expectations.
__________________
Brad is offline
woodyca28
Junior Member
Join Date: Jun 2007
Old 06-15-2007 , 16:24   Re: Bad Camper 1.3b
Reply With Quote #383

[ 87] badcamper_version 1.3b bad_camper.amxx
[ 88] badcamper_debug 0 bad_camper.amxx
[ 89] badcamper_punish 12 bad_camper.amxx
[ 90] badcamper_limit 35 bad_camper.amxx
[ 91] badcamper_display 1 bad_camper.amxx
[ 92] badcamper_check_all 1 bad_camper.amxx
[ 93] badcamper_start 4.0 bad_camper.amxx
[ 94] badcamper_damage_reset 3 bad_camper.amxx
[ 95] badcamper_damage_restar 4.0 bad_camper.amxx
[ 96] badcamper_health 10 bad_camper.amxx
[ 97] badcamper_money 10 bad_camper.amxx
[ 98] badcamper_min_players 0 bad_camper.amxx
[ 99] badcamper_allow 0 bad_camper.amxx
[100] badcamper_announce 0 bad_camper.amxx
[101] badcamper_sound 1 bad_camper.amxx
[102] badcamper_immunity_flag bad_camper.amxx
[103] badcamper_show_spec 1

[ 1] Admin Base 1.76b AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.76b AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.76b AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.76b AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.76b AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.76b AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.76b AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.76b AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.76b AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.76b AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.76b AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.76b AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.76b AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.76b AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.76b AMXX Dev Team nextmap.amx

[ 16] Nextmap Chooser 1.76b AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.76b AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.76b AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.76b AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.76b AMXX Dev Team statsx.amxx running
[ 21] Automatic knife duel 0.3 JGHG automatic_knife running
[ 22] Amx_Super All-In-One-C 2.0 bmann_420/AMX(x) amx_super.amxx running
[ 23] Restrict Weapons 1.76b AMXX Dev Team restmenu.amxx running
[ 24] Ultimate Gore 1.5 JTP10181 amx_gore_ultima running
[ 25] ATAC 2.5.5.5 T(+)rget/f117bom atac.2.5.5.5.am running
[ 26] ATAC Config 1.1.09 f117bomb & T(+)r amxx_atac_cfg.1 running
[ 27] Admin Spectator ESP 1.3 KoST admin_spec_esp. running
[ 28] Player Model 2.13b commonbullet playermodel.amx running
[ 29] Bad Camper 1.3b Brad Jones bad_camper.amxx running
[ 30] UAIO (Admin Menu) 1.50 xeroblood/$uicid uaio_admin.amxx running
[ 31] UAIO Manager 2.1 $uicid3 uaio_manager.am debug
31 plugins, 31 running

Thats what everything looks like but I can't get the badcamper commands to work to change any settins.
woodyca28 is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 06-15-2007 , 21:06   Re: Bad Camper 1.3b
Reply With Quote #384

Commands? Are you referring to the CVARs that you listed first, in your post?

Those are not commands. You can place the name of the CVARs, that you want to change from their default settings, in your amxx.cfg file, followed by your desired value.
__________________
Brad is offline
woodyca28
Junior Member
Join Date: Jun 2007
Old 06-16-2007 , 16:00   Re: Bad Camper 1.3b
Reply With Quote #385

ok thankds for the help that was not explained in the first post you made it looked a though they were console commands.
woodyca28 is offline
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 06-16-2007 , 22:49   Re: Bad Camper 1.3b
Reply With Quote #386

Really?

All the CVARs were listed under this heading: "Options (CVARS)". Further, the only command for this plugin is listed under this heading: "Commands".

In all seriousness, how do you think I could make it more clear?
__________________
Brad is offline
AnHiMiLaToR
Member
Join Date: Mar 2007
Old 06-17-2007 , 04:59   Re: Bad Camper 1.3b
Reply With Quote #387

If i want punish by health, slap and money reduction, my code is
badcamper_punish 1216



It is right ?
AnHiMiLaToR is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-17-2007 , 05:18   Re: Bad Camper 1.3b
Reply With Quote #388

Non, you're wrong.

Flags are "additive". It means: a + b + c

In your case, 1 + 2 + 16 = 19

"19" is the value. ;)
__________________
Arkshine is offline
AnHiMiLaToR
Member
Join Date: Mar 2007
Old 06-17-2007 , 05:20   Re: Bad Camper 1.3b
Reply With Quote #389

Hehe, i'm not good in maths :>
AnHiMiLaToR is offline
meowjohn
Junior Member
Join Date: May 2006
Old 07-02-2007 , 07:25   if the map is not a "de" map, the all have "not" the primary objective!!!
Reply With Quote #390

hi Brad Jones:
this is a usefull plugin, but I have a problem, I use version 1.3b, & set badcamper_check_all 0 , when de_ map the primary objective is right! but when cs_map the all have "not" the primary objective!!!Can U help me?Sorry for my poor engliash!

status:
hostname: [YMS]擳CS:啣??漣::隡箸???(?€??.0rc8b1??
version : 47/1.1.2.5 3647 secure
tcp/ip : 59.124.214.66:27015
map : de_cevo_russka at: 0 x, 0 y, 0 z
players : 20 active (22 max)
meta list:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.76d ini ANY ANY
[ 2] Booster RUN - booster_686_mm.d v2.40 ini Chlvl Pause
[ 3] Monster RUN - monster_mm.dll v3.01.04 ini Chlvl Chlvl
[ 4] MySQL RUN - mysql_amxx.dll v1.76b pl1 ANY ANY
[ 5] Fun RUN - fun_amxx.dll v1.76 pl1 ANY ANY
[ 6] Engine RUN - engine_amxx.dll v1.76 pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx.dl v1.76d pl1 ANY ANY
[ 8] CStrike RUN - cstrike_amxx.dll v1.76 pl1 ANY ANY
[ 9] CSX RUN - csx_amxx.dll v1.76c pl1 ANY ANY
[10] SQLite RUN - sqlite_amxx.dll v1.76b pl1 ANY ANY
10 plugins, 10 running
amxx plugins:
name version author file status
[ 1] Admin Base 1.76d AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.76d AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.76d AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.76d AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.76d AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.76d AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.76d AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.76d AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.76d AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.76d AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.76d AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.76d AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.76d AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.76d AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.76d AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.76d AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.76d AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.76d AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.76d AMXX Dev Team statscfg.amxx running
[ 20] Restrict Weapons 1.76d AMXX Dev Team restmenu.amxx running
[ 21] StatsX 1.76d AMXX Dev Team statsx.amxx running
[ 22] CS Misc. Stats 1.76d AMXX Dev Team miscstats.amxx running
[ 23] CS Stats Logging 1.76d AMXX Dev Team stats_logging.a running
[ 24] Warcraft 3 Frozen Thro 3.0 RC8 Geesu & Avanderi war3ftrc8b1.amx debug
[ 25] azure demo 1.0 Amxx Newbie loadingsound.am running
[ 26] RoundSound 1.0 PaintLancer roundsound.amxx running
[ 27] Stop Killing The %&#in 1.0 AssKicR hostage_punish. paused
[ 28] AMX Slay Losers 1.1 [email protected] slaylosers.amxx running
[ 29] Server Shutdown 1.1 Remo Williams servershutdown. running
[ 30] Automatic knife duel 0.3 JGHG automatic_knife running
[ 31] Real Nade Drops 0.3 VEN realnadedrops.a debug
[ 32] Dead Chat w/ Admin PA 2.0 SuicideDog deadchat.amxx running
[ 33] Bad Camper 1.3b Brad Jones bad_camper.amxx running
[ 34] Empty Server2 0.7 raffe & twistede emptyserver2.am running
[ 35] Say menu 1.0 skywalker say_menu.amxx running
[ 36] Autobind 1.0 Hawk552 autobind.amxx running
[ 37] Team Locker 0.1 bardelot amx_team_locker running
[ 38] CamperFarts 1.0 BeetleFart amxx_stopcamp.a debug
[ 39] NervousHostages 0.20 Avalanche nervous_hostage running
[ 40] AMXX Piss 2.0 KRoTaL amxx_piss.amxx running
[ 41] Set Traps v1.0 xx_sirhc_xx amx_traps.amxx debug
[ 42] TC radio 0.1 kid741010 radio.amxx running
[ 43] AMX Llama 1.4 SniperBeamer admin_llama.amx running
[ 44] Admin Rocket 1.3 f117bomb amx_rocket.amxx running
[ 45] Show IP 1.0 $uicid3 show_ip.amxx running
[ 46] MONEY-GIVE 1.05 +ARUKARI- money-give.amxx running
[ 47] Death-info beams 3.0 BMJ dib3.amxx running
[ 48] Follow the Wounded 0.1 KRoTaL follow_the_woun running
[ 49] High Ping Kicker (Stea 0.16.2 OLO/shadow high_ping_kicke running
[ 50] Last man bets 0.9.3 JGHG lastmanbets.amx running
[ 51] Admin Gag 1.8.3 EKS admin_gag.amxx running
[ 52] Flashbang Dynamic Ligh 0.10 Avalanche flashbang_dligh running
[ 53] Hostage Sounds 0.6 Evaldas hostagesounds.a running
[ 54] Real Radio 0.2 VEN realradio.amxx running
[ 55] BombSiteRadar-ON 0.2.16 iG_os bombsite_radar. running
[ 56] Player Model 2.13c commonbullet playermodel.amx debug
[ 57] TakeADookie 2.2 PaintLancer amx_dookie.amxx running
[ 58] Hostage Models 0.1.2 VEN hostage_models. running
58 plugins, 57 running
amxx cvars:
name value plugin

[ 99] badcamper_version 1.3b bad_camper.amxx
[100] badcamper_debug 0 bad_camper.amxx
[101] badcamper_punish 36 bad_camper.amxx
[102] badcamper_limit 35 bad_camper.amxx
[103] badcamper_display 1 bad_camper.amxx
[104] badcamper_check_all 0 bad_camper.amxx
[105] badcamper_start 4.0 bad_camper.amxx
[106] badcamper_damage_reset 3 bad_camper.amxx
[107] badcamper_damage_restar 4.0 bad_camper.amxx
[108] badcamper_health 10 bad_camper.amxx
[109] badcamper_money 10 bad_camper.amxx
[110] badcamper_min_players 0 bad_camper.amxx
[111] badcamper_allow 0 bad_camper.amxx
[112] badcamper_announce 0 bad_camper.amxx
[113] badcamper_sound 1 bad_camper.amxx
[114] badcamper_immunity_flag bad_camper.amxx
[115] badcamper_show_spec 1 bad_camper.amxx

Last edited by meowjohn; 07-02-2007 at 10:30.
meowjohn is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode