- Code: Select all
mutate me slaps himself around his face.
and your name in-game is for example... TheGod
it would show off like this:
- Code: Select all
TheGod slaps himself around his face.
...Could someone make it?
Alex, you are so cool at coding...

Moderator: Forum Guards
mutate me slaps himself around his face.
TheGod slaps himself around his face.
//=============================================================================
// MeMutator Made by Alex ~ http://www.dxalpha.com/
//=============================================================================
class MeMutator extends Mutator;
function PostBeginPlay()
{
Level.Game.BaseMutator.AddMutator(Self);
}
function Mutate (String S, PlayerPawn Player)
{
local DeusExPlayer _Player;
local string _Message;
_Player = DeusExPlayer(Player);
if(_Player != None)
{
if(Left(S,2) ~= "me" && (Left(S,3) ~= "me " || Left(S,3) ~= "me"))
{
_Message = Right(S,Len(S)-3);
if(Len(_Message) > 0)
{
BroadcastMessage(_Player.PlayerReplicationInfo.PlayerName$"("$_Player.PlayerReplicationInfo.PlayerID$")"@_Message);
Log(_Player.PlayerReplicationInfo.PlayerName$"("$_Player.PlayerReplicationInfo.PlayerID$")"@_Message);
}
else
{
_Player.ClientMessage("|p3<MiniMachina> Usage: Mutate Me [Action]");
}
}
}
Super.Mutate(S,Player);
}
defaultproperties
{
bHidden=True
}
Dae[A] wrote:Install it as ServerActors=package.MeMutator in DeusEx.ini.
Dae[A] wrote:Install it as ServerActors=package.MeMutator in DeusEx.ini
That's what I did, don't think I am stupid
~þsÿçhø~ wrote:My laptops screen is broke, how can i fix it?
James wrote:THROW DARK SOULS AT IT
¤[ß2S]¤0o7 wrote:Dae[A] wrote:Install it as ServerActors=package.MeMutator in DeusEx.ini
That's what I did, don't think I am stupid
way to show ur appreciation there