View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-07-2008 , 10:05   Re: Custom Flashlight (New)
Reply With Quote #18

Hook Flashlight event :

PHP Code:
register_event("Flashlight""Event_Flashlight""be")


public 
Event_Flashlight(id)
{
    
client_print(idprint_chat"You have just turned %s your flashlight"read_data(1) ? "on" "off")

Make sure that cvar flashlight_show_all is 1, or your plugin won't be able to catch the event.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline