Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Displaying "" in format messages  (Read 777 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