View Single Post
Author Message
danonix
Senior Member
Join Date: Dec 2012
Old 09-26-2014 , 12:45   How to check if door func has been executed.
Reply With Quote #1

Hello,
How to check if this function
PHP Code:
    new ent = -1
    
while((ent fm_find_ent_by_class(ent"func_door")))
    {                
        
dllfunc(DLLFunc_Useent0)
    } 
was executed already?
On jailbreak, I am using a native, which "open cells", but it doesn't include buttons on map, so some function is beeing executed only, if native is executed - but doesn't when buttons pressed.
I want to know if cells were opened already, or not.

If you don't understand, what I said, then I'd like to know, how to check, if cell-button was pressed on map on mod jailbreak.

Last edited by danonix; 09-26-2014 at 13:01.
danonix is offline