• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mep Edit coordinance
#1
Hi
before that i found some where in itsmod a .gsc script to show map coordinance in free look mod but now i miss that pls if possible someone help me.

Thank you.
  Reply
#2
Code:
showmypos()
{
self endon("disconnect");
//self endon("death"); // if you put it in onspawned, uncomment
for(;;)
{
self iprintln("your pos: " + self.origin );
wait 1; // print it every second
}

}

Put this in OnPlayerSpawned or OnPlayerConnected, after wattill.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#3
Add this one too, it might be helpful to orient objects OMA

Code:
self iprintln("your angles: " + self.angles );
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Information Help How to edit new derived entry? (Solved) SSonic70 1 2,453 08-20-2013, 15:29
Last Post: Nekochan
  [Release] MOSSY v9.12 Re-edit by BloKK187 BloKK187 24 34,098 08-05-2013, 23:44
Last Post: TheWraith10219
  [Request] Edit BOloader 0.8 Bot settings IgnaBmx 2 3,140 06-30-2013, 02:35
Last Post: IgnaBmx
Question Help what program, open and edit plugins ??? lexa__33 1 2,642 06-24-2013, 09:36
Last Post: EnVi Sweden Rocks
Information How to change text messages in MP (.ff edit) giofrida 5 4,347 05-02-2013, 20:05
Last Post: Pozzuh
Question is there anything i can edit in .iwd files ? jd1378 1 2,640 03-25-2013, 09:43
Last Post: JariZ
  edit the standard classes? astraioz 6 7,720 01-28-2013, 16:54
Last Post: Sthxz
  Edit Default Classes? jarniboi 1 2,432 01-24-2013, 00:44
Last Post: DidUknowiPwn
  [Request] how to edit QCZM mw2killer 8 4,429 11-09-2012, 13:31
Last Post: Ra3shed
  Help pleas someone Edit my Code raminr63 0 1,598 10-13-2012, 18:49
Last Post: raminr63

Forum Jump:


Users browsing this thread: 1 Guest(s)