View Single Post
RavensBro
Veteran Member
Join Date: Sep 2009
Location: Wisonsin USA
Old 12-28-2019 , 09:43   Re: [TF2] Powerup API
Reply With Quote #9

ok i found what was wrong in the tf2powups.inc

on line 66 you have native int TF2_DropRune(int client, bool throw, int teammaybe);
should be native int TF2_DropRune(int client, bool thrown, int teammaybe);
RavensBro is offline