View Single Post
TrullSin
Senior Member
Join Date: Jun 2018
Old 01-04-2019 , 18:38   Re: Best way of using or statments
Reply With Quote #3

Yea my bad, I thought I was posting in the right place, for example I was trying to make something to that prime code (https://forums.alliedmods.net/showpo...29&postcount=3)

PHP Code:
if (k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client624820))
    {
        
KickClient(client"");
        return;
    }
    else if (
k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client54029))
    {
        
KickClient(client"");
        return;
    } 
How could I make the bool and the other stuff with this variables inside if?
TrullSin is offline