View Single Post
Rolnaaba
Veteran Member
Join Date: May 2006
Old 11-28-2006 , 10:16   Re: CS Bomb Scripting FAQ/Tutorial
Reply With Quote #10

how can I get the bomb defused, and bomb planted events to call different functions?
Code:
register_logevent("logevent_function_p", 3, "2=Planted_The_Bomb"); // Bomb planted Event  register_logevent("logevent_function_p", 3, "2=Defused_The_Bomb"); // Bomb Defused Event
seems to me to call the same function "logevent_function_p" how would I sort out which one activated the event?
__________________
DO NOT PM me about avp mod.
Rolnaaba is offline