
Originally Posted by
cbissa
ok so i want to use artillery_mp<--- i think thats the sub machine gun post right? im finishing a mod that has bunkers and i want to add artillery! thats the only thing i cant do

semi noob/ i cant figure out the format setup and how to get it only on some maps due to cordinations! if you can help with out judgen that would be great thanks
ok so i want to use artillery_mp<--- i think thats the sub machine gun post right? im finishing a mod that has bunkers and i want to add artillery! thats the only thing i cant do semi noob/ i cant figure out the format setup and how to get it only on some maps due to cordinations! if you can help with out judgen that would be great thanks
Woah woah woah, mega bump ftw?
Code:
mgTurret1 = spawnTurret( "misc_turret", (123,456,789), "pavelow_minigun_mp" );
mgTurret1 setModel( "weapon_minigun" );
mgTurret1.angles = (0,90,0);