Search the Community
Showing results for tags 'load'.
-
Ahoj chci se zeptat, jestli v tomhle kodu je potřeba volat cache_delete() - dole.. ? ```//PlayerData stock LoadDataPlayer(playerid) { new query[358]; mysql_format(DB_realgaming, query, sizeof(query), "SELECT * FROM PlayerData WHERE `NickName` = '%s'", PlayerName(playerid)); mysql_query(DB_realgaming, query); if(cache_num_rows() > 0) { //Informace o hráči ve hře cache_get_value_name(0, "Email", SaveData[playerid][EmailSave],64); cache_get_value_int(0, "Zabit", SaveData[playerid][ZabitHrac]); cache_get_value_int(0, "Zabil", SaveData[playerid][ZabilHrace]); cache_get_value_int(0, "Penize", SaveData[playerid][MoneySave]); cache_get_value_int(0, "Banka", SaveData[playerid][BankaSave]); cache_get_value_int(0, "Skin", SaveData[playerid][Skin]); cache_get_value_int(0, "AdminLevel", SaveData[playerid][AdminLevel]); cache_get_value_int(0, "VIP", SaveData[playerid][VIPHrac]); cache_get_value_int(0, "XP", SaveData[playerid][XPHrac]); cache_get_value_int(0, "Zamestnani", SaveData[playerid][Zamestnani]); cache_get_value_int(0, "Odehrano", SaveData[playerid][CelkemOdehrano]); cache_get_value_int(0, "Vezeni", SaveData[playerid][VezeniCas]); cache_get_value_int(0, "WL", SaveData[playerid][WantedLevel]); } return 1; }``` Díky.
-
ostatní LoadLibrary failed with error 126: The module could not be found
Marek Šrám posted a topic in Hardware a software
Zdravím uživatele Pawno.cz, mám svůj ntb, ale když když si chci spustit např. photoshop, varicad či nějaký podobný program - třeba Adobe Fireworks, tak mi to napíše chybku "LoadLibrary failed with error 126: The module could not be found". Já osobně tedy tvořím grafiku v grafickém programu GIMP a tam je úplně vše v pořádku, ale jen když ti uložím do PSD a pak to otevřu v programu PhotoShop, tak textové vrstvy se dají do normální vrstvy a už nejsou textové. Chtěl bych se tedy zeptat, zda-li tu někdo neví, jak bych tento problém mohl vyřešit. Operační systém mám Windows 7 originál, takže product key mám na ntb napsaný. Napadlo mne třeba systém přeinstalovat, ale nechci se zatím do toho pouštět a rozhodl jsem se, že sem napíšu - třeba někdo bude vědět... Díky moc všem co poradí a pomůžou...