SA-MP Forums Archive
Disabling name&id - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Disabling name&id (/showthread.php?tid=231477)



Disabling name&id - Typhome - 25.02.2011

Код:
	for(new i = 0; i < MAX_PLAYERS; i++) {
   	   	if(IsPlayerConnected(i)) {
			ShowPlayerNameTagForPlayer(i, playerid, 0);
		}
	}
I put this at OnPlayerSpawn.

I spawn and i can't see anybody names&id's, but somebody spawn and can see my name&id.

How do disable full all name&id?


Re: Disabling name&id - park4bmx - 25.02.2011

EDIT understood you wrong sorry
use this is more simple and does the same job
pawn Код:
ShowNameTags(0);
under OnGameModeInit