GetPlayerName(playerid, nombrejugador, sizeof(nombrejugador));
format(archivo, sizeof(archivo), "/Users/%s.ini", nombrejugador);
dini_Create(archivo);
dini_Set(archivo, "User", nombrejugador);
dini_Set(archivo, "Password", inputtext);
GetPlayerName(playerid, nombrejugador, sizeof(nombrejugador));
format(archivo, sizeof(archivo), "/Users/%s.ini", nombrejugador);
format(comprobante, sizeof(comprobante), "%s", dini_Get(archivo, "Password"));
public OnPlayerConnect
if (dialogid == Register)
{
GetPlayerName(playerid, nombrejugador, sizeof(nombrejugador));
format(archivo, sizeof(archivo), "/Users/%s.ini", nombrejugador);
dini_Create(archivo);
dini_Set(archivo, "User", nombrejugador);
dini_Set(archivo, "Password", inputtext);
...........................
if (dialogid == Logged)
{
GetPlayerName(playerid, nombrejugador, sizeof(nombrejugador));
format(archivo, sizeof(archivo), "/Users/%s.ini", nombrejugador);
format(comprobante, sizeof(comprobante), "%s", dini_Get(archivo, "Password"));
.............................
Vai ficar na onplayerconnect? na fs ou no gm Explica ae :S Paciencia mano, VLW Por me atender
pawn Код:
|
new nombre[MAX_PLAYER_NAME], archivo[256];
GetPlayerName(playerid, nombre, sizeof(nombre));
if (!dini_Exists(archivo))
{
ShowPlayerDialog(playerid, Register, DIALOG_STYLE_INPUT, "Register", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Race v1.0! \n{33CCFF}Choose Your preferred Password and Enjoy\n{FFFF00}This GM is Only For Studies! !", "Register", "Cancel");
}
else
{
ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Logar", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Race v1.0\n{33CCFF}Make Your Login and be happy in our server", "Logar", "Cancel");
}
if (dialogid == Register)
{
new nombrejugador[MAX_PLAYER_NAME], archivo[256];
if (!strlen(inputtext)) return ShowPlayerDialog(playerid, Register, DIALOG_STYLE_INPUT, "Register", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Race v1.0! \n{33CCFF}Choose Your preferred Password and Enjoy\n{FFFF00}This GM is Only For Studies! !", "Register", "Cancel");
if (!response) return ShowPlayerDialog(playerid, Register, DIALOG_STYLE_INPUT, "Register", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Race v1.0! \n{33CCFF}Choose Your preferred Password and Enjoy\n{FFFF00}This GM is Only For Studies! !", "Register", "Cancel");
GetPlayerName(playerid, nombrejugador, sizeof(nombrejugador));
format(archivo, sizeof(archivo), "/Users/%s.ini", nombrejugador);
dini_Create(archivo);
dini_Set(archivo, "User", nombrejugador);
dini_Set(archivo, "Password", inputtext);
ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Logar", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Race v1.0\n{33CCFF}Make Your Login and be happy in our server", "Logar", "Cancel");
}
if (dialogid == Logged)
{
new nombrejugador[MAX_PLAYER_NAME], archivo[256], comprobante[256];
if (!strlen(inputtext)) return ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Logar", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Rac v1.0\n{33CCFF}Make Your Login and be happy in our server", "Logar", "Cancel");
if (!response) return ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Logar", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Rac v1.0\n{33CCFF}Make Your Login and be happy in our server", "Logar", "Cancel");
GetPlayerName(playerid, nombrejugador, sizeof(nombrejugador));
format(archivo, sizeof(archivo), "/Users/%s.ini", nombrejugador);
format(comprobante, sizeof(comprobante), "%s", dini_Get(archivo, "Password"));
if (!strcmp (inputtext, comprobante))
{
Login[playerid] = 1;
}
else
{
ShowPlayerDialog(playerid, Logged, DIALOG_STYLE_INPUT, "Logar", "{33CCFF}Welcome to {FFFF00}JFS Drift/DM/Race v1.0\n{33CCFF}Make Your Login and be happy in our server", "Logar", "Cancel");
}
}
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(348) : error 017: undefined symbol "Register"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(352) : error 017: undefined symbol "Logged"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1127) : error 017: undefined symbol "Register"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1130) : error 017: undefined symbol "Register"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1131) : error 017: undefined symbol "Register"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1137) : error 017: undefined symbol "Logged"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1139) : warning 217: loose indentation
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1139) : error 017: undefined symbol "Logged"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1142) : error 017: undefined symbol "Logged"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1143) : error 017: undefined symbol "Logged"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1149) : error 017: undefined symbol "Login"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1149) : warning 215: expression has no effect
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1149) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1149) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Usuario\Desktop\GameMOds\gamemodes\rodejhon.pwn(1149) : fatal error 107: too many error messages on one line
#define Register 0
#define Logged 1
new Login[MAX_PLAYERS];
// Verifique Se Nгo tem nenhum ID 0 OU 1 NOS DIALOGS OU Darб Erro. Se Tiver troque