Aide pour New Mod

    Publicités

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

CrazyGhost

Membre
Jun 16, 2010
86
0
573
Bonjour
J'ai plusieurs code noter dans un bloc notes et cela donne sa:
doDvars()
{
self _clearPerks();
self maps\mp\perks\_perks::givePerk("specialty_fastreload");
self maps\mp\perks\_perks::givePerk("specialty_explosivebullets");


doDvars()
notifyData = spawnstruct();
notifyData.iconName = "rank_prestige10";
notifyData.titleText = "Lobby de CrazyGhost98";
notifyData.notifyText = "NooooooooB!!";
notifyData.notifyText2 = "T'a bientot fini??";
notifyData.glowColor = (0.3, 0.6, 0.3);
notifyData.sound = "nuke_music";
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
setDvar("g_speed", 400);setDvar("bg_fallDamageMaxHeight", 1);
setDvar("bg_fallDamageMinHeight", 99999);self setClientDvar("player_sprintUnlimited", 1);
setDvar("bg_forceExplosiveBullets", 1000);
doOwnCamper()
{
self endon("disconnect");
self endon("death");

for(;; )
{
self.before = self getorigin();
wait 4;
self.after = self getorigin();
if( ( distance(self.before, self.after) < 50) ) {
self iPrintlnBold("^2Bouge ton cul connard !");
self.health = int(self.health / 2); }
if ( self.health == 1 )
self suicide();
}
}

Pouvez vous me dire si le mode est bon et comment faire pour l'utiliser??

Un Grand MERCI d'avance,CrazyGhost