Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem








OUTPUT = 0.16666666666667
[93]ERROR: LM:there are a lot of digits after the decimal point!(>10) - stop script
db arr
mov arr[1], 6 - 1 + 1
print arr[1]
OUTPUT is somehow 4??
But, if i do this
mov arr[1], 6 - 1
mov arr[1], arr[1] + 1
OUTPUT will be 6
UPD: i think i found possible problem here. Its maybe + operator calculates first before - . But they should equal no matter how to put them.
[gTASM - gTerminal programming language] lua/gterminal/cl_luapad_editor.lua:810: attempt to call field 'SaveScript' (a nil value)
1. _OnKeyCodeTyped - lua/gterminal/cl_luapad_editor.lua:810
2. unknown - lua/gterminal/cl_luapad_editor.lua:48
Still i dont think the mod is whacky, its too cool use it anyways but all those problems sometimes rage me out cuz you dont even know what is the problem: in me or in programing language.
fill "#", 2, 1 throws an lua error due to "#" character. Is it same for every special characters?
db arr,3,4
mov arr[temp[1]], 5
throws an LM error. Problem in verifying only temp table with no argument inside arr table.
mov arr[temp;1]5