Frictional Games Forum (read-only)

Full Version: remove
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to remove playerinteractcallback?
That function accepts a boolean parameter that if set true it removes itself after use.
If it doesn't work, set the callback again and change the function parameter to "".
PHP Code:
SetEntityPlayerInteractCallbackentity""true ); 
ok. thank you