Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: Jancis_LV on January 15, 2010, 03:12:37 PM

Title: Help me for pawno script please
Post by: Jancis_LV on January 15, 2010, 03:12:37 PM
How to make marker on map with pawno script?
Title: Re: Help me for pawno script please
Post by: OKStyle on January 23, 2010, 05:36:21 PM
What marker? Default player have marker on the radar (and u can set it manual):
SetPlayerMarker(playerid,colour);

Also you can remove it:
RemovePlayerMarker(playerid);

If u want create map icon, u can't do this i think, cause this command don't included in a_vcmp.inc:
SetPlayerMapIcon(playerid,#,x,y,z,iconid,color);