GTA Közösség - A magyar GTA fórum

Hatalmas Archívum => Fórum Archívum (Témák/Fórumok) => A témát indította: feheristi97 - 2011. július 30. - 01:05:48

Cím: Re:Mi lehet a hiba?
Írta: feheristi97 - 2011. július 30. - 01:05:48
A mód elejére ird be #define dini_Get  
Cím: Re:Mi lehet a hiba?
Írta: feheristi97 - 2011. július 30. - 16:41:02
if(dini_Get(file,\"RentedRoom\") == 1)

 
Szerintem ez a bajj ha van ilyen a szerveredbe akkor töröld ki rájõtem!  :laugh:
Cím: Re:Mi lehet a hiba?
Írta: feheristi97 - 2011. július 30. - 16:49:50
if(dini_Get(file, \"Rang\") == \"Nincs\")

 
Töröld ki ezt a sort és menni fogg meglátod..
Cím: Re:Mi lehet a hiba?
Írta: feheristi97 - 2011. július 30. - 16:56:46
Értem akkor várjál okoskódók egy-két dolgot még :P

Dupla hozzászólás automatikusan összefûzve. ( 2011. július 30. - 17:02:56 )
    new buszos;
    new str[80];
    switch(buszos)// Checking what dialog we're processing
        {
    case 1:// Our first dialog
           {
           new PlayerName[MAX_PLAYER_NAME];
           GetPlayerName(playerid, PlayerName, MAX_PLAYER_NAME);
                        format(str, sizeof(str), \"%s.ini\",Playername);
   if(dini_Get(file, \"Munka\") == \"Munkanélküli\") return SendClientMessage(playerid, COLOR_RED, \"Van már munkád! Elõbb mondj fel!\");
       {
              dini_Set(file, \"Munka\", \"Buszvezetõ\");
              }
           }
            // Till here
}
}
return 1;
}

 
Igy próbáld meg hátha :d
Cím: Re:Mi lehet a hiba?
Írta: feheristi97 - 2011. július 30. - 17:41:07
Akkor bocs nem tudóm :P