[Ajuda] Carregar IP
#6

Quote:
Originally Posted by Willian_Luigi
View Post
Vocк disse que fez o debug e sу apareceu o primeiro print, devia olhar o arquivo entгo, porque se ele nгo printou o resto foi porque a comparaзгo tб errada.

"ParameterName" e "IP"...

Faзa um debug mais completo tambйm para saber quais sгo os valores que estгo sendo recebidos pelo sscanf.
O GameMode esta com o salvamento assim

Exemplo
PHP Code:
PlayerFile_Load(playerid)
{
    new 
file[100], File:PFileName[24], LineFromFile[100], ParameterName[50], ParameterValue[50], HouseIndexBusIndex;
    
format(Namesizeof(Name), APlayerData[playerid][PlayerName]);
    
format(filesizeof(file), PlayerFileName);
    if (
fexist(file))
    {
        
PFile fopen(fileio_read);
        
fread(PFileLineFromFile);
        while (
strlen(LineFromFile) > 0)
        {
            
StripNewLine(LineFromFile);
            
sscanf(LineFromFile"s[50]s[50]"ParameterNameParameterValue);
            if (
strcmp(ParameterName"Password"false) == 0// If the parametername is correct ("Password")
                
format(APlayerData[playerid][PlayerPassword], 50ParameterValue); // Store the password 
Reply


Messages In This Thread
Carregar IP - by Don_Speed - 07.10.2013, 21:21
Re: Carregar IP - by Zivo - 07.10.2013, 21:24
Re: Carregar IP - by PT - 07.10.2013, 21:31
Re: Carregar IP - by Don_Speed - 07.10.2013, 21:34
Re: Carregar IP - by WLSF - 07.10.2013, 21:55
Re: Carregar IP - by Don_Speed - 07.10.2013, 22:04
Re: Carregar IP - by zSuYaNw - 07.10.2013, 22:52

Forum Jump:


Users browsing this thread: 2 Guest(s)