[Ajuda] Ajuda com entrada de players
#1

eu tou editando meu server e dai agr quando entra mais de uma 1 pesso no serve daa :: info: maximo 1 players ::
sendo q ta config 10 players :S alguem sabe me dizer oq ee

Reply
#2

posta o MAX_PLAYERS
Reply
#3

MaxPlayers estб mesmo correto ?
Reply
#4

MaxPlayers ta 100
Reply
#5

mais aii pra quem querer conferir
\/\/
Quote:

#if defined MAX_PLAYERS
#undef MAX_PLAYERS
#define MAX_PLAYERS (100)

Reply
#6

quanto ao arquivo server.cfg tb esta a 100?
Reply
#7

em :
pawn Код:
public OnPlayerConnect(playerid)
tem isso?
pawn Код:
new string32[256];
new Pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, Pname, sizeof(Pname));
format(string32, sizeof(string32), "{FFFFFF}| INFO-SERVER | %s (%d) entrou no server. ", Pname,playerid);
SendClientMessageToAll(0xFFFFFFAA,string32);
format(string32, sizeof(string32), "{FFFFFF}| INFO-SERVER | %s entrou no server!",Pname,playerid);
MsgLog(string32);
pegar o nome do player e id e mostra no jogo

alйm do max de player
Reply
#8

eee taa 100
Reply
#9

mais por exemplo tem eu logado no serve de boa agr quando vai entra uma amigo meu daa essa menssagem de erro
Reply
#10

Quote:
Originally Posted by silenthill
Посмотреть сообщение
em :
pawn Код:
public OnPlayerConnect(playerid)
tem isso?
pawn Код:
new string32[256];
new Pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, Pname, sizeof(Pname));
format(string32, sizeof(string32), "{FFFFFF}| INFO-SERVER | %s (%d) entrou no server. ", Pname,playerid);
SendClientMessageToAll(0xFFFFFFAA,string32);
format(string32, sizeof(string32), "{FFFFFF}| INFO-SERVER | %s entrou no server!",Pname,playerid);
MsgLog(string32);
pegar o nome do player e id e mostra no jogo

alйm do max de player
Quote:
Originally Posted by Fabricio Silva
Посмотреть сообщение
eee taa 100
Entao sera mesmo o que o silenthill fala
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)