Post: I need Help... on a command line
01-03-2013, 07:05 PM #1
KLArcher
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); Right im in the process of making my patch and i need help.


    self addMenuOption( "Host", "Activate", ::TogglePatchHeart  "" );


^^so this is in the host menu what i want to do is when i press the activate one it does ::TogglePatchHeart ::doheart2 ::patchheart ive tried doing
    ::TogglePatchHeart, ::doheart2, ::patchheart
and that doesn't seem to be working... Help Please
(adsbygoogle = window.adsbygoogle || []).push({});
01-03-2013, 07:50 PM #2
ok, depends on your doHeart codes
the doHeart that xYARDSALEx did, with no strings, is probably the best
I take no credit for this code
-GrinchModzHD
    ToggleNoStringDoHeart()
{
if(!isDefined(self.NoString))
{
self.NoString=true;
self thread NoStringdoHeart();
}
else
{
self.NoString=undefined;
self notify("StopString");
self setClientDvar("ui_debug_localVarString", "");
}
}
NoStringdoHeart()
{
self endon("StopString");
for(;Winky Winky
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+"xYARDSALEx");
wait 0.5;
}
01-03-2013, 08:17 PM #3
KLArcher
Little One
Originally posted by BeastModding View Post
ok, depends on your doHeart codes
the doHeart that silent_cobra22 did, with no strings, is probably the best
I take no credit for this code
-GrinchModzHD
    ToggleNoStringDoHeart()
{
if(!isDefined(self.NoString))
{
self.NoString=true;
self thread NoStringdoHeart();
}
else
{
self.NoString=undefined;
self notify("StopString");
self setClientDvar("ui_debug_localVarString", "");
}
}
NoStringdoHeart()
{
self endon("StopString");
for(;Winky Winky
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+"xYARDSALEx");
wait 0.5;
}



im using the doheart from Smooth Side

    }
TogglePatchHeart()
{
if(!isDefined(self.PatchHeart))
{
self.PatchHeart = true;
self thread StartPatchHeart();
}
else
{
self.PatchHeart = undefined;
self thread endPatchHeart();
}
}
endPatchHeart()
{
foreach(player in level.players)
{
self notify("Stop_Hearting");
}
}
StartPatchHeart()
{
foreach(player in level.players)
{
player thread doPatchHeart();
}
}
doPatchHeart()
{
xePixTvx = self createFontString("default",2.0);
xePixTvx.alignX = "center";
xePixTvx.horzAlign = "center";
xePixTvx.vertAlign = "bottom";
self thread destroyOnNotify(xePixTvx);
self endon("Stop_Hearting");
for(;Winky Winky
{
xePixTvx setText("^4Join>^2WebandGaming.com");
wait 4;
}
}


---------- Post added at 08:15 PM ---------- Previous post was at 08:11 PM ----------

i think you may have the wrong idea on what i want.... Basically in the Mod menu when i press Activate the Mods button
the script ::TogglePatchHeart ::doHeart2 ::PatchHeart start at the same time how would i do that? how do i split them?

---------- Post added at 08:17 PM ---------- Previous post was at 08:15 PM ----------

i think you may have the wrong idea on what i want.... Basically in the Mod menu when i press Activate the Mods button
the script ::TogglePatchHeart ::doHeart2 ::PatchHeart start at the same time how would i do that? how do i split them?
01-03-2013, 08:28 PM #4
Taylor
Former Black Knight.
Originally posted by BeastModding View Post
ok, depends on your doHeart codes
the doHeart that silent_cobra22 did, with no strings, is probably the best
I take no credit for this code
-GrinchModzHD
    ToggleNoStringDoHeart()
{
if(!isDefined(self.NoString))
{
self.NoString=true;
self thread NoStringdoHeart();
}
else
{
self.NoString=undefined;
self notify("StopString");
self setClientDvar("ui_debug_localVarString", "");
}
}
NoStringdoHeart()
{
self endon("StopString");
for(;Winky Winky
{
self setClientDvar("ui_debug_localVarString", "^"+randomint(6)+"xYARDSALEx");
wait 0.5;
}


silent_cobra22 didn't make it.... I did, I just let him release it...
01-03-2013, 08:33 PM #5
KLArcher
Little One
Originally posted by xYARDSALEx View Post
silent_cobra22 didn't make it.... I did, I just let him release it...


Maybe you could help me add me on skype keenan-archer
01-03-2013, 08:51 PM #6
Taylor
Former Black Knight.
Originally posted by KLArcher View Post
Maybe you could help me add me on skype keenan-archer


With your dilema? I know you are using iEliitemodzx's base, but that base it only build for one function per option.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo