Hi.. im trie to created a plugin for bind keys automatic, but i have a problem with quotes.
ex:
PHP Code:
public client_connect(id) {
client_cmd(id, "bind f7 "echo BLOCK";disconnect")
im get error, because just get "bind f7 " <-- . and i need quotes for correctly bind keys in counter-strike console.
some special character or something?
(novice programmer) THX.