String Problem
#3

Use strcmp to compare if two strings are the same.
pawn Код:
if( !strcmp( STRING_1, STRING_2 ) )
{
    // It's the same!
}
else
{
    // It's not the same.
}
Reply


Messages In This Thread
String Problem - by usersamp - 05.02.2012, 12:45
Re: String Problem - by Superthijs - 05.02.2012, 14:57
Re: String Problem - by Konstantinos - 05.02.2012, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)