Hello ,
I have made a working MP demo for my client.
There is a voltage bar ( similar to a health bar) which increases as player presses a button.
All is working fine and the below Panel is working fine.
When Server player is increasing voltage , then client/Server PC's can see the panel bar increasing but when client is increasing voltage , then the panel is not updating on both the machines. the code is below which is for a standard panel.
"
PANEL serverincreasingvoltagered
{
pos_x = 360;
pos_y =40;
window(0,0,240,20,redbar,display_ratio_output,NULL);
flags = refresh;
layer =10;
}
"
Any help will be greatly appreciated.
Regards,
Sichlid