14.01.2010, 02:51
Your most likley missing a } at the end of the code... So I suggest you look threw everything carefully.
For every quatation you open, you must close it at the end
Eg :
Edit : Sorry for the crappy indentation... also Killdahobo99 stop post hunting, and Killza/sonic. If you dont have ANYTHING to help him, dont post it.
For every quatation you open, you must close it at the end
Eg :
Quote:
if(strcmp(cmd, "/setskin", true) == 0) { if(IsPlayerConnected(playerid)) { // Whatever goes here. } } // <---- Make sure if you have 2 brackets at the beginning of the code, you have 2 to finish it off. |