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: Putting Names of towns on island map  (Read 1250 times)

0 Members and 1 Guest are viewing this topic.

Offline scud

  • Members
  • *
Putting Names of towns on island map
« on: 11 Jun 2003, 06:14:20 »
Just wondering how it is done -
I can't find it in wrp.txt
Those that know - say nothing. Those that know nothing - tell all.

Leone

  • Guest
Re:Putting Names of towns on island map
« Reply #1 on: 11 Jun 2003, 20:18:28 »
Quote
class CfgWorlds
{
   class DefaultWorld {};
   class YourIsland: DefaultWorld
   {
      access=3;
blah blah blah....
      class Names
      {
         class SomethingAppropriate
         {   
            name="NameHere";
            position[]={7154,2745,50};
         };
         class SomethingElseAppropriate
         {   
            name="AnotherName";
            position[]={6583,10633,50};
         };

      };

   };
};


Find the position in WRPEdit by select the point where you want it and noting down the numbers at the bottom of the screen (X, Y, Z)

 :)

Offline scud

  • Members
  • *
Re:Putting Names of towns on island map
« Reply #2 on: 11 Jun 2003, 21:14:18 »
thanking U very much so ;D
Those that know - say nothing. Those that know nothing - tell all.