a small Question.
#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


Messages In This Thread
a small Question. - by Gangster-rocks - 29.06.2012, 18:12
Re: a small Question. - by Gangster-rocks - 29.06.2012, 20:09
Re: a small Question. - by Smokkr - 29.06.2012, 20:12
Re: a small Question. - by sleepysnowflake - 29.06.2012, 20:23
Re: a small Question. - by Gangster-rocks - 29.06.2012, 21:02
Re: a small Question. - by [A]ndrei - 29.06.2012, 21:04
Re: a small Question. - by Gangster-rocks - 29.06.2012, 21:06
Re: a small Question. - by [A]ndrei - 29.06.2012, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)