Short: yes, possible
A bit longer:
showTo() shows the model to the inputplayerCode:function gamelogic while game is running game waittill player joined team updateVisibility endloop endfunction function updateVisibility model1 hide model2 hide foreach player in players if player team == team1 model1 showTo( player ) else model2 showTo( player ) endif endloop endfunction



Reply With Quote