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

bool:StrEqual


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 01-26-2015 , 00:55   bool:StrEqual
Reply With Quote #1

Oops wrong place

Last edited by Doulos; 01-26-2015 at 00:58.
Doulos is offline
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 01-26-2015 , 00:58   Re: bool:StrEqual
Reply With Quote #2

Code:
stock bool:StrEqual(String:str1[], String:str2[], bool:caseSensitive)
{
    return strcmp(str1, str2, caseSensitive) == 0;
}
StrEqual already exists in Sourcemod's default includes. You don't need to have this here; delete this entire block.
__________________
ddhoward is offline
Reply



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:18.


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