Calling commands in sv_ccmds.c from within sv_ccmds.c ?
Posted: Mon May 17, 2010 7:36 pm
How can I use a command defined in sv_ccmds.c from within that file?
Like in my function I want to call the function defined as:
static client_t *SV_GetPlayerByNum( void )
but it looks like it doesn't accept any parameters, as they are supplied elsewhere.
Like in my function I want to call the function defined as:
static client_t *SV_GetPlayerByNum( void )
but it looks like it doesn't accept any parameters, as they are supplied elsewhere.