Mod editting help!
Yea, I kind of give up. I guess I can set invisiblity to infinite untill death. fall damage... No clue. Perks will be ok, they will have to get over the whole pressing it everytime you spawn thing. Thats bout it.
for the invisib thing you can use
self.hide and self.show
self.hide and self.show
a wet dream!!! lol just kidding
okay well perks are easy just remove self.endon("death") and ur perks will be yours forever
okay well perks are easy just remove self.endon("death") and ur perks will be yours forever
Lol... No, I just did this to make my toggle switch, messy i know.. But why fix something that isn't broken... and yes it is finished :P.
It works, everyone is happy... not gonna fix it
.
Code:
doInvis()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "[{+smoke}]", "+smoke" );
while ( 1 )
{
self waittill( "[{+smoke}]" );
self hide();
self iPrintlnBold("^2 You are Invisible");
wait 3;
self thread doGone();
break;
}
}
doGone()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "[{+smoke}]", "+smoke" );
while ( 1 )
{
self waittill( "[{+smoke}]" );
self iPrintlnBold("^1 You are visable again.");
self thread doInvis();
self show();
break;
.This thread is closed for replies.
Similar Threads
Combat Arms Mod HelpModel Edit helpDA 1 Combat Arms Brazil Help[HELP]Kero um tuto do Model Edit [HELP]
10 C++/C ProgrammingMicrosoft Visual C# 2008 Express Edition help on makin warrock hack-P 3 Combat Arms Mod Discussion.REZ editing help!!!AR 8 Combat Arms Mod DiscussionList of all CA mods please help me keeping it updatedFE 14




