Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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