Vice City Multiplayer

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

Title: Help me for pawno script please
Post by: Jancis_LV on January 15, 2010, 05: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, 07:36:21 pm
What marker? Default player have marker on the radar (and u can set it manual):
Code: [Select]
SetPlayerMarker(playerid,colour);
Also you can remove it:
Code: [Select]
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:
Code: [Select]
SetPlayerMapIcon(playerid,#,x,y,z,iconid,color);