View Single Post
spawn() and CS (linux)
Old
  (#1)
TheProfessional
Guest
 
Status:
Posts: n/a
Default spawn() and CS (linux) - 29-02-2004

Im basically trying to respawn a player using this code (or something similar) on HPB bot:

CBasePlayer *pPlayer = (CBasePlayer *)pEntity;
pPlayer->Spawn();

Now, this works under windows, but not under linux. Anybody got any suggestions?
  
Reply With Quote