• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Jedna tabela uzywana w talk/global/NPC itd

Dunos

New Member
Joined
Oct 28, 2012
Messages
22
Reaction score
0
Witam, mam tabele w constant

Code:
pTabela = {}

i teraz np dodam cos przez komendę (talkactions) do tabeli

Code:
table.insert(pTabela, 2160)

teraz jest tak:
Code:
pTabela = {
[1] = 2160
}

ale jak już chce odczytać z tabeli pTabela[1] np u NPC to tabela jest pusta

jak i czy, w ogóle można zrobić tabele globalna zeby modyfikowac jak w talk,global, NPC itp?
 
Niestety, w TFS połączenie między skryptami czy to actions, creaturescripts, globalevents czy talkactions kuleje, także zostaje Ci składować tą tablice, nie wiem w bazie bądź w storage'u, tyle.
 
Back
Top