29.06.2012, 18:12
How can i create point shows for all players.
Please help me.
Please help me.
MAPICON_GLOBAL
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...
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid,X,Y,Z,CHECKPOINTSIZE);
}
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
return 1;
}