View Single Post
ViRaGisTe
Member
Join Date: Feb 2011
Old 05-08-2011 , 09:22   Re: [L4D] Friendly-Fire Limit (1.1.1)
Reply With Quote #75

Quote:
Originally Posted by oXYnary View Post
Has anyone updated or combined this into a l4d2 smx? Seen too many griefers shoot up fellow players in saferoom.
this version works for l4d2 (not all features).
the error message u see in console is just becuz the plugin checks if your gamefolder's name is left4dead !
ignore it or just remove this check at your own risk

Code:
decl String:ModName[50];
    GetGameFolderName(ModName, sizeof(ModName));

    if (!StrEqual(ModName, "left4dead", false))
    {
        SetFailState("Use this in Left 4 Dead only.");
    }

Last edited by ViRaGisTe; 05-08-2011 at 09:30. Reason: eh sorry some features dont work in l4d2
ViRaGisTe is offline