View Single Post
Author Message
PTE
Junior Member
Join Date: Aug 2018
Location: localhost
Old 01-04-2019 , 04:29   amxclient_cmd | more than 2 params
Reply With Quote #1

How to pass more than 2 params in amxclient_cmd? I tried to pass more than 1 param in arg1 and arg2 and both weren't working fine with read_argv(_*), it can read only 2 params.

I only wanna know if there's any way to force user execute amxmodx command with 3+ params(currently I need 4) without client_cmd, or should I parse params by myself(with strtok e.g.)?
PTE is offline