←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Mapchooser4 - jakis blad

Zablokowany

  • +
  • -
BaQStiC - zdjęcie BaQStiC 13.06.2011

Witam. Od jakiegos czasu w logach ukazal mi sie error z pluginem mapchooser4. Nie zabardzo wiem o co chodzi.

L 06/13/2011 - 18:41:51: Start of error session.
L 06/13/2011 - 18:41:51: Info (map "de_cbble") (file "addons/amxmodx/logs/error_20110613.log")
L 06/13/2011 - 18:41:51: Couldn't create temp file
L 06/13/2011 - 18:41:51: [AMXX] Displaying debug trace (plugin "mapchooser4.amxx")
L 06/13/2011 - 18:41:51: [AMXX] Run time error 10: native error (native "write_file")
L 06/13/2011 - 18:41:51: [AMXX] [0] mapchooser4.sma::plugin_end (line 1575)


Jak to mozna naprawic?
Odpowiedz

  • +
  • -
Abes Mapper - zdjęcie Abes Mapper 13.06.2011

Spróbuj nadać odpowiednie chmody folderom/plikom
Odpowiedz

  • +
  • -
BaQStiC - zdjęcie BaQStiC 13.06.2011

Jakim plikom/folderom?

Wycinek .sma
Linia 1567-1579

if ((file_exists(g_maphistFile)) && (g_MapHistory > 0))
{
new text[32]
new a = 0
// shift list up 1
for (new pos = 0; pos < g_MapHistory; pos++)
{
read_file(g_maphistFile,pos+1,text,31,a)
write_file(g_maphistFile,text,pos)
}
}
write_file(g_maphistFile,current_map,g_MapHistory-1)
}


No jest cos z zapisem. Nie wiem moze musi byc jakis plik historii map.
Odpowiedz
Zablokowany