Disabling name&id
#1

Код:
	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?
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)