version 1.24 | version 1.25 | |||
---|---|---|---|---|
|
| |||
context->third = NULL; | context->third = NULL; | |||
rv = context->returnvalue = 0; | rv = context->returnvalue = 0; | |||
snprintf(context->script, sizeof(context->script), "%s", cf_get_maps_directory("python/events/python_event.py")); | snprintf(context->script, sizeof(context->script), "%s", cf_get_maps_directory("python/events/python_event.py")); | |||
strcpy(context->options, ""); | ||||
switch(context->event_code) | switch(context->event_code) | |||
{ | { | |||
case EVENT_CRASH: | case EVENT_CRASH: |
Legend:
|