You are viewing our Forum Archives. To view or take place in current topics click here.
CoD WaW Zombies Paint ball dvar
Posted:

CoD WaW Zombies Paint ball dvarPosted:

JTAGHORROR
  • TTG Master
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 854
Reputation Power: 38
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 854
Reputation Power: 38
Is there a paint ball dvar?
#2. Posted:
HaloUK
  • TTG Fanatic
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 4,314
Reputation Power: 252
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 4,314
Reputation Power: 252
Yes Look It Up On Google
#3. Posted:
JTAGHORROR
  • TTG Master
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 854
Reputation Power: 38
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 854
Reputation Power: 38
Mate i have and i cannot find. culd you find it and ill rep you 50?
#4. Posted:
JTAGHORROR
  • TTG Master
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 854
Reputation Power: 38
Status: Offline
Joined: Aug 04, 201014Year Member
Posts: 854
Reputation Power: 38
Please i really need it
#5. Posted:
ViLe_x_XezDoM
  • Challenger
Status: Offline
Joined: Jun 04, 201113Year Member
Posts: 116
Reputation Power: 4
Status: Offline
Joined: Jun 04, 201113Year Member
Posts: 116
Reputation Power: 4
JTAGHORROR wrote Mate i have and i cannot find. culd you find it and ill rep you 50?

How are you going to rep 50 if you only have 14? Oh wait rep+ a few times
#6. Posted:
TTG_iiN_HD
  • Resident Elite
Status: Offline
Joined: Jun 10, 201113Year Member
Posts: 228
Reputation Power: 9
Status: Offline
Joined: Jun 10, 201113Year Member
Posts: 228
Reputation Power: 9
please post dvar code for paintballs!!!!!
#7. Posted:
Mikeeeey
  • Ladder Climber
Status: Offline
Joined: May 15, 201113Year Member
Posts: 350
Reputation Power: 26
Status: Offline
Joined: May 15, 201113Year Member
Posts: 350
Reputation Power: 26
TTG_iiN_HD wrote please post dvar code for paintballs!!!!!

It's not a dvar, its a function. Don't know about code_post
#8. Posted:
Mikeeeey
  • Ladder Climber
Status: Offline
Joined: May 15, 201113Year Member
Posts: 350
Reputation Power: 26
Status: Offline
Joined: May 15, 201113Year Member
Posts: 350
Reputation Power: 26
EDIT: Heres the function:

On: SetCollectible( "collectible_paintball" );
Off: unSetCollectible( "collectible_paintball" );


Toggable Code:

Tgl_Paintballs()
{
   if( !IsDefined( level.Paintballs ) )
   {
      SetCollectible( "collectible_paintball" );
      level.Paintballs = true;
      self iPrintln( "Paintballs ^2On" );
   }
   else
   {
      unSetCollectible( "collectible_paintball" );
      level.Paintballs = undefined;
      self iPrintln( "Paintballs ^1Off" );
   }
}
#9. Posted:
eio1012
  • New Member
Status: Offline
Joined: May 05, 201113Year Member
Posts: 43
Reputation Power: 1
Status: Offline
Joined: May 05, 201113Year Member
Posts: 43
Reputation Power: 1
JTAGHORROR wrote Mate i have and i cannot find. culd you find it and ill rep you 50?


dvar is: collectible_add collectible_paintball
#10. Posted:
bhack123
  • Rising Star
Status: Offline
Joined: Jun 20, 201113Year Member
Posts: 727
Reputation Power: 28
Status: Offline
Joined: Jun 20, 201113Year Member
Posts: 727
Reputation Power: 28
eio1012 wrote
JTAGHORROR wrote Mate i have and i cannot find. culd you find it and ill rep you 50?


dvar is: collectible_add collectible_paintball
now rep him 50
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.