1 [Tutorial]Mostrar Quem Entrou no Jogo 13/2/2012, 17:11
SkyAway
Membro V
Procure por:
Abaixo de Dim MOTD
Coloque:
Lembrand : Não fui eu que fiz Apenas estou repassando . XD
GOSTOU CLICA NO + ALI DO LADO E ME DAR CRED XD
- Código:
Sub JoinGame(index)
Dim GameName
Dim MOTD
Abaixo de Dim MOTD
Coloque:
- Código:
If GetPlayerAccess(index) = 0 Then
Call GlobalMsg(GetPlayerName(index) & " (Normal) Esta Online! ", 0)
ElseIf GetPlayerAccess(index) = 1 Then
Call GlobalMsg(GetPlayerName(index) & " (Vip) Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 2 Then
Call GlobalMsg(GetPlayerName(index) & " (Premium) Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 3 Then
Call GlobalMsg(GetPlayerName(index) & " (Master) Esta Online! ", 14)
ElseIf GetPlayerAccess(index) = 4 Then
Call GlobalMsg(GetPlayerName(index) & " (ADM) Esta Online! ", 14)
ElseIf GetPlayerAccess(index) >= 5 Then
Call GlobalMsg(GetPlayerName(index) & " (Dono) Esta Online! ", 14)
Lembrand : Não fui eu que fiz Apenas estou repassando . XD
GOSTOU CLICA NO + ALI DO LADO E ME DAR CRED XD