Search found 6 matches
- 29 May 2012, 19:56
- Forum: Dedicated Server
- Topic: Dedicated server callbacks?
- Replies: 39
- Views: 9206
Re: Dedicated server callbacks?
Try to use this function: // function print array data to file function print_to_file ($data){ ob_start(); print_r ($data); $done = ob_get_flush (); $txt = fopen ('print_to_file.txt', 'w'); fwrite ($txt, $done); fclose ($txt); } instead: print_r ($result); use this: print_to_file ($result);
- 21 Jan 2012, 21:35
- Forum: Dedicated Server
- Topic: Xaseco2 CPLive Advaned
- Replies: 5
- Views: 3771
Re: Xaseco2 CPLive Advaned
Hi,
Actually cplive plugin for TM2 exists, i rewrite plugin for WTC servers.
Is available here: CPLive plugin TM2
and cpcounter here:cpcounter TM2
Lambda
Actually cplive plugin for TM2 exists, i rewrite plugin for WTC servers.
Is available here: CPLive plugin TM2
and cpcounter here:cpcounter TM2
Lambda
- 19 Aug 2011, 17:46
- Forum: Support & Bug Reports
- Topic: [CLOSED] TM2 - pay using dollars?
- Replies: 4
- Views: 1847
Re: pay using dollars?
Find a secure proxy server located in USA and tray connect through this proxy.
- 18 Aug 2011, 09:20
- Forum: Trackmania 2
- Topic: Reporting a nazi skin.
- Replies: 43
- Views: 11481
- 20 Feb 2011, 16:47
- Forum: ManiaLive Plugins
- Topic: [Plugin] ManiaLive->Xaseco->ManiaLive freezone fix 0.34
- Replies: 83
- Views: 85992
Re: [Plugin] ManiaLive->Xaseco->ManiaLive freezone fix 0.33
Good news everybody, i found solution for the problem where player leaves at server and then joins back when his turn is to spectate!!! download the new plugin at: http://koti.mbnet.fi/reaby/manialive/plugins/MLintegration_v0.33.zip At an exit from the server and then at returning to it forcespec r...
- 05 Feb 2011, 22:00
- Forum: Dedicated Server Tools
- Topic: ManiaLive r2028
- Replies: 42
- Views: 17125
Re: ManiaLive r2028
Read the attached file README.txt