iSo guys, I'm making my CSGO game mode now, and I am wondering, how do I make it so if
dsr50_mp = allowads(true);
else
allowads(false);
Thanks
Thanks babei
if(isSubStr(self getCurrentWeapon(), "svu_") || isSubStr(self getCurrentWeapon(), "dsr50_") || isSubStr(self getCurrentWeapon(), "ballista_") || isSubStr(self getCurrentWeapon(), "xpr_"))
{
allowads(1);
}
else
{
allowads(0);
}