• 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help my visions keep failing
#1
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?)

  Reply
#2
put this before it

Self waittill("grace_period_ending");

i think thats the right one..
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#3
(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
  Reply
#4
Code:
self waittill("prematch_over");
?
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#5
(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
  Reply
#6
(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
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#7
http://pastebin.com/8WUNiLDD
  Reply
#8
(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
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#9
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
  Reply
#10
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
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [News] RtD v2 : Visions JariZ 2 1,666 04-07-2012, 08:40
Last Post: Yamato
Lightbulb [Tutorial] Custom Visions Yamato 13 8,743 09-28-2011, 09:06
Last Post: alvarogt95
  It'sMods failing! superbomb17 8 4,159 04-29-2011, 16:07
Last Post: d0h!
  [Release] Visions d0h! 25 11,113 03-15-2011, 00:06
Last Post: d0h!

Forum Jump:


Users browsing this thread: 1 Guest(s)