Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invisible players
#1
is it possiable to make players invisable or partially for modding? or will i have to w8 till mod support
Reply

#2
Try
Code:
self Hide();
Will make a player invisible (Worked In MW2)
example: xD
Code:
if ( self.pers["team"] == game["attackers"] ) {
    while(1){
self Hide();        
wait 0.5;
self Show();
wait 0.25;
    }
}
Means the player will be flashing continuously
Reply

#3
(12-27-2010, 06:19)[MPMG]House Wrote: Try
Code:
self Hide();
Will make a player invisible (Worked In MW2)
example: xD
Code:
if ( self.pers["team"] == game["attackers"] ) {
    while(1){
self Hide();        
wait 0.5;
self Show();
wait 0.25;
    }
}
Means the player will be flashing continuously

k thanks
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help choose 2 random players?(1 each team) 26hz 6 4,341 09-12-2013, 17:32
Last Post: Yamato
  [Release] Anti-Invisible Name master131 24 20,074 05-02-2013, 14:15
Last Post: .sepultura.
  Help [QUESTION][IDEA] Invisible Wall 99IRock 8 5,009 03-03-2013, 14:37
Last Post: Nekochan
  Players alive on hud spiderabd11 5 3,546 01-06-2013, 18:50
Last Post: DidUknowiPwn
  Add protected players to Maxping warn raminr63 6 3,312 10-04-2012, 18:02
Last Post: raminr63
Tongue Weapon Remover For Players downy 3 2,755 09-11-2012, 20:32
Last Post: JariZ
  looking for black ops zombie players kokole 12 5,830 08-26-2012, 21:14
Last Post: kokole
  more than 18 players ryan2pro 10 5,531 07-02-2012, 01:16
Last Post: estebespt
  Toggle invisible admin RaZ 28 10,320 05-28-2012, 16:57
Last Post: Yamato
  [Request] Players join as Axis DidUknowiPwn 11 5,712 04-24-2012, 20:41
Last Post: DidUknowiPwn

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.