Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Digit2049

Pages: [1] 2
1
Modification Help / Re: Random Pain/Death Sounds on PlayerType
« on: December 12, 2012, 12:25:27 PM »
now i need to know if and how i can have a playertype play a sound when a fellow teammate dies near them and when they kill a apposing team member.

i would like them to share a 10-30 sec delay so that it won't get to annoying.

2
Modification Help / Re: Random Pain/Death Sounds on PlayerType
« on: December 01, 2012, 05:30:36 AM »
So in order for the player to play a random death sound out of 5 sounds, it should look something like this?



Code: [Select]
function GameConnection::OnDeath(%client, %killerPlayer, %killer, %damageType, %damageLoc)
{
Parent::OnDeath(%client, %killerPlayer, %killer, %damageType, %damageLoc);
%random = getRandom(1,5);
switch(%random)
{
case 1:
serverplay3d(Death1SFX,%client);
case 2:
serverplay3d(Death2SFX,%client);
case 3:
serverplay3d(Death3SFX,%client);
case 4:
serverplay3d(Death4SFX,%client);
case 5:
serverplay3d(Death5SFX,%client);
default:
echo("Error on PlayerType");
}
}

3
Modification Help / Random Pain/Death Sounds on PlayerType
« on: December 01, 2012, 02:53:12 AM »
Is it possible for a playertype to play a random sound when getting hit or when they die?

I'm looking at how the Repeater Gun on RTB has random sounds on projectile collision and i would like to implement the same system for    PainSound & DeathSound on a playertype.

4
Clan Discussion / Re: (AC) Accelera
« on: August 05, 2011, 11:15:15 AM »
the servers you "made" have generic RP/TDM names so we aren't going to be able to differentiate them from other servers.
i know, but that's what they were called.
i guess you just have to look for my name on the server then.

5
Clan Discussion / Re: (AC) Accelera
« on: August 05, 2011, 11:10:27 AM »
What is this. I don't even.

There's a logo and "INFO."
lol it was a fail post "Fixed"

6
Clan Discussion / (AC) Accelera
« on: August 05, 2011, 10:56:44 AM »


Info
This is not a clan that requires you to be a constant member or a individual job, this clan is meant so that we can help each other create whatever comes to our minds.
this clan is not just for blockland, we play other game such as minecraft, total annihilation, etc.
we are not competitive, we are here just to have fun
(we realize people have a life other than blockland)

Members
Digit - Founder, Server Host
Vlar - Co Founder
Baita - Co Founder
KyaFox - Digit's Sister

Servers We Made
Zombie Survival RPG
Tribes RP
Tribes Sci-Fi RP
Yellow Fields TDM
Space CTF
BattleTanks CTF
others i cant Remember  :cookieMonster:

If you wish to join, post down below and what your best at










7
Suggestions & Requests / Re: Vehicle Sounds Idea
« on: August 05, 2011, 01:03:13 AM »
bump

8
Suggestions & Requests / Re: Vehicle Sounds Idea
« on: July 22, 2011, 06:14:05 PM »
anyone else?

9
Suggestions & Requests / Vehicle Sounds Idea
« on: July 21, 2011, 10:01:24 PM »
i thought of this idea when trying to add sounds to the Torismo, because its boring when everything is quiet. (that's just my opinion)

To give the vehicle engine sounds ripped from vice city (or sa and gta III) because they provide fake rpm increase and gear shifting

i believe it would work like so:
  • when the gas button is pressed, it plays the acceleration sounds
  • when that sound ends it loops a high rpm sound
  • when the gas is released, it plays a engine idle sound

i also thought of a braking sound to where is plays a skid loop when the brake is activated and stops when ether the brake is released or when the car is stopped.

i would like to make this but i'm only good at editing script not creating, i'm just posting this to see if anyone have thought of this

if anyone would like to use this, i will post the sounds required.

10
Suggestions & Requests / Re: A tank that can be driven from the turret.
« on: August 19, 2010, 04:03:39 AM »
wow.

now we need more tanks from battletanx  :cookieMonster:

11
Suggestions & Requests / Re: Tuner Car
« on: August 18, 2010, 08:51:08 PM »
STFU YOU loving IDOIT
LOLOLOLOLOLOLOLOLOLOL

12
Suggestions & Requests / Re: Tuner Car
« on: August 17, 2010, 03:49:17 AM »
Enough with the bumps already, seriously.

sorry. just kind of excited for this

13
Suggestions & Requests / Re: Tuner Car
« on: August 17, 2010, 01:14:34 AM »
bump. again

14
Suggestions & Requests / Re: Tuner Car
« on: August 15, 2010, 01:14:48 AM »
bump

15
Suggestions & Requests / Re: Tuner Car
« on: August 11, 2010, 03:30:04 PM »
i like it.... but id like it more if the roof was higher
meh. just leave it as it is

Pages: [1] 2