here is a sample from my cpp file on one of the islands from the Paintball MOD
class Names
{
class Volcano
{
name="Volcano";
position[]={8225.00,6205.00,50};
};
class Swamp
{
name="Swamp";
position[]={5284.38,3853.13,50};
};
class River
{
name="River";
position[]={4290.63,4490.63,50};
};
};
the position is the corrdinates of the name (duhh) to find the coordinates, load up WRPedit, move your mouse over the spot where you want the name, then it should say it under "info" on the bottom
someone correct me if im wrong, but i think it goes {x, y, z}