Post: Need help with infectable kinda infinite ammo
11-19-2017, 12:29 AM #1
neb
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); i was trying to get infinite ammo working using dvar so i could make it a infection and i did but it didn't infect is there any thing that will help
    test()
{
setDvar("perk_scavenger_clip_multiplier", 100);
makedvarserverinfo("perk_scavenger_clip_multiplier", 100);
self thread test2();
}

test2()
{
iPrintln("Infected With ^2test stuff");
setDvar("player_clipSizeMultiplier", 100);
makedvarserverinfo("player_clipSizeMultiplier", 100);
}


don't mind me being to lazy to think of a name for then video lol
11-19-2017, 02:54 PM #2
Patrick
League Champion
Originally posted by neb View Post
i was trying to get infinite ammo working using dvar so i could make it a infection and i did but it didn't infect is there any thing that will help
    test()
{
setDvar("perk_scavenger_clip_multiplier", 100);
makedvarserverinfo("perk_scavenger_clip_multiplier", 100);
self thread test2();
}

test2()
{
iPrintln("Infected With ^2test stuff");
setDvar("player_clipSizeMultiplier", 100);
makedvarserverinfo("player_clipSizeMultiplier", 100);
}


don't mind me being to lazy to think of a name for then video lol


The dvar will probably reset hence why it wont stick
11-19-2017, 11:58 PM #3
neb
Save Point
ok thanks

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo