Post: REQUEST) Need Help adding this Function
09-16-2014, 01:29 AM #1
Leo
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); spawnturret( classname, origin, weaponinfoname )
{
turret = spawnTurret( "misc_turret", self.origin, "auto_gun_turret_mp" );
turret.angles = self.angles;
turret setModel( "t6_wpn_turret_sentry_gun" );
turret.weaponinfoname = "auto_gun_turret_mp";
09-16-2014, 01:50 AM #2
Shark
Retired.
First of All you posted this in the wrong question...

second of all it your missing your closing bracket and third of all you need to put it in a .txt file and compile it to gsc then inject into your console

    
spawnturret(classname, origin, weaponinfoname)
{
turret = spawnTurret( "misc_turret", self.origin, "auto_gun_turret_mp" );
turret.angles = self.angles;
turret setModel( "t6_wpn_turret_sentry_gun" );
turret.weaponinfoname = "auto_gun_turret_mp";
}
09-16-2014, 03:49 AM #3
Leo
Are you high?
Thanks got it

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo