How to execute command on client console ?
I try to execute command on client's console, but it's not work. What is wrong?
I use pfnClientCommand function. Code:
void OnClientPutInServer(edict_t *pEntity){/*I try to kick player, but server print "bad server command kick #1" Code:
g_engfuncs.pfnServerCommand("kick #1"); |
Re: How to execute command on client console ?
Code:
CLIENT_COMMAND(pEntity, "disconnect\n");Code:
char kickcmd[16]; |
| All times are GMT -4. The time now is 09:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.