Raised This Month: $51 Target: $400
 12% 

[CS:GO] Context Manager (0.1, 05-25-2021)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
SHUFEN
Senior Member
Join Date: Jun 2014
Location: Japan, Tokyo
Plugin ID:
7651
Plugin Version:
Plugin Category:
All
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Old 05-25-2021 , 00:25   [CS:GO] Context Manager (0.1, 05-25-2021)
    Reply With Quote #1

    Implement native functions to allow manipulation and retrieval of entities' m_ResponseContexts values from plugins.
    This is useful for some maps.
    https://developer.valvesoftware.com/...ivator_context

    Code:
    native int Context_GetContextCount(int entity);
    native int Context_GetContextName(int entity, int index, char[] buffer, int maxlen);
    native int Context_GetContextValue(int entity, int index, char[] buffer, int maxlen);
    native int Context_FindContextByName(int entity, const char[] contextName);
    native int Context_GetContextValueByName(int entity, const char[] contextName, char[] buffer, int maxlen);
    native bool Context_AddContext(int entity, const char[] context);
    native bool Context_ClearContext(int entity);
    native bool Context_RemoveContext(int entity, const char[] contextName);
    Attached Files
    File Type: sp Get Plugin or Get Source (ContextManager.sp - 249 views - 9.0 KB)
    File Type: inc ContextManager.inc (1.3 KB, 94 views)
    File Type: txt ContextManager.games.txt (1.3 KB, 108 views)
    SHUFEN is offline
    Send a message via Skype™ to SHUFEN
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 09:45.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode