11.11.2013, 19:30
I cant find public udb_Exists or stock udb_Exists
when I search up just udb_Exists
I get this
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; }