a small Question.
#1

How can i create point shows for all players.
Please help me.
Reply
#2

Help i need help +REP
Reply
#3

What poin??Mapicon or what?
Reply
#4

Could you please be more explicit?
Reply
#5

the red Marker i can add it in my Pos i know how to make some thing spawn near me so that one fine but how to create the red marker.
Reply
#6

Ohhhhhhhhh ok goto MTA then create a marker unless you have a different way of scripting it...

EDIT: Goto MTA press f then press the marker sign at the left bellow of the screen then put the marker where you want...
Reply
#7

Not like that i know this thats easy i wanna know how to make it show to all players.
Reply
#8

stand by ill try to figure it out...

EDIT: Here this is a map icon so they can see the icon...

pawn Код:
MAPICON_GLOBAL
pawn Код:
public OnPlayerConnect( playerid )
{
    // This Is A example
    SetPlayerMapIcon( playerid, 12, 2204.9468, 1986.2877, 16.7380, 52, 0, MAPICON_LOCAL );//over here is the coordinates...
EDIT:2 this is a walk in marker...
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid,X,Y,Z,CHECKPOINTSIZE);
}

public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    return 1;
}
+rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)