20.02.2011, 17:26
if you want swithc type of the player markers
there are 3 types of them
//NO PLAYER MARKER
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(0);
}
//GLOBAL PLAYER MARKERS
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(2);
}
//& STREAMED PLAYER MARKERS
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(2);
}
there are 3 types of them
//NO PLAYER MARKER
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(0);
}
//GLOBAL PLAYER MARKERS
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(2);
}
//& STREAMED PLAYER MARKERS
public OnGameModeInit()
{
// Player markers only visible to near players
ShowPlayerMarkers(2);
}