paddy1180 Posted June 30, 2006 Share Posted June 30, 2006 in my server (Xendot RPG Server) im trying to find a way to get the coordonates of places to make things like 21 starfish island, so i can add them to my server so that people can buy them. is there a program that can be used to find the coordonated like in SA-MP there is a debug tool you can use (/save) cab anyone help..... thank you Link to comment
Jani Posted June 30, 2006 Share Posted June 30, 2006 I'm certain there are some GTAVC trainers which have a debug mode that shows you co-ordinates. Link to comment
MAD_BOY Posted June 30, 2006 Share Posted June 30, 2006 you ould make a script for mta:ma that would let you save coordinates and specify areas Link to comment
Aeron Posted July 1, 2006 Share Posted July 1, 2006 finds mta.area.mrc somewhere on the forums/contacts, i lost it Link to comment
paddy1180 Posted July 1, 2006 Author Share Posted July 1, 2006 thank you guys i look into that Link to comment
[FMJ]ParadoX Posted July 2, 2006 Share Posted July 2, 2006 Yes Aeron made one which was posted at http://www.aeron.tk at one point. Link to comment
paddy1180 Posted July 2, 2006 Author Share Posted July 2, 2006 yeah i tryed that but the link is broken,,, all those links in that list r broken Link to comment
[FMJ]ParadoX Posted July 3, 2006 Share Posted July 3, 2006 Found it, Hopefully it works for you. on *:SIGNAL:mta.command: { ;!c clears the buffer with pointers if (!c == $3) { !unset %area mta.say $1 Area cleared. } ;!p sets a area point if (!p == $3) { %area = %area $+ $chr(44) $+ $round($mta.location($1,$2,x),4) $+ $chr(44) $+ $round($mta.location($1,$2,y),4) mta.say $1 $calc($count(%area,$chr(44)) /2) point(s) set } ;!s saves the area to mta.data.ini if (!s == $3) { var %a if ($did(mta,$1 $+ 33) == GTA:3) !writeini " $+ $scriptdirmta.data.ini" AREA1 $right(%area,-1) $4- elseif ($did(mta,$1 $+ 22) == Stunt) !writeini " $+ $scriptdirmta.data.ini" AREA2 $right(%area,-1) $4- else { !writeini " $+ $scriptdirmta.data.ini" AREA2 $right(%area,-1) $4- !writeini " $+ $scriptdirmta.data.ini" AREA3 $right(%area,-1) $4- } !unset %area mta.say $1 Area saved as " $+ $4-" } ;!a Tells you in which area you are if (!a == $3) { mta.say $1 $mta.area($1,$2) } } Link to comment
[FMJ]ParadoX Posted July 6, 2006 Share Posted July 6, 2006 No Probs found it in the old pc Link to comment
*SmartiE* Posted July 6, 2006 Share Posted July 6, 2006 Aerons Scripts are still there http://home.deds.nl/~aeron/scripts/ v3.0 is MTA:VC and v4.0 is MTA:SA Race mod i believe Link to comment
Recommended Posts