Search found 14 matches
- 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 ...
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 ...
- Thu Mar 23, 2006 8:04 pm
- Forum: Scripting
- Topic: Sniper only?
- Replies: 24
- Views: 1660
- Thu Mar 23, 2006 7:17 pm
- Forum: Scripting
- Topic: Sniper only?
- Replies: 24
- Views: 1660
- Thu Mar 23, 2006 4:50 pm
- Forum: Off Topic
- Topic: Chuck Norris's birthday!
- Replies: 5
- Views: 320
wow... lolRookie One.pl wrote:OMFG, this picture made my day!
- 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 ...
- 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
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- Wed Mar 22, 2006 7:33 am
- Forum: Off Topic
- Topic: Game: post something about the person above
- Replies: 1464
- Views: 32124
- 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 ...
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 ...
- 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 !
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 !