Jump to content

skizz

Members
  • Posts

    6
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

skizz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Client crash com 2 clients abertos
  2. item_manager.cpp:862:4: error: use of undeclared identifier 'typeof'; did you mean 'typeid'? typeof(it->second->GetVector()) v = it->second->... ^ item_manager.cpp:864:26: error: use of undeclared identifier 'v' for (DWORD i = 0; i < v.size(); ++i) ^ item_manager.cpp:866:23: error: use of undeclared identifier 'v' item = CreateItem(v[i].dwVnum, v[i].iCou... ^ item_manager.cpp:866:36: error: use of undeclared identifier 'v' item = CreateItem(v[i].dwVnum, v[i].iCou... ^ item_manager.cpp:915:5: error: use of undeclared identifier 'typeof'; did you mean 'typeid'? typeof(it->second->GetVector()) v = it->... ^ item_manager.cpp:917:26: error: use of undeclared identifier 'v' for ( DWORD i=0; i < v.size(); i++ ) ^ item_manager.cpp:919:21: error: use of undeclared identifier 'v' DWORD dwVnum = v[i].dwVNum; ^ item_manager.cpp:920:32: error: use of undeclared identifier 'v' item = CreateItem(dwVnum, v[i].i... ^ compile mining.cpp item_manager.cpp:938:5: error: use of undeclared identifier 'typeof'; did you mean 'typeid'? typeof(it->second->GetVector()) v = it->... ^ compile mob_manager.cpp item_manager.cpp:940:27: error: use of undeclared identifier 'v' for (DWORD i = 0; i < v.size(); ++i) ^ compile motion.cpp item_manager.cpp:943:21: error: use of undeclared identifier 'v' DWORD dwVnum = v[i].dwVnum; ^ item_manager.cpp:944:32: error: use of undeclared identifier 'v' item = CreateItem(dwVnum, v[i].i... A compilar a source server side dá me esses erros
×
×
  • Create New...