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
And for some reason the language that is supposed to work is broken.
The mod is most likely not supported anymore and sadly i didnt decompile it back then so there probably are no traces of legacy gtasm left.
1. unknown - lua/gterminal/cl_redactor.lua:1
2. include - [C]:-1
3. unknown - lua/gterminal/cl_init_t.lua:2
4. include - [C]:-1
5. unknown - lua/autorun/client/cl_init_t.lua:1
help
csd 1
db Trace,1,2,4,5
dbrem db(Trace), 3,[3]
Как надо?
db arr, 1, 2
mov arr[2]:insert, 4
After arr will be 1, 4, 2
inp
cme INP:tonum,1
OR
cme INP, "1"
I recommend using the CMP command for such purposes
cmp INP:tonum == 1
jump ...
inp
cme INP, 1
jump quit
...
inp
print INP
```
csd 1
mov R1, 0
inp R1
print R1,"is answer. Script over."
```
It prints "0 is answer. Script over." no matter which number i send. Same with INPM