• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Status Active + AFK

Dix37

New Member
Joined
Feb 16, 2012
Messages
19
Reaction score
0
Witajcie,
potrzebuje edytacji skryptu gesiorowego.
Wygląda on teraz tak:
Player Online: 25+5
(*15 graczy - są to gracze aktywni)
(*5 graczy - są to gracze afk)

A chciałbym aby mi zliczało to wszystko w jedną całość czyli aby pokazywało: Player Online: 30

Identyczne co ma narvia.eu

(Currently 448 players are active and 489 are AFK online on Narvia.Eu.
Additional on server there is 21 spectators on 22 casts!)
Narvia.eu - Who is online? - The Best Open Tibia Server in 2012
A na Layout pokazuje: 448 players


O to skrypt:
PHP:
<?php
include('whoisonline.php');
if($config['status']['serverStatus_online'] == 1){
echo 'Player Online:
<b> <font color="orange">'.$config['status']['serverStatus_players'] .'</a>+'.($number_of_players_online-$config['status']['serverStatus_players']).'</b></font>';
}else{
echo '';
}
?>
Moze ktoś dla mnie to zrobić? Wielkie dzięki :)
 
zamotałeś sięchłopcze, chcesz żeby pokazywalo ci afk + nieafk rzekomo tak jak ma narvia
a narvia po prostu pokazuje afk i nieafk
albo to ja nie rozumiem, albo to ty się motasz we własnym mózgu

pis joł
 
Tak, chce aby mi pokazywało akf + nie afk razem zlonczone!

- - - Updated - - -

Oki, juz sam zrobiem.
- Close
 
ma ktos taki skrypt? aby pokazywalo afk i osobno nie afk ?
tu cos znalazlem:
Code:
http://otland.net/f451/how-not-count-x-logged-players-81370/
ale nie wiem gdzie ten plik status.cpp
 
Last edited:
ma ktos taki skrypt? aby pokazywalo afk i osobno nie afk ?
tu cos znalazlem:
Code:
http://otland.net/f451/how-not-count-x-logged-players-81370/
ale nie wiem gdzie ten plik status.cpp

w source silnika
 

Similar threads

Back
Top