View Single Post
watti
Junior Member
Join Date: Nov 2015
Old 08-23-2017 , 10:17   Re: New CSGO update broke my server
Reply With Quote #353

noticed that smth is wrong with the "weapon_fire" event, cant hook it for some reason. that piece of code worked fine before. any fix for that? I am on 6042 build currently

Quote:
HookEvent("weapon_fire", Event_WeaponFired);

public Action Event_WeaponFired(Event event) {
PrintToChatAll("weapon fired");
}
watti is offline