Начинающий
- Статус
- Оффлайн
- Регистрация
- 12 Фев 2021
- Сообщения
- 9
- Реакции
- 1
Hi! Yesterday I wrote the Inputboxes for Lua API. But there are showing text from 1 textbox in 2. It's happening bcuz they all using one variable.
static char id_name[64] = "\0"
Funtion in Clua.cpp
So how i can fix it?
static char id_name[64] = "\0"
Funtion in Clua.cpp
So how i can fix it?