Bom e Muito Simples Vamo Lah !
No Principal Ou Main, Na Pasta Scripts No seu Servidor Abra o principal/Main
E Procure Por:
- Código:
Sub JoinGame(index)
Dim GameName
Dim MOTD
Abaixo Adicione:
- Código:
If GetPlayerAccess(index) = 0 Then
Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 1 Then
Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 2 Then
Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 3 Then
Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 4 Then
Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)
ElseIf GetPlayerAccess(index) >= 5 Then
Call GlobalMsg(GetPlayerName(index) & " Esta Online! ", 14)
If GetPlayerAccess(index) = 0 Then
Call GlobalMsg(GetPlayerName(index) & " Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 1 Then
Call GlobalMsg(GetPlayerName(index) & " Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 2 Then
Call GlobalMsg(GetPlayerName(index) & " Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 3 Then
Call GlobalMsg(GetPlayerName(index) & " Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 4 Then
Call GlobalMsg(GetPlayerName(index) & " Saiu! ", 14)
ElseIf GetPlayerAccess(index) >= 5 Then
Call GlobalMsg(GetPlayerName(index) & " Saiu! ", 14)
Simples Não ? >.< '