name tags and blips
#1

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.
Reply
#2

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

tried em dont work they still show on the class id
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)