11-26-2010, 10:14
Well I've tried it 10 times and I already got 2 videos of this death machine as MP5K
It's basically a glitch but happens with scripting.
Does it work for you?
It's basically a glitch but happens with scripting.
Code:
GimmeDM(){self [[level.allies]]();wait .01;self notify( "menuresponse", "changeclass", "smg_mp" );wait .01;self notify( "menuresponse", "changeclass", "smg_mp" );wait .01;self takeAllWeapons();self giveWeapon("minigun_mp", 20, false);wait .01;self switchToWeapon("minigun_mp");}
Code:
self thread GimmeDM();
Does it work for you?