Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Jancis_LV on January 15, 2010, 05:12:37 pm
-
How to make marker on map with pawno script?
-
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);