28.02.2010, 15:30
Ok, to get all those erros, u typed more "{}" that is required.
Exemple: if(example == 1)
{
SendClientMessage(playerid, COLOR_RED, "You have one more brace, remove it.");
}
}
Review your code, when you find the brace that is not in use, remove it.
Exemple: if(example == 1)
{
SendClientMessage(playerid, COLOR_RED, "You have one more brace, remove it.");
}
}
Review your code, when you find the brace that is not in use, remove it.