Jump to content
  • 0

Source


TrafalgarLaw

Question

Tengo este error en source y no se porque, alguien que sepa que estara mal en el codigo porfa

 

 

questmanager.cpp: In member function 'bool quest::CQuestManager::Initialize()':
questmanager.cpp:160: error: 'quest_create_server_timer_event' is not a member o                        f 'quest'
 

 

 

 

 if (g_bChannel == 99)
        {
            const char * name = "random_boss_event";
            double t = 1200; //20 min after server start
            DWORD arg = 0;

            arg = (DWORD) 41;

            int timernpc = LoadTimerScript(name);

            LPEVENT event = quest::quest_create_server_timer_event(name, t, timernpc, false, arg);
            AddServerTimer(name, arg, event);
        }

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...