Home   Help Search Login Register  

Author Topic: Displaying "" in format messages  (Read 618 times)

0 Members and 1 Guest are viewing this topic.

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Displaying "" in format messages
« on: 14 Oct 2005, 16:34:55 »
How to display a "   " in a format message

eg
_string = "Hello"
player sidechat format ["Debug: Quote should be " %1 "   ", _string]
« Last Edit: 14 Oct 2005, 16:35:35 by Terox »
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

Offline Pilot

  • Contributing Member
  • **
Re:Displaying "" in format messages
« Reply #1 on: 14 Oct 2005, 16:48:51 »
I thought I heard somewhere you can either use {} or double quotes, eg:
player sidechat format [""Debug: Quote should be " %1 "  "", _string]

or

player sidechat format [{Debug: Quote should be " %1 "  },_string]

Not too sure, though.

-Pilot

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:Displaying "" in format messages
« Reply #2 on: 14 Oct 2005, 17:01:37 »

player sidechat format [{Debug: Quote should be " %1 "  },_string]

-Pilot


thats the 1 thx
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123