28.08.2009, 12:20
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.
|
pawn Code:
public OnPlayerUpdate(playerid)
{
if(PInvisible[playerid])return 0;
return 1;
}