Forum

> > CS2D > Scripts > making bind key in lua
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch making bind key in lua

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: making bind key in lua

DC
Admin Off Offline

Zitieren
this doesn't make much sense because Lua scripts run on the server.

so you can't bind keys of clients using Lua (it would be pretty stupid if the server would be able to change your local settings)

you can use
1
parse('bind "KEY" "COMMANDS"')
but this will only change they key bindings of the guy who is running the server (or the keys of no one if the server is dedicated)
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht