Home   Help Search Login Register  

Author Topic: Sidechat  (Read 568 times)

0 Members and 1 Guest are viewing this topic.

kymandro

  • Guest
Sidechat
« on: 06 Feb 2005, 21:31:22 »
What is the sidechat command that you would use in a script

i  have been trying to do this

unitname sideChat "free martha"

but in the game when i use the script it dosnt say it

Is there a way to disable side chat mabey i accidentaly dissabled it

THANKS

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Sidechat
« Reply #1 on: 06 Feb 2005, 21:35:52 »
As far as I can tell this is okay.

If unitname and the Player are on the same side then your code should result in a green message box appearing on the left of the player's screen with free marthain it.  If you actually want sounds then more needs to be done than this.

Offline XCess

  • Former Staff
  • ****
Re:Sidechat
« Reply #2 on: 06 Feb 2005, 21:44:28 »
groupChat = green radio text displayed if your in the same group as unit.
sideChat = blue text if ur in same side.
vehicleChat = yellow text if ur in same vehicle.
globalChat = white text for everyone!

enableRadio true = turn on radio
enableRadio false = turn off radio
« Last Edit: 06 Feb 2005, 21:45:09 by XCess »

kymandro

  • Guest
Re:Sidechat
« Reply #3 on: 06 Feb 2005, 21:45:28 »
Thats is what i have done and no messages came up. Is there any way you can disable sidechat i may have done that on accident

kymandro

  • Guest
Re:Sidechat
« Reply #4 on: 06 Feb 2005, 21:46:02 »
Oh sorry i didnt see that last post

THANKS

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:Sidechat
« Reply #5 on: 06 Feb 2005, 23:18:01 »
Opps go my colours wrong
In my experience enableRadio does not seem to effect the sidechat instruction

Dubieman

  • Guest
Re:Sidechat
« Reply #6 on: 06 Feb 2005, 23:21:07 »
Hmm, could it be that the unit your calling to give the sidechat doesn't exist or is dead?

Cause if the guy dies, then the radio message won't go through, or if the unit and the command don't match in names. :P

Or is this solved, I don't know... ??? :)

« Last Edit: 06 Feb 2005, 23:21:49 by GuiltyRoachKillar »

Offline 456820

  • Contributing Member
  • **
Re:Sidechat
« Reply #7 on: 07 Feb 2005, 20:56:34 »
are you sure the names are all right and if thats not it its probaly that the unit is dead or doesnt exets like GuiltyRoachKilla said

kymandro

  • Guest
Re:Sidechat
« Reply #8 on: 07 Feb 2005, 23:31:37 »
its solved thanks i think the problem was the people where my enemy so i had to use global chat to make it work thanks for the help