SA-MP Forums Archive
name tags and blips - 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: name tags and blips (/showthread.php?tid=267707)



name tags and blips - muhib777 - 09.07.2011

Code:
else if(classid == 2)
	{
	        gTeam[playerid] = TEAM_RIFA;
			SetPlayerTeam(playerid,TEAM_RIFA);//You can delete this line if you want to allow team killing...
			GameTextForPlayer(playerid,"~b~Rifa-Spy",3000,4);
			SendClientMessage(playerid,0xFFFFFF96, "Rifa-Spy Class");
			SendClientMessage(playerid,0xFFFFFF96, "Rifa-Spy Class includes Silenced 9mm-Knife-Camera");
			ShowNameTags(0);
	}
I want to make it so the players blip and name tags do not appear when the player selects this class id but it is not working.


Re: name tags and blips - Wesley221 - 09.07.2011

https://sampwiki.blast.hk/wiki/ShowPlayerMarkers
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer
Try some things with those functions


Re: name tags and blips - muhib777 - 09.07.2011

tried em dont work they still show on the class id