Hide marker
#1

How do i hide a marker for a player, actually need to do this for sniper class i know the
Код:
ShowPlayerMarkers(1);
but how to disable it in only sniper class??
Reply
#2

Set their color to be invisible (0 alpha) or use SetPlayerMarkerForPlayer.
Reply
#3

oh,k were do i need to paste the
Код:
SetPlayerMarkerForPlayer(0);
for my sniper class ??
Reply
#4

Put this :
Код:
SetPlayerMarkerForPlayer( 0xFFFFFF00 );
in your sniper class
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)