29.06.2012, 21:08
stand by ill try to figure it out...
EDIT: Here this is a map icon so they can see the icon...
EDIT:2 this is a walk in marker...
+rep
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...
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,X,Y,Z,CHECKPOINTSIZE);
}
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
return 1;
}