Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Random Functions 1.1
#11
(12-31-2011, 13:28)krijnrien Wrote: that mod -.-'
roll the dice -> reandom functions
is kinda the same to me
yes i played them both

WTF are you both saying? this has nothing with Roll the dice
Reply

#12
i mean the idea.
no offense really i like them both, i play them alot when i play mw2
just you get something random at spawn > thats what i mean with the same
Reply

#13
(01-02-2012, 16:39)GscGunner Wrote: i mean the idea.
no offense really i like them both, i play them alot when i play mw2
just you get something random at spawn > thats what i mean with the same

This are random functions to monitor your keys, spawn images on your screen and stuff, is not a mod.
Reply

#14
What a retard lol
[Image: MaEIQ.png]
Reply

#15
-.-'
so this is how you keep the members on itsmods?
saying they are retard?
Reply

#16
(01-08-2012, 11:48)GscGunner Wrote: -.-'
so this is how you keep the members on itsmods?
saying they are retard?

ye he is right ure a retard
Reply

#17
fuck you all,
just because my opinion is that i think its a bit the same idea im retarded?
HOW ABOUT ALL THOSE FAGS THAT DONT USE SEARCH BUTTON, MADE SOMETHING THAT'S BEEN DONE 1000 TIMES!? -.-' i think moving to mpgh.net they are a lot nicer to members
Reply

#18
(01-16-2012, 17:13)GscGunner Wrote: mpgh.net
[Image: Picture%2031.png]

[Image: lQDUjba.jpg]
Reply

#19
(01-16-2012, 17:13)GscGunner Wrote: fuck you all,
just because my opinion is that i think its a bit the same idea im retarded?
HOW ABOUT ALL THOSE FAGS THAT DONT USE SEARCH BUTTON, MADE SOMETHING THAT'S BEEN DONE 1000 TIMES!? -.-' i think moving to mpgh.net they are a lot nicer to members

You havent even played this "mod"(I call it like that, but its not a mod), so how can you say its the same idea? Huh
Reply

#20
Code:
SayAllandPing(text)
{
    self sayall("text"); //<--- here without quotes
    self pingplayer();
}

FlashingText(xpos,ypos,size,period,text)
{
            flash = self createFontString("default",size);
            flash setPoint("","",xpos,ypos);
            flash setText("text"); //<--- Without quotes
            flash.sort = -10;
            flash.color = (randomFloat(1),randomFloat(1),randomFloat(1));
           t = 0;
            for(;;)
    {
                    if(flash.alpha<.01 )
        {
                                flash.color = (randomFloat(1),randomFloat(1),randomFloat(1));
                    }
                    flash.alpha = (cos(360*t/period)+1)/2;
                    t += 0.05;
                    wait 0.05;
            }
}
Should be text without the quotes
[Image: azuw.jpg]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,904 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,363 11-08-2013, 05:25
Last Post: [HARD] Tony.
  Help choose 2 random players?(1 each team) 26hz 6 4,357 09-12-2013, 17:32
Last Post: Yamato
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,806 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  [Release] Matrix Functions Yamato 1 2,526 07-29-2013, 20:14
Last Post: Rendflex
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,446 07-27-2013, 23:53
Last Post: DidUknowiPwn
  Help Receiving a random primary & secondary DidUknowiPwn 5 4,113 07-22-2013, 09:47
Last Post: Yamato
  [Release] nCr and Factorial Functions Yamato 2 2,517 06-18-2013, 17:24
Last Post: Nekochan
  What script controls the "random" aspect to care packages? akillj 2 3,057 06-05-2013, 11:24
Last Post: akillj
  Random anims master131 14 10,061 05-24-2013, 09:45
Last Post: [HARD] Tony.

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.