SolvedQuick help with Magic bullet and smoke grenade needed

Posts 1–5 of 5 · Page 1 of 1
Quick help with Magic bullet and smoke grenade needed
Hey guys!
I'm trying to make a mod and one of the things I needed help with was calling in Smoke on a specific area.

So I used this code:

MagicBullet( "smoke_grenade_mp", Location, Location + (30, -30, 0), self );
But it just doesnt do anything. Are you not able to use magic bullet for smoke nades?
Is there another way like making the Smoke Fx appear?

Thanks for any help!
You can't use MagicBullet on a smoke grenade... You can spawn a smoke grenade model:

Code:
sg = spawn("script_model", self.origin);
sg setModel(getWeaponModel("smoke_grenade_mp"));
As for smoke, no idea.
There's a FX for the smoke, @Yamato knows the FX, I just forgot it... lol

Ah, and sorry for the mention Yamato I know you hate it...
@EpicPlayer : I will spam you¡¡¡¡¡ You will block me as friend,

For the help:

Code:
smoke/smoke_grenade_11sec_mp //Probably this one, havent tried
props/american_smoke_grenade_mp
Posts 1–5 of 5 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?