Post: left handed gun ?
11-04-2015, 11:34 PM #1
AdxmModz
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); anyone got the code to toggle left handed gun?
(adsbygoogle = window.adsbygoogle || []).push({});
11-05-2015, 12:25 AM #2
    ToggleLeft()
{
if(self.LG == true)
{
self iPrintln("Ledt Sided Gun: [^2ON^7]");
setDvar("cg_gun_y", "7");
self.LG = false;
}
else
{
self iPrintln("Left Sided Gun: [^1OFF^7]");
setDvar("cg_gun_y", "0");
self.LG = true;
}
}


Function - ::ToggleLeft

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo