ok here is my problem i am making a simple plugin but i can't seem to make it write something properly
Code:
new variable[6]
read_argv(1,variable,6)
server_cmd("command_name %s",variable)
Code:
client_print(0,print_chat,"something has been set to:",variable)
console_print(id,"something has been set to:",variable)
when i do the plugin all it prints is
Code:
something has been set to:
and i want it to print something has been set to: variable
nothing else.
so can you help me with this issue please,
and thanks.
__________________