Function problem

07/22/2018 12:57 RedBuIl#1
Hey epvp, small problem with function :

#if defined(__APP_TELEPORTERLISTER) && defined(__CLIENT)
map<DWORD, vector<DWORD>> m_aTeleportItem;
void LoadTeleportItem();
vector<DWORD> * GetTeleportItem(DWORD dwWorldId);
#endif

The error :

error C2947: expecting '>' to terminate template-argument-list, found '>>'
07/23/2018 13:42 Sedrika#2
[Only registered and activated users can see links. Click Here To Register...]

Just did a search on your error message, 2nd link on Google.
07/23/2018 14:17 RedBuIl#3
i did

and i did the space but nothing yet
08/05/2018 17:04 RedBuIl#4
Up
12/07/2018 14:57 RedBuIl#5
up dont fine
12/07/2018 17:16 alfredico#6
map<DWORD, vector<DWORD> something> m_aTeleportItem;
12/07/2018 17:29 RedBuIl#7
Quote:
Originally Posted by alfredico View Post
map<DWORD, vector<DWORD> something> m_aTeleportItem;
Yes with space, but not working