Auto Login
#1

i`m have problem in auto login . how to remove auto login in gamemode ?
Reply
#2

Can we see the code please? First the cmd.
Reply
#3

Quote:

else if(strcmp(params,"autologin",true) == 0) {
ServerInfo[AutoLogin] = 1;
dini_IntSet(file,"AutoLogin",1);
format(string,sizeof(string),"|- Administrator %s has enabled Auto Login", PlayerName2(playerid));
MessageToAdmins(orange,string);
}

maybe that , i dont know what code auto login
Reply
#4

It should work with /tog then if you want to remove this command just /* at the first end and */ at the second end then compile post again in case of warnings or errors.
Reply
#5

Show OnPlayerConnect..
Reply
#6

i use gamemode moneypimp , how to remove auto login ?
Reply
#7

Show us OnPlayerConnect line...
Reply
#8

This
Quote:

//==============================On Player Connect===============================
public OnPlayerConnect(playerid)
{
NeedsHelp[playerid] = 0;
Helping[playerid] = -1;

Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)