Raised This Month: $51 Target: $400
 12% 

Solved Best way of using or statments


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 01-05-2019 , 13:08   Re: Best way of using or statments
Reply With Quote #13

Sounds like you want to kick people if they don't have the CS:GO Full Edition AND they didn't buy Prime either:

PHP Code:
if (k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client624820) &&
    
k_EUserHasLicenseResultDoesNotHaveLicense == SteamWorks_HasLicenseForApp(client54029))
{
    
KickClient(client"");
    return;

__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.

Last edited by DJ Tsunami; 01-05-2019 at 13:11.
DJ Tsunami is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode