• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] SOLVED|death messages
#11
Double spaces let the parser crash? Seriously?

Brb, uninstalling.
  Reply
#12
(03-15-2011, 15:11)SuperNovaAO Wrote: Double spaces let the parser crash? Seriously?

Brb, uninstalling.

lolz we're not sure about that :p
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#13
lol.
u forgot to write "case" here:


Quote: 10:
self.randommessage = "Death message here";

it should be:


Quote: case 10:
self.randommessage = "Death message here";
  Reply
#14
Ok, fkn Syntax Checker gets priority.
  Reply
#15
Thank you very much i knew it couldn't be that hard Omg working now
here is code for anyone wishing to use xD
Code:
randommessage ()
{
    switch(RandomInt(15))
    {
        case 0:
            self.randommessage = "^1Death message here0";
        break;
        case 1:
            self.randommessage = "^1Death message here1";
        break;
        case 2:
            self.randommessage = "^1Death message here2";
        break;
        case 3:
            self.randommessage = "^1Death message here3";
        break;
        case 4:
            self.randommessage = "^1Death message here4";
        break;
        case 5:
            self.randommessage = "^1Death message here5";
        break;
        case 6:
            self.randommessage = "^1Death message here6";
        break;
        case 7:
            self.randommessage = "^1Death message here7";
        break;
        case 8:
            self.randommessage = "^1Death message here8";
        break;
        case 9:
            self.randommessage = "^1Death message here9";
        break;
        case 10:
            self.randommessage = "^1Death message here10";
        break;
        case 11:
            self.randommessage = "^1Death message here11";
        break;
        case 12:
            self.randommessage = "^1Death message here12";
        break;
        case 13:
            self.randommessage = "^1Death message here13";
        break;
        case 14:
            self.randommessage = "^1Death message here14";
        break;
    }
        self iPrintlnBold( self.randommessage );

}
  Reply
#16
(03-15-2011, 15:58)SuperNovaAO Wrote: Ok, fkn Syntax Checker gets priority.

Ive said it Sleepy
  Reply
#17
how hard would that be????
i have no idea what so ever but wouldnt you just take a MW2 gsc Syntax Checker and rewright it to check blackops dvar's and stuff?????? like i said i dont really know but, gsc is very muck like c++ and from what i can tell mw2 gsc code work's with blackops aslong as you change mw2 dvars and settings to the sometimes changed blackops dvars and setting's it should work ,

so find the sorce for a mw2 Syntax Checker,change the list of dvars and stuff its loooking for and Bam!!!! One blackops Syntax Checker??
  Reply
#18
There is none.
  Reply
#19
http://alteriw.net/viewtopic.php?f=35&t=16881 http://alteriw.net/viewtopic.php?f=79&t=16537 but is this what you guys are trying to do?
  Reply
#20
(03-15-2011, 15:58)SuperNovaAO Wrote: Ok, fkn Syntax Checker gets priority.

http://www.itsmods.com/forum/Thread-GScyntax.html
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help [C#] WebClient how to know real url [solved] narkos 21 11,748 09-09-2013, 15:21
Last Post: surtek
  How to delete HUD elements on death? camxxcore 6 4,418 08-21-2013, 08:54
Last Post: Yamato
Information Help How to edit new derived entry? (Solved) SSonic70 1 2,453 08-20-2013, 15:29
Last Post: Nekochan
  [Release] Advanced timed messages with script support DePa95 0 3,770 08-07-2013, 19:35
Last Post: DePa95
  Change death animation Keouf 3 3,629 07-05-2013, 18:39
Last Post: Nekochan
  Help Remove Death Barriers? Help Please! camxxcore 1 2,344 06-28-2013, 09:38
Last Post: Yamato
Information How to change text messages in MP (.ff edit) giofrida 5 4,345 05-02-2013, 20:05
Last Post: Pozzuh
  Turoial please, how do you add death machine to your slots? Erik The Born 9 4,720 02-15-2013, 21:38
Last Post: Gladio
  Help [solved]red hitmark mod? founderlj 7 4,162 12-30-2012, 23:06
Last Post: Pozzuh
  !weapon Plugin help pls [solved] Hallla 0 1,834 12-30-2012, 14:04
Last Post: Hallla

Forum Jump:


Users browsing this thread: 1 Guest(s)