Age : 62 Joined : 04 Feb 2008 Posts : 3207 Location : Leicester. UK
Subject: Re: Set the Bit???? Sun Aug 31 2008, 21:09
Yoo Bio
In database systems it depends on the "option base" setting. If it is 0 then bits count from 0, if it is 1 then bits count from 1
_________________
Sometimes I wake up grumpy; other times I let her sleep.
Biohazard {EWZ} Chief of Staff Engineer
Age : 14 Joined : 18 Jun 2008 Posts : 774 Location : See You On The Other Side...
Subject: Re: Set the Bit???? Sun Aug 31 2008, 22:10
Mr Magoo {EWZ} wrote:
Yoo Bio
In database systems it depends on the "option base" setting. If it is 0 then bits count from 0, if it is 1 then bits count from 1
oh sry i was thinkin of how computers use binary. lol like 10011 + 10011 is like 100110 i think it is. if it wasnt dont make fun of me ive only learned it awhile ago lol _________________
Mr Magoo {EWZ} Second Commander
Age : 62 Joined : 04 Feb 2008 Posts : 3207 Location : Leicester. UK
Subject: Re: Set the Bit???? Sun Aug 31 2008, 22:42
You are spot on Bio - quite correct. You obviously have learned how to add binary.
Of course - I have a scientific calculator which can be switched between binary, hex and decimal calculation..................cheating is easy these days................ _________________
Sometimes I wake up grumpy; other times I let her sleep.
Biohazard {EWZ} Chief of Staff Engineer
Age : 14 Joined : 18 Jun 2008 Posts : 774 Location : See You On The Other Side...
Subject: Re: Set the Bit???? Sun Aug 31 2008, 22:45
Mr Magoo {EWZ} wrote:
You are spot on Bio - quite correct. You obviously have learned how to add binary.
Of course - I have a scientific calculator which can be switched between binary, hex and decimal calculation..................cheating is easy these days................
yeah. much easier. _________________
NUT3LLA FORUM & CLAN FRIENDS
Age : 32 Joined : 24 Feb 2008 Posts : 1021 Location : outside
Subject: Had some PM with Sim Wed Sep 03 2008, 16:59
yoooo
Master Sim was able to answer my PM: ******************************************************
Most of the things you ask for can be partially or totally disabled ... N!CO {EWZ} wrote:
- Only Playermodels allowed are: Marine and Armor Voting for this need to be turned off - Playermodel Blue Team Marine and Red Team Armor Voting for this need to be turned off
set emz_si_player_models "marine,armor" set emz_si_team_models_red "armor" set emz_si_team_models_blue "marine"
You can't vote player models, but if you meant to disallow skinset (normal, bright, etc) voting...
set emz_cs_disabled_skinsets "1" // disable normal set emz_cs_disabled_skinsets "2" // disable bright set emz_cs_disabled_skinsets "4" // disable atom set emz_cs_disabled_skinsets "8" // disable stealth set emz_cs_disabled_skinsets "16" // disable metal set emz_cs_disabled_skinsets "32" // disable glow
if you want to disable multiple sets just add the numbers
set emz_cs_disabled_skinsets "6" // disable bright and atom 2 + 4 = 6 set emz_cs_disabled_skinsets "48" // disable metal and glow 16 + 32 = 48
OR, if you want to disable ALL skin voting
set emz_sv_vote_allow_skin_set "0" // completely disable skin votes
N!CO {EWZ} wrote:
- Only Gametype allowed are: Deathmatch and Teamdeathmatch Voting for this need to be turned off
You can disabled voting for certain gametypes in a similar way...
set emz_cs_disabled_gametypes "1" // disable voting for DM set emz_cs_disabled_gametypes "2" // disable voting for Tourney set emz_cs_disabled_gametypes "4" // disable voting for TDM set emz_cs_disabled_gametypes "8" // disable voting for LMS set emz_cs_disabled_gametypes "16" // disable voting for CTF
So you need...
set emz_cs_disabled_gametypes "26" // disable voting for Tourney, LMS and CTF (2 + 8 + 16 = 26)
OR, if you want to disable ALL gametype voting (probably not, because you wanted DM and TDM)
set emz_sv_vote_allow_game_type "0" // completely disable game type votes
N!CO {EWZ} wrote:
- Only weapon mod allowed is: Normal Weapon Voting for this need to be turned off
set emz_cs_disabled_weapon_modes "16382" // disable voting for all modes except normal
This built up in the same way as the other numbers. I won't list the options here, just type emz_cs_disabled_weapon_modes in the console and it will display a list of numbers.
Age : 46 Joined : 10 Feb 2008 Posts : 355 Location : running Hell at the moment.......
Subject: Re: Set the Bit???? Wed Sep 03 2008, 17:08
jeeeeeezuzzz....all that s**t hurt my poor brain!!....need to stay outta here....lol :fledermaus: _________________ BASTRDZZZZZZZZZZZZZZZ see yazzz in Hell!!!