Player Invisibility Script
#9

Quote:
Originally Posted by $ЂЯĢ
return 0 in OnPlayerUpdate and other players won't get any packages from you, so they will just see you standing where your last position was with 0 health. You will be able to move around and you will get packages form other players, so they will be synced for you.
That's how I did it.

pawn Code:
public OnPlayerUpdate(playerid)
{
  if(PInvisible[playerid])return 0;
  return 1;
}
Reply


Messages In This Thread
Player Invisibility Script - by Jbosh123 - 28.08.2009, 08:28
Re: Player Invisibility Script - by SampStunta - 28.08.2009, 08:37
Re: Player Invisibility Script - by dice7 - 28.08.2009, 08:56
Re: Player Invisibility Script - by WrathOfGenesis - 28.08.2009, 09:05
Re: Player Invisibility Script - by dice7 - 28.08.2009, 09:09
Re: Player Invisibility Script - by FreeSoul - 28.08.2009, 09:13
Re: Player Invisibility Script - by dice7 - 28.08.2009, 09:23
Re: Player Invisibility Script - by Sergei - 28.08.2009, 10:29
Re: Player Invisibility Script - by Joe Staff - 28.08.2009, 12:20
Re: Player Invisibility Script - by Zeromanster - 28.08.2009, 12:41

Forum Jump:


Users browsing this thread: 2 Guest(s)