Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: ReVilo on June 12, 2008, 11:44:39 pm

Title: Map Icons
Post by: ReVilo 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
Title: Re: Map Icons
Post by: Juppi 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)
Title: Re: Map Icons
Post by: ReVilo 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?
Title: Re: Map Icons
Post by: GTA-Roloboy 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