errors
#1

Hello mates Im getting some errors that are kind of weird I was hoping someone would be able to help me out on this.
(2286) : error 012: invalid function call, not a valid address
(2286) : warning 215: expression has no effect
(2286) : error 001: expected token: ";", but found ")"
(2286) : error 029: invalid expression, assumed zero
(2286) : fatal error 107: too many error messages on one line

and these are the lines

Код:
if(udb_Exists(PlayerName(playerid)))
	{
		SendClientMessage(playerid,COLOR_ERROR,"This player name has already been registered. Please login before you spawn.");
		ShowLoginScreen(playerid);
	}
	else if(!udb_Exists(PlayerName(playerid)))
	{
		SendClientMessage(playerid,COLOR_ERROR,"This player name has not been registered. You must register before playing.");
		ShowRegisterScreen(playerid);
	}

	for(new i = 0; i < sizeof(Objects); i++) Player[playerid][view][i] = false; 
	
	return 1;
}
all the way to 2300
Can someone please help me out on this?
Reply


Messages In This Thread
errors - by Tomix - 11.11.2013, 18:17
Re: errors - by Loot - 11.11.2013, 18:21
Re: errors - by Tomix - 11.11.2013, 18:30
Re: errors - by Loot - 11.11.2013, 18:32
Re: errors - by Tomix - 11.11.2013, 18:41
Re: errors - by Loot - 11.11.2013, 19:07
Re: errors - by Tomix - 11.11.2013, 19:30
Re: errors - by Tomix - 12.11.2013, 04:43
Re: errors - by iZN - 12.11.2013, 05:02
Re: errors - by Tomix - 12.11.2013, 05:11

Forum Jump:


Users browsing this thread: 1 Guest(s)