Hi. As in topic. I want to make the spect team able to play. I've a logging/signing up system & 'kingdoms' also. There are 3 teams, so instead of making the mess with standard teams I'm guessing that better way is use spectator team. I'm pretty sure that's possible. I've infinite round plugin.
What is the most effectively way to make spectator able to play? I can use that module/s which be the most effectively( such as orpheu ).
And also, will it work properly ?
PHP Code:
stock send_message( id ) {
new spec_id = pev( id, pev_iuser2 );
message_begin( MSG_*, any_msgid, _, fm_cs_get_user_team( id ) == 3 ? spec_id : id );
write_...
message_end( );
}