31.08.2011, 14:44
okay now i found it put it had a bracket and its this line
MISSING BRACKET: The { bracket on line 16754 does not have a pair!
Result:
Opening angle brackets ({): 8555
Closing angle brackets (}): 8554
1 angle brackets without pair! Fix it!
if(!strcmp(cmdtext, "/adminduty", true)) // By Ellis
{
if(IsPlayerConnected(playerid))
{
if(gPlayerLogged[playerid] == 0)
{
SendClientMessage(playerid, COLOR_GREY, " You need to login first !");
return 1;
}
MISSING BRACKET: The { bracket on line 16754 does not have a pair!
Result:
Opening angle brackets ({): 8555
Closing angle brackets (}): 8554
1 angle brackets without pair! Fix it!
if(!strcmp(cmdtext, "/adminduty", true)) // By Ellis
{
if(IsPlayerConnected(playerid))
{
if(gPlayerLogged[playerid] == 0)
{
SendClientMessage(playerid, COLOR_GREY, " You need to login first !");
return 1;
}