dysphie / nmrih-weapon-configs-ex

Sourcemod plugin for No More Room in Hell that lets you customize weapon stats and animation speeds
GNU General Public License v3.0
4 stars 1 forks source link

compile 2 Warnings. symbol is never used #5

Closed PLTAT closed 4 months ago

PLTAT commented 5 months ago

nmrih-weapon-configs-ex-1.1.14.zip

compile 1.12.0_7136

// warning 203: symbol is never used: "client" // 1447 | void ChangeBowSpeed(int client, int bow, float rate, float delay, bool start_of_attack) // ----------------------------^ // // warning 203: symbol is never used: "start_of_attack" // 1447 | void ChangeBowSpeed(int client, int bow, float rate, float delay, bool start_of_attack) // -------------------------------------------------------------------------^ // // 2 Warnings.