20.04.2010, 18:24
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
Quote:
Here's a clue as to where the extra brace is :P else { SendClientMessage(playerid, COLOR_WHITE, "Invalid faction/type"); }<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<<<<<<<Here ![]() } else { SendClientMessage(playerid, COLOR_WHITE, "Invalid ID."); } else { SendClientMessage(playerid, COLOR_WHITE, "Invalid faction/type"); }<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< <<<<<<<<<<<<<<<<<<<<<<Here ![]() } else { SendClientMessage(playerid, COLOR_WHITE, "Invalid ID."); } Then you need to add an end bracket, keep the same amount of open braces: '{' as close braces: '}' |

