added keybinds
This commit is contained in:
@@ -150,11 +150,9 @@ void NET_ProcessPacket( INetworkBase *pBase )
|
||||
|
||||
int iIndex = -1;
|
||||
V_printf("Hi %s\n",pPacket->m_playerJoined.m_szPlayerName);
|
||||
for ( int i = 0; i < 2; i++ )
|
||||
{
|
||||
pEntity = EntitySystem()->CreateByClassname("player", &iIndex);
|
||||
pEntity->Spawn();
|
||||
}
|
||||
|
||||
pEntity = EntitySystem()->CreateByClassname("player", &iIndex);
|
||||
pEntity->Spawn();
|
||||
|
||||
SetLocalEntity_t stLocalEntity = {
|
||||
k_EMessage_PlayerSetLocalEntity,
|
||||
|
||||
Reference in New Issue
Block a user