errors
#7

I cant find public udb_Exists or stock udb_Exists
when I search up just udb_Exists
I get this
Код:
//Check to see if they are registered or logged in
	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; /////////xobj
	
	return 1;
}
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)