Posts: 623
Threads: 57
Joined: Jan 2011
Reputation:
14
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?)
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
put this before it
Self waittill("grace_period_ending");
i think thats the right one..
Posts: 623
Threads: 57
Joined: Jan 2011
Reputation:
14
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
Posts: 6,052
Threads: 429
Joined: Oct 2010
04-05-2011, 17:32
(This post was last modified: 04-05-2011, 17:33 by d0h!.)
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