Posts: 14 Joined: Sun Aug 15 2010, 08:35PM Registered Member #6223
How to change the results of {$server['e']['os']} For example: for 1 = Linux for w = Windows and changes for Game Protocol for {$server['e']['netcode']}
Putting ".($server['e']['os'] ? "Windows" : "Linux")." is not an option.