Search found 14 matches

by Habsey
Sun Mar 26, 2006 5:32 pm
Forum: Off Topic
Topic: NinjaMan
Replies: 1
Views: 193

look out jackie chan :o :shock:
by Habsey
Sat Mar 25, 2006 7:30 am
Forum: Scripting
Topic: trigger for music
Replies: 8
Views: 746

Re: trigger for music

I've got this at the start of my SP map, ( $player stufftext "tmstart sound/music/mus_04f_suspense.mp3" ).

Question: How do I trigger at another spot in the map?

I know i would use a trigger multiple where i wanted to activate it but do i just need the trigger to call for that $player stufftext ...
by Habsey
Thu Mar 23, 2006 8:04 pm
Forum: Scripting
Topic: Sniper only?
Replies: 24
Views: 1660

local.myteam = $player[local.i].dmteam

will always be the same, unless its changed inless than the frame;)

meh

here

lol


while(1)
{
local.myteam = $player.dmteam
waitframe
}

while(1)
{
for(local.i=1;local.i<=$player.size;local.i++)
{
if!($player[local.i].fix)
{
if ($player ...
by Habsey
Thu Mar 23, 2006 7:17 pm
Forum: Scripting
Topic: Sniper only?
Replies: 24
Views: 1660



lol try this





while(1)
{
for(local.i=1;local.i<=$player.size;local.i++)
{
local.myteam = $player[local.i].dmteam
if!($player[local.i].fix)
{
if ($player[local.i].dmteam == "axis")
{
$player[local.i] takeall
$player[local.i] item weapons/kar98sniper.tik
$player[local.i].fix ...
by Habsey
Thu Mar 23, 2006 4:50 pm
Forum: Off Topic
Topic: Chuck Norris's birthday!
Replies: 5
Views: 320

Rookie One.pl wrote:OMFG, this picture made my day! :D
wow... lol
by Habsey
Wed Mar 22, 2006 8:38 pm
Forum: Scripting
Topic: Sniper only?
Replies: 24
Views: 1660

Re: Sniper only?




WOOPS! i missed a few thing :S sorry try this out


sniper_only:
local.t = $player.dmteam
while(1)
{
for(local.i=1;local.i <= $player.size;local.i++)
{
if(local.take != 1)
{
if ($player[local.i].dmteam == "axis")
{
$player[local.i] takeall
$player[local.i] item weapons/kar98sniper.tik ...
by Habsey
Wed Mar 22, 2006 8:38 pm
Forum: Scripting
Topic: Sniper only?
Replies: 24
Views: 1660

Re: Sniper only?

oops wont let me delete this post :S
by Habsey
Wed Mar 22, 2006 8:13 pm
Forum: Scripting
Topic: Sniper only?
Replies: 24
Views: 1660

Re: Sniper only?

sniper_only:
while(1)
{
for(local.i=1;local.i <= $player.size;local.i++)
{
if(local.take != 1)
{
if ($player.dmteam == "axis")
{
$player takeall
$player item weapons/kar98sniper.tik
local.take = 1
}
else if ($player.dmteam == "allies")
{
$player takeall
$player item weapons/springfield ...
by Habsey
Wed Mar 22, 2006 7:38 pm
Forum: Scripting
Topic: Sniper only?
Replies: 24
Views: 1660

Re: Sniper only?

sniper_only:
while(1)
{
for(local.i=1;local.i <= $player.size;local.i++)
{
if ($player.dmteam == "axis")
{
$player takeall
$player item weapons/kar98sniper.tik
}
else if ($player.dmteam == "allies")
{
$player takeall
$player item weapons/springfield.tik
}
}
waitframe
}
end

should ...
by Habsey
Wed Mar 22, 2006 7:39 am
Forum: Off Topic
Topic: iTunes vs Windows Media Player vs Other MP3 players
Replies: 2
Views: 263

iTunes vs Windows Media Player vs Other MP3 players

Well, my opinion:

I own an ipod so yes i do use iTunes, however i do not like the basic layout / desgin of it, it is just to plain for me and not enough to customize,

i use WMP when i am at my computer as it has really nice skins, can customize colour, and has alot more options and is even easier ...
by Habsey
Wed Mar 22, 2006 7:33 am
Forum: Off Topic
Topic: Game: post something about the person above
Replies: 1464
Views: 32124

^

is a top ten poster :O and i really like his avatar :P
by Habsey
Wed Mar 22, 2006 7:28 am
Forum: Public Releases
Topic: Spec Cams
Replies: 0
Views: 733

Spec Cams

Well seeings there are sum people on this forum that maybe arent on TMT or MRU i will post this here... fairly resent mod still looking for ideas for version 2


instructions are all provided in the readme which is posted with the mod here :

http://www.mods-r-us.net/page.php?id=162



Well erm ...
by Habsey
Wed Mar 22, 2006 7:20 am
Forum: Off Topic
Topic: MSN
Replies: 25
Views: 981

Msn is a great program in my opinion lol,

prolly the first program i ever used on a comp :shock:
by Habsey
Wed Mar 22, 2006 7:10 am
Forum: Off Topic
Topic: New Member
Replies: 5
Views: 328

New Member

Hey, well first ill start off lol,

well ive been over at TmT and MRU for sum time now, just thought it would be useful to start my adventure over at .map, nice forum,

i have much expierence in scripting and am starting to get into modeling

well enough about me lol hope to see you all around ! :D