Originally posted by XxWOLFxXLeader
When you use something like level.hostname or self.name you have to quit using quotations. Such as:
say +level.hostname+ "gave" +self.name+ "sexy bind mods! Subscribe to blah blah etc"
Thanks dude seems like it could work only problem is in my code I keep getting a syntax error, this is my code that I am using
"say" +level.hostname+ "Got" +self.name+ "These Binds! Don't Hate Me Just Rate Me" ";scr_game_forceradar 1;bind DPAD_DOWN vstr PERKS");
But I keep getting a syntax error whenever I test the code. But if i removed +level.hostname+ & +self.name+ and made the code without them it seems to work fine, I can't seem to figure out where I am going wrong