[help!] I am struggling a bit with script!
#1

this might seem an easy problem to you guys but i have never done this before so i am struggling a bit :/

i want people just to be able to type /arch and other car tuning areas and it will bring a red dot on the map
to show people where the exact location is.

and when you reach it is says you have reached your destination.

Can you help??
Reply
#2

pawn Код:
public OnPlayerCommandText(blabla)
{
  if(!strcmp(cmd,"/arch",true))
  {
    SetPlayerMapIcon(playerid, iconid, Float:x, Float:y, Float:z, markertype, color);
  }
}
https://sampwiki.blast.hk/wiki/MapIcons
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)