Re: [hlcoders] using metamod to get client rates

2004-09-17 Thread Matt Judge
Brian A. Stumm wrote: I believe he means the CVAR rate which the client uses based on his internet connection speed but in case its ping and packet loss we are after try this: Aye, it is the clients CVAR setting I am after. I know AMX could pull some CVARs from the client, so I should probably

RE: [hlcoders] using metamod to get client rates

2004-09-17 Thread voogru
Put something like this in ClientPutInServer. int rate = atoi(g_engfuncs.pfnInfoKeyValue(g_engfuncs.pfnGetInfoKeyBuffer(PLAYER_EDICT_ T),rate)); However, if they change it while connected you might want to do something so it updates. - voogru. -Original Message- From: Brian A. Stumm