[PEDIDO]Quando player entra no server.
#4

PHP Code:
public OnPlayerConnect(playerid)
{
    new 
f[50],nome[MAX_PLAYER_NAME];
    
GetPlayerName(playerid,nome,sizeof(nome));
    
format(f,sizeof(f),"%s entrou no servidor...",nome);
    
SendClientMessageToAll(-1,f);
    return 
true;
}
public 
OnPlayerRequestClass(playerid,classid)
{
    
GameTextForPlayer(playerid"Nome do servidor"50000);
    return 
true;

retornar true ou 1 й a mesma coisa
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)