Author Topic: Map Icons  (Read 3377 times)

0 Members and 1 Guest are viewing this topic.

Offline ReVilo

  • Wiseguy
  • **
  • Posts: 64
  • Master of All that is Holy
    • View Profile
Map Icons
« on: June 12, 2008, 11:44:39 pm »
hey guys,
lately I've been trying to make map icons appear on the map,
for now I thought it would be simple enough as to just make a command that simply uses the RconCommand set 16, but it's not working :-\
Any help? :P

Juppi

  • Guest
Re: Map Icons
« Reply #1 on: June 13, 2008, 01:48:07 am »
Try this:

Code: [Select]
dll rcondll.dll RconCommand set 16 <marker id> <coordinates>
Or create alias:

Code: [Select]
alias vcmp.setmarker dll rcondll.dll RconCommand set 16 $1-
and then use vcmp.setmarker <id> <coordinates> to add a marker.


(note: need the original dll, if the filename is different then use it instead)

Offline ReVilo

  • Wiseguy
  • **
  • Posts: 64
  • Master of All that is Holy
    • View Profile
Re: Map Icons
« Reply #2 on: June 15, 2008, 11:57:18 pm »
Ok so I've got the !setmarker cmd working (and i think it should be easy enough to make it setmarkers on connect)
Now how can i add functions to the pink mission things?
Is this possible?
Or if it's not, can I get rid of the pink thing?

Also, is there somewhere I can get a list of Marker ID's?
« Last Edit: June 16, 2008, 12:05:43 am by ReVilo »

Offline GTA-Roloboy

  • Made Man
  • ***
  • Posts: 135
    • View Profile
Re: Map Icons
« Reply #3 on: June 16, 2008, 08:13:36 pm »
Ok so I've got the !setmarker cmd working (and i think it should be easy enough to make it setmarkers on connect)
Now how can i add functions to the pink mission things?
Is this possible?
Or if it's not, can I get rid of the pink thing?

Also, is there somewhere I can get a list of Marker ID's?

1. Just make a cmd that checks the area OR make a invisible pickup or something in the pink marker :)

2. I think there is not a list of marker ID's atm.... :( SO I MADE ONE: :D

Code: [Select]
http://forum.vicecitymultiplayer.com/index.php?topic=456.0
« Last Edit: June 16, 2008, 10:32:14 pm by GTA-Roloboy »