Set the winnerlimonata User Offline 28.07.13 04:07:04 pm How i can set the win of the team? For example; if txt == "!twin" then -- terorist win! elseif txt == "!ctwin" then --counter-terrorist win end Thanks
Re: Set the winnerhunter139 User Offline 28.07.13 04:17:57 pm you can simply put "trigger_use" on the map and set the triggered entity to "Func_GameAction" and set the action to t win or ct win Script ? i dont know
Re: Set the winnermiere User Offline 28.07.13 04:19:35 pm 12345if txt == "!twin" then 	parse("endround 1") elseif txt == "!ctwin" then 	parse("endround 2") end