Post: Infinite smoke grenade help
09-21-2011, 08:51 PM #1
dishcloth
12% STD free
(adsbygoogle = window.adsbygoogle || []).push({}); Hello, I'm feeling kinda dumb for asking this question, but okay,
I'm trying to make an unlimited smoke and only smoke patch, I've got everything done (Spawning with smokes, text on the screen and that kind of shit)
But when I throw my smoke, it is gone. no new smoke will appear. I have used:
    doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}
But It didn't work.
Can someone please help me?
(adsbygoogle = window.adsbygoogle || []).push({});

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo