Code:
# splat.cog
#
# When a player enteres a sector, they will have their limbs amputated and
# it will print the message "Oops, looks like there was a transporter Malfuntion".
#
# EL3CTRO (17/02/2001)
#(/\/\/\/(()===========================================================================-
flags=0x40
symbols
message entered
message startup
sector splatchamber
int player local
int dummy local
sound telesound=ForceThrow01.WAV
template sparks=+telesparks
end
#(/\/\/\/(()============================================================================-
code
entered:
player=GetLocalPlayerThing();
StopThing(player);
dummy = CreateThing(sparks, player);
dummy = PlaySoundLocal(telesound, 1.0, 0, 0);
AmputateJoint(player, 5);
AmputateJoint(player, 0);
AmputateJoint(player, 1);
AmputateJoint(player, 2);
AmputateJoint(player, 3);
AmputateJoint(player, 4);
AmputateJoint(player, 6);
Print("Oops, looks like there was a transporter malfunction.");
dummy = CreateThing(sparks, player);
return;
endThis cog works fine appart from in multiplayer. It cuts off all the limbs in the top half of your body when you enter a sector.
When it multiplayer the other people cant see your missing limbs, they can see theird though, how would i make it so that everyone can see your limbs are missing?
------------------
Generating Electro Vibes™ for the masses on Massassi
Go To: HERE
Jedi Knight Depostitory
Generating Electro Vibes™ for the masses on Massassi
Go To: BiTsToRm Forums or L3CY's Topsites
Boba Jules: You ever read the bible TK-421?
TK-421: No?
Boba Jules: Oh, ok...
*BLAM BLAM BLAM BLAM*
<EL3CTRO> EXCAUSE ME MISTAR CAERV BUT I LIEK MY PHORUMPHS!
Go To: BiTsToRm Forums or L3CY's Topsites
Boba Jules: You ever read the bible TK-421?
TK-421: No?
Boba Jules: Oh, ok...
*BLAM BLAM BLAM BLAM*
<EL3CTRO> EXCAUSE ME MISTAR CAERV BUT I LIEK MY PHORUMPHS!
![http://forums.massassi.net/html/smile.gif [http://forums.massassi.net/html/smile.gif]](http://forums.massassi.net/html/smile.gif)