Author Topic: Help me for pawno script please  (Read 2683 times)

0 Members and 1 Guest are viewing this topic.

Offline Jancis_LV

  • Street Thug
  • *
  • Posts: 37
    • View Profile
    • Latvian Vice City
Help me for pawno script please
« on: January 15, 2010, 05:12:37 pm »
How to make marker on map with pawno script?
Latvian Vice City server
78.84.47.75:5192

Offline OKStyle

  • Street Thug
  • *
  • Posts: 8
    • View Profile
Re: Help me for pawno script please
« Reply #1 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);