|
Post by Chavez on Feb 19, 2006 15:08:41 GMT -8
I havent done much scripting work yet, as im busy in 3dsmax and the editor...our scripting/editing man here at VET is SAS OZ from Australia...
//insert in flashlight script as shown below
case SC_NET_MES_CLIENT_TICK:
if (SC_P_IsReady(SC_PC_Get())) SC_PC_EnableFlashLight(TRUE);
//go further in the file and insert between the lines as shown below for the 2nd part
break;// SC_NET_MES_CLIENT_TICK }// void SRV_CheckUpdate(void)
extern void SC_PC_EnableFlashLight(BOOL enable); //insert in between these two lines in coop.c
int ScriptMain(s_SC_NET_info *info)
//note this is ONLY done in the coop.c file
|
|