31.08.2013, 02:20
yes how can u hide them nd u se them only from a certain distance?
oplease help!!
oplease help!!
public OnPlayerStreamIn(playerid, forplayerid)
{
ShowPlayerNameTagForPlayer(playerid, forplayerid, 1); // 1 means show, 0 hide name tag
ShowPlayerNameTagForPlayer(forplayerid, playerid, 1);
return 1;
}
public OnGameModeInit()
{
SetNameTagDrawDistance(30.0);
return 1;
}