01.06.2013, 14:00
pawn Код:
if(!strcmp(string1, string2, false))
{
// String1 and String 2 are same (case matters)
// "Las Venturas Race" is same as "Las Venturas Race"
}
else
{
// they're not the same
// "Las Venturas Race" is not same as "las venturas race"
}