Error "}"
#1

Hello guys..
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
Lines 3667 - 3677
Код:
    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;
}
Thank you!
Reply


Messages In This Thread
Error "}" - by Jigsaw123 - 25.09.2014, 19:00
Re: Error "}" - by DaniceMcHarley - 25.09.2014, 19:01
Re: Error "}" - by Ghazal - 25.09.2014, 19:02
Re: Error "}" - by Jigsaw123 - 25.09.2014, 19:04
Re: Error "}" - by Ghazal - 25.09.2014, 19:06
Re: Error "}" - by Jigsaw123 - 25.09.2014, 19:13
Re: Error "}" - by Ghazal - 25.09.2014, 19:21
Re: Error "}" - by Jigsaw123 - 25.09.2014, 19:25
Re: Error "}" - by Goldac - 25.09.2014, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)