ProClub Owns

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Free Cheats for multiple games

ALL [Pro-Club] Public Cheats are updated as of 01/16/17 have fun thanks for stopping by make sure to check out are new site www.proclubownz.com for all your updated news.

Log in

I forgot my password

Top posting users this week

No user

2 posters

    Roundsay code

    Injection
    Injection


    Posts : 213
    Join date : 2009-10-10

    Roundsay code Empty Roundsay code

    Post by Injection Sun Jan 10, 2010 7:03 pm

    Whats the code for roundsay?
    [Pro-C|ub]KILLDEATH
    [Pro-C|ub]KILLDEATH
    Admin


    Posts : 2575
    Join date : 2009-04-17

    Roundsay code Empty Re: Roundsay code

    Post by [Pro-C|ub]KILLDEATH Sun Jan 10, 2010 7:54 pm

    THIS GOS IN EVETS.CPP

    #include "hook.h"
    #include "events.h"
    //===================================================================================
    cEventManager gEventManager;
    //===================================================================================
    void cEventManager::init(){
    m_pGameEventManager->AddListener(this,"round_start",false);
    }
    //===================================================================================
    void cEventManager::FireGameEvent(IGameEvent *event){
    const char *eventName = event->GetName();
    if(eventName){
    if(!strcmp)(eventName,"round_start");
    {
    m_pEngine->ClientCmd
    ("say -[ GaMeR GiRl FiNaL ]- WwW.Proclubowns.CoM");
    }


    AND THIS CODE GOS IN EVENTS.H

    #ifndef _EVENTMANAGER_H_
    #define _EVENTMANAGER_H_
    //===================================================================================
    class cEventManager:public IGameEventListener2{
    public:
    void init();
    void FireGameEvent(IGameEvent*);
    void cEventManager::RegisterSelf( );
    };
    //===================================================================================
    extern cEventManager gEventManager;
    //===================================================================================
    #endif
    Injection
    Injection


    Posts : 213
    Join date : 2009-10-10

    Roundsay code Empty :D

    Post by Injection Sun Jan 10, 2010 7:58 pm

    Thanks buddy
    how do you make the .dll IM a super noob i dont know how to code just how to edit Smile

    Sponsored content


    Roundsay code Empty Re: Roundsay code

    Post by Sponsored content


      Current date/time is Tue May 14, 2024 7:43 pm