[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:gxc:client_side_scripting:cplusplus-howto

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Thu Mar 20 08:23:10 CDT 2008


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2008/03/20 08:23
User        : 
Edit Summary: 

@@ -31,8 +31,9 @@
  </code>
  This would return [color=#FF0000]Hello world[/color].
  
  There are several ways to achieve this.
+ 
  
  ==== 2.1 draw ====
  <code c++>
  printf("draw [number] [string]");
@@ -41,14 +42,14 @@
    * [string] - String to output to client's window
  draw allows you to output data to the client's screen in several different colors. draw should almost be used when debugging or outputting script data to the user, as the majority of the other output options use the server's chat features.
  ^  draw Colors  ^^^^^
  ^  #  ^  color  ^  ^  #  ^  color  ^
- |  1  |  black  |  |  7  |  light green  |
- |  2  |  dark blue  |  |  8  |  very light green  |
- |  3  |  red  |  |  9  |  grey  |
- |  4  |  light yellow  |  |  10  |  brown  |
- |  5  |  light blue  |  |  11  |  yellow  |
- |  6  |  dark yellow  |  |  12  |  tan  |
+ |  1  |  black (#000000)  |  |  7  |  light green (#2E8B57)  |
+ |  2  |  dark blue (#000080)  |  |  8  |  very light green (#8FBC8F)  |
+ |  3  |  red (#FF0000)  |  |  9  |  grey (#7F7F7F)  |
+ |  4  |  dark yellow (#FFA500)  |  |  10  |  brown (#A0522D)  |
+ |  5  |  light blue (#1E90FF)  |  |  11  |  yellow (#FFD700)  |
+ |  6  |  orange (#EE7600)  |  |  12  |  tan (#F0E68C)  |
  
  
  
  


IP-Address  : 76.210.47.58
Old Revision: http://wiki.metalforge.net/doku.php/user:gxc:client_side_scripting:cplusplus-howto?rev=1206018796
New Revision: http://wiki.metalforge.net/doku.php/user:gxc:client_side_scripting:cplusplus-howto

-- 
This mail was generated by DokuWiki at
http://wiki.metalforge.net/




More information about the crossfire-wiki mailing list