13 lines
614 B
PHP
Executable File
13 lines
614 B
PHP
Executable File
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h4>Counter-Strike Gameserver</h4>
|
|
</div>
|
|
<h5>Connecting</h5>
|
|
<p>Open Counter-Strike 1.6 and type into your console: connect 94.23.7.172:27016</p>
|
|
<p>You should now connect</p>
|
|
<p>Don't cheat, for cheating there is Counter-Shit Global Cucks, don't ruin good games, ruin shit games.</p>
|
|
<a href="http://www.gametracker.com/server_info/94.23.7.172:27016/" target="_blank"><img src="http://cache.gametracker.com/server_info/94.23.7.172:27016/b_560_95_1.png" border="0" width="560" height="95" alt=""/></a>
|
|
@include('footer')
|
|
@endsection
|