server
Predefined if the engine is started as a server (-sv command line option).Remarks:
Automaticaly defined when started with -sv command line option.Example:
ifdef SERVER;
while (connection == 0) { wait(1); }
str_cpy(temp_str,server_name);
str_cat(temp_str," has the IP: ");
str_cat(temp_str,server_IP);
scroll_message(temp_str);
endif;
See Also:
include, bind, level, savedir, path, resource, print, define, undef, ifdef, ifndef, ifelse, endif, develop, client, caps_color, caps_flare, caps_shadow, -sv