• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Care package building
#1
Hi guys im completely new to modding and trying to have a go at making a race track using RCXD V3:
http://www.itsmods.com/forum/Thread-RCXD...-v3-0.html

The probem is i dont know how to work out what the co-ordinates are on the maps. Can anyone tell me how i get the co-ordinates/best way of doing it.

Cheers,

Apple.
  Reply
#2
Code:
doShowCoords()
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        self iPrintLnBold(self.origin + " " + self getPlayerAngles());
        
        wait 2;
    }
}

And put this to onPlayerSpawned();
Code:
self thread doShowCoords();
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What script controls the "random" aspect to care packages? akillj 2 3,013 06-05-2013, 11:24
Last Post: akillj
  Care package question. DidUknowiPwn 1 1,868 09-21-2012, 00:51
Last Post: JariZ
  [Tutorial] friends help take care alemonoes 13 5,470 07-04-2012, 12:21
Last Post: JoSchaap
  [News] Care package maps Rendflex 3 2,035 07-04-2012, 07:54
Last Post: Pozzuh
Lightbulb [News] if you need help upgradeing your pc or building a new one read:) rawr-saours 5 3,035 03-18-2012, 15:52
Last Post: d0h!
  [Tutorial] Support package killstreak hack Metro-Police#45 55 27,315 02-10-2012, 19:39
Last Post: king_trooles
  Help  "Could not load rumble info file" when building zabidenu 1 2,625 12-16-2011, 18:40
Last Post: Nekochan
  [Tutorial] CoDBO Building A Mod *With Mod Tools* + More aosma8 10 8,178 10-09-2011, 06:18
Last Post: master131
Question [SOLVED]Kar98k error while building mod FRAN710 16 8,710 07-30-2011, 14:39
Last Post: FRAN710
  [News] DLC3 Package Info - Annihilation d0h! 8 5,308 07-26-2011, 18:23
Last Post: Pyroh

Forum Jump:


Users browsing this thread: 1 Guest(s)