amorinha
Customer
- Регистрация
- 20 Июл 2022
- Сообщения
- 2
- Тема Автор
- #1
Could someone help me please?
When I try to compile my lua it gives the following error:
stdin:1: attempt to index global 'client' (a nil value)
stack traceback:
stdin:1: in main chunk
[C]: at 0x7ff69f4e8960.
the line of code:
client.SetEventCallback("player_bind", function(key, action)
When I try to compile my lua it gives the following error:
stdin:1: attempt to index global 'client' (a nil value)
stack traceback:
stdin:1: in main chunk
[C]: at 0x7ff69f4e8960.
the line of code:
client.SetEventCallback("player_bind", function(key, action)