Author Topic: Questions about SCP  (Read 910 times)

0 Members and 1 Guest are viewing this topic.

Thrill

  • Poptart
  • *
  • Posts: 6
    • View Profile
Questions about SCP
« on: April 27, 2008, 07:29:26 pm »
I use this SPC and love it ;) I was just wondering how I write text in a box so everyone in the server can see it? and they must press continue to get the box rid? Also how do I speak as another player?

I was also wondering how to nuke? Thanks alot.

Regards
« Last Edit: April 27, 2008, 07:43:02 pm by Thrill »

Frank P.

  • Heckler Apprentice
  • ****
  • Posts: 1011
  • Still J Day N*gga....
    • View Profile
Re: Questions about SCP
« Reply #1 on: April 27, 2008, 07:48:06 pm »
I use this SPC and love it ;) I was just wondering how I write text in a box so everyone in the server can see it? and they must press continue to get the box rid? Also how do I speak as another player?

I was also wondering how to nuke? Thanks alot.

Regards

The box could probably be made in Visual Basic, pretty easy. I don't know what your asking Speak as another player... I think there is a script to nuke also.
Being Australian is about driving in a German car to an Irish pub for a Belgian beer, and then travelling home, grabbing an Indian curry or a Turkish kebab on the way, to sit on Swedish furniture and watch American shows on a Japanese TV.

Thrill

  • Poptart
  • *
  • Posts: 6
    • View Profile
Re: Questions about SCP
« Reply #2 on: April 27, 2008, 08:10:15 pm »
Basically I want to make boxes pop up in game like saying 'U R GTINGZ PWNDZ' or something ;) I heard you can speak as other players..

Whats the script for nuke, thx.

M. O.

  • Administrator
  • MasstKer
  • *
  • Posts: 9185
    • View Profile
    • http://www.tkc-community.net
Re: Questions about SCP
« Reply #3 on: April 27, 2008, 09:29:45 pm »
There are some scripts for that included. You could just change them a little.
Heckling is an art, and game hacking a science.

Bellend

  • Klass Klown
  • ***
  • Posts: 297
    • View Profile
Re: Questions about SCP
« Reply #4 on: April 27, 2008, 09:45:46 pm »
Basically I want to make boxes pop up in game like saying 'U R GTINGZ PWNDZ' or something ;)
Code: [Select]
["hintC ""U R GTINGZ PWNDZ"";"] exec "\_ch34tsDevString\scripts\_do_public.sqs";
exit;

I heard you can speak as other players..
You can use the Global Chat consoleer from the SCP 1.1 for that.

Whats the script for nuke, thx.
The carpetbomb.sqs script should be sufficient enough. :)
« Last Edit: April 27, 2008, 10:13:50 pm by Bellend »

Thrill

  • Poptart
  • *
  • Posts: 6
    • View Profile
Re: Questions about SCP
« Reply #5 on: April 28, 2008, 12:14:31 am »
Thanks, how do I use the script
Quote
["hintC ""U R GTINGZ PWNDZ"";"] exec "\_ch34tsDevString\scripts\_do_public.sqs";
exit;

What do I do with it?