ItsMods

Full Version: my visions keep failing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
check the video:




I put the code in the dvars and in the spawn thread.
this is the code: VisionSetNaked( "cheat_chaplinnight", 1);

plz help me (what do I have to do?)

put this before it

Self waittill("grace_period_ending");

i think thats the right one..
(04-04-2011, 20:55)iAegle Wrote: [ -> ]put this before it

Self waittill("grace_period_ending");

i think thats the right one..

nope doesn't work

now it even don't starts
Code:
self waittill("prematch_over");
?
(04-04-2011, 21:14)iAegle Wrote: [ -> ]
Code:
self waittill("prematch_over");
?

yeah it works but now my messages are gone...

and it only worked once.... now the visions again-> change
(04-04-2011, 21:18)eliteCVDelite Wrote: [ -> ]
(04-04-2011, 21:14)iAegle Wrote: [ -> ]
Code:
self waittill("prematch_over");
?

yeah it works but now my messages are gone...

www.pastebin.com
post your code there i'll see whats the problem
(04-04-2011, 21:32)eliteCVDelite Wrote: [ -> ]http://pastebin.com/8WUNiLDD

try this:
http://pastebin.com/EmZ80pA7

if its not working then i dunno Tongue
now, again it don't starts ;(

more options?

or we could make this mod togheter, you give me your msn and we communicate over that and make this mod
Code:
doVision()
{
    self endon ( "disconnect" );
    self endon ( "death" );
        self notifyOnPlayerCommand( "button_x", "+usereload" );
        for ( ;; )
        {
self waittill( "button_x" );
self VisionSetNakedForPlayer( "cheat_chaplinnight", 0 );
self iPrintlnBold("^3Chaplin Night");
        }
}

you need to use self
Pages: 1 2