can anyone help me modify this plugin to allow more than just knives
im very new to amxx and small but i think it should be very simple to do
ive tried just adding new weapons to this
Code:
public switchweapon(id) {
engclient_cmd(id,"weapon_amerknife")
engclient_cmd(id,"weapon_gerknife")
engclient_cmd(id,"weapon_spade")
}
but that causes a reliable channel overflowed
i think all that needs to be done is change switchweapon to something else
but i dont know amxx well enough to know what
if this cant be done just let me know
thanks
i think it causes a reliable overflow because if im not mistaken that would make the client do the command weapon_amerknife weapon_gerknife weapon_spade over and over and over.