Advertisement
jxsl13

Untitled

Apr 6th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //64 System
  2. int* idMap = Server()->GetIdMap(ClientID);
  3. for (int i = 1;i < VANILLA_MAX_CLIENTS;i++)
  4. {
  5.  
  6. //jxsl13 idMap[i] = -1;
  7. idMap[i] = 0;
  8. }
  9. idMap[0] = ClientID;
  10. zTeam = 0;
  11.  
  12. m_pCommand = new CCommand(this);
  13. replyID = -1;
  14. m_TeamChangeDelay = 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement