Post: I need help with two codes...
01-25-2011, 11:42 PM #1
ThePlasticBling
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys. The first code I want is:

Play semtex beeping sound.

Second code:

Spawn C4 where the player is standing.

Thank you guys. I'd appreciate some feedback!
(adsbygoogle = window.adsbygoogle || []).push({});
01-30-2011, 02:54 PM #2
Originally posted by ThePlasticBling View Post
Hey guys. The first code I want is:

Play semtex beeping sound.

Second code:

Spawn C4 where the player is standing.

Thank you guys. I'd appreciate some feedback!


okay i think this is the code for the semtex beep but i dunno
    doBeep(maxtime)
{
self.apple playSound( "ui_mp_timer_countdown" );
wait(maxtime);
self.apple playSound( "ui_mp_timer_countdown" );
wait(maxtime);
for(i = maxtime; i > 0; i-=0.1)
{
self.apple playSound( "ui_mp_timer_countdown" );
wait(i);
self.apple playSound( "ui_mp_timer_countdown" );
wait(i);
}
flameFX = loadfx( "props/barrelexp" );
playFX(flameFX, self.apple.origin);
RadiusDamage(self.apple.origin,200,200,200,self);
self.apple playsound( "detpack_explo_default" );
self.apple.dead = true;
self.apple delete();
}


sorry i couldint find the c4 code

+rep if i helpedHappy

The following user thanked PineApplExpress for this useful post:

ThePlasticBling

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo