TKC-Community

Hacking and Art => Armed Assault 3 => Armed Assault => Topic started by: Thrill on April 27, 2008, 07:29:26 pm

Title: Questions about SCP
Post by: Thrill 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
Title: Re: Questions about SCP
Post by: Frank P. 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.
Title: Re: Questions about SCP
Post by: Thrill 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.
Title: Re: Questions about SCP
Post by: M. O. on April 27, 2008, 09:29:45 pm
There are some scripts for that included. You could just change them a little.
Title: Re: Questions about SCP
Post by: Bellend 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 (http://tkc-community.net/forum/index.php?topic=6580.msg67643#msg67643) from the SCP 1.1 (http://tkc-community.net/forum/index.php?topic=6663.msg69988#msg69988) for that.

Whats the script for nuke, thx.
The carpetbomb.sqs script should be sufficient enough. :)
Title: Re: Questions about SCP
Post by: Thrill 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?