25.09.2014, 19:00 
	
	
	
		Hello guys..
I have gotten this error that I need help with
These are the errors:
Lines 3667 - 3677
Thank you!  
	
	
	
	
I have gotten this error that I need help with

These are the errors:
Код:
C:\Users\USER\Desktop\War\gamemodes\WW-RP.pwn(3667) : error 010: invalid function or declaration
C:\Users\USER\Desktop\War\gamemodes\WW-RP.pwn(3672) : error 054: unmatched closing brace ("}")
C:\Users\USER\Desktop\War\gamemodes\WW-RP.pwn(3677) : error 010: invalid function or declaration
Код:
    if(PlayerInfo[playerid][pLoggedIn] && PlayerInfo[playerid][pSpawn])
    {
        FalseBan[playerid] = 0;
        SetTimerEx("FalseBanFix", 6000, false, "i", playerid);
    	SpawnChar(playerid);
	}
   	GameTextForPlayer(playerid, "~w~Character Loading...", 3500, 3);
	TogglePlayerControllable(playerid, 0);
	SetPlayerVirtualWorld(playerid, 0);
	SetTimerEx("EnterExitTimer", 5000, false, "i", playerid);
	return 1;
}
 
	




