[AYUDA]
#1

Buenaas, quisiera sabes como sacar el AUTO_LOGIN de V-Admin..


Quote:

//=-=-=-=-=-Auto Login=-=-=-=-=-=-=-
#define AUTO_LOGIN_ENABLED true

Quote:

#if AUTO_LOGIN_ENABLED
new tmp[50],tmp2[256]; GetPlayerIp(playerid,tmp,50); tmp2 = dini_Get(connect,"IP");
if(!strcmp(tmp,tmp2,false))
{
format(string, sizeof(string), "Bienvenido %s ! Usted ha sido logeado automaticamente. ", playrname);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
gPlayerLogged[playerid] = 0;
new string2[64];
new playername2[MAX_PLAYER_NAME];
GetPlayerName(playerid, playername2, sizeof(playername2));
format(string2, sizeof(string2), "V-Admin/Users/%s.ini", playername2);
new File: UserFile = fopen(string2, io_read);
if ( UserFile )
{

Reply
#2

solo sinserta '//' delante del #define que permite el autologin y listo
Reply
#3

esto?

Quote:

//=-=-=-=-=-Auto Login=-=-=-=-=-=-=-
#define// AUTO_LOGIN_ENABLED true

no funca... 26 errores lpm
Reply
#4

Quote:
Originally Posted by AguzZD
esto?

Quote:

//=-=-=-=-=-Auto Login=-=-=-=-=-=-=-
#define// AUTO_LOGIN_ENABLED true

no funca... 26 errores lpm
asi:
pawn Код:
//#define AUTO_LOGIN_ENABLED     true
Reply
#5

pawn Код:
//cambia esto
#define AUTO_LOGIN_ENABLED     true
//por esto
#define AUTO_LOGIN_ENABLED     false
Reply
#6

no sirven ninguno de los 2.. da 26 errores lpm estuve toda la noche ayer y no puedo arreglar eso..
Reply
#7

hace asi:

pawn Код:
//#define AUTO_LOGIN_ENABLED
pawn Код:
#if defined AUTO_LOGIN_ENABLED
   new tmp[50],tmp2[256]; GetPlayerIp(playerid,tmp,50); tmp2 = dini_Get(connect,"IP");
   if(!strcmp(tmp,tmp2,false))
 {
     format(string, sizeof(string), "Bienvenido %s ! Usted ha sido logeado automaticamente. ", playrname);
     SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
     gPlayerLogged[playerid] = 0;
     new string2[64];
     new playername2[MAX_PLAYER_NAME];
     GetPlayerName(playerid, playername2, sizeof(playername2));
     format(string2, sizeof(string2), "V-Admin/Users/%s.ini", playername2);
     new File: UserFile = fopen(string2, io_read);
     if ( UserFile )
     {
y deberia funcionar
Reply
#8

Ami, aveces me dan 26 errores, y es porque lo abro con el pawno antiguo.
Reply
#9

siguen los 26 errores... lpm ayuda!
Reply
#10

AYUDAA TENGO QUE ARREGLAR ESTO POR FAVOR.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)