for (int m = 0; m <= 999; n++)
{
if (typeOne == m)
{
for (int n = 0; n <= 9999; n++)
{
if (typeTwo == typeThree[n])
{
SF->getSAMP()->getChat()->AddChatMessage(-1, "One: %d, Two: %d, Three: %d, Four: %s", typeOne, typeTwo, typeThree, typeFour[n]);
}
}
}
}