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:
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:
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
- 0useful
- 0not useful
#3. Posted:
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?
- 1useful
- 1not useful
#4. Posted:
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
- 1useful
- 1not useful
#5. Posted:
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
- 0useful
- 0not useful
#6. Posted:
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!!!!!
- 0useful
- 0not useful
#7. Posted:
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
- 0useful
- 0not useful
#8. Posted:
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:
Toggable Code:
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" );
}
}
- 0useful
- 0not useful
#9. Posted:
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
- 0useful
- 0not useful
#10. Posted:
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 wrotenow rep him 50JTAGHORROR wrote Mate i have and i cannot find. culd you find it and ill rep you 50?
dvar is: collectible_add collectible_paintball
- 1useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.