Nu vad probleme
this::LogPlayerIn(playerid)
{
if(!cache_num_rows())
{
for(new i = 0; i < 3; i ++) { SendClientMessage(playerid, -1, " "); }
sendMessage(playerid, COLOR_YELLOWEX, "The user (%s) you're connected with is not a registered master account.", ReturnName(playerid));
SendClientMessage(playerid, -1, "You need to register this user to continue.");
registerTime[playerid] = 1;
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_PASSWORD, "Welcome to Beta Server", "SERVER: You have 60 seconds to register!\nTIP: Please report all bugs that you\nmay have found to development.\n\n Enter Your Password:", "Select", "Cancel");
return 1;
}
loginTime[playerid] = 1;
sendMessage(playerid, COLOR_YELLOW, "Welcome to Beta Server, %s {FFFFFF}["SCRIPT_REV"]", ReturnName(playerid));
return ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Welcome to Beta Server", "SERVER: You have 60 seconds to login!\nTIP: Please report all bugs that you\nmay have found to development.\n\n Enter Your Password:", "Select", "Cancel");
}