I am trying to attach this
PHP Code:
new iPlayer[32] = get_user_name(id);
(line 153)
So then I can execute a command on a client
PHP Code:
client_cmd(id, "zp_bazooka %s", iPlayer);
But I get the following error
Code:
Error: Number of arguments does not match definition on line 153
Help please?