Primeiramente procure por:
Abaixo de Dim n
Coloque:
Cred aew
- Código:
Sub LeftGame(index)
Dim GameName
Dim n
Abaixo de Dim n
Coloque:
- Código:
If GetPlayerAccess(index) = 0 Then
Call GlobalMsg(GetPlayerName(index) & " (Normal) Saiu! ", 0)
ElseIf GetPlayerAccess(index) = 1 Then
Call GlobalMsg(GetPlayerName(index) & " (VIP) Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 2 Then
Call GlobalMsg(GetPlayerName(index) & " (Premium) Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 3 Then
Call GlobalMsg(GetPlayerName(index) & " (Game Master) Saiu! ", 14)
ElseIf GetPlayerAccess(index) = 4 Then
Call GlobalMsg(GetPlayerName(index) & " (ADM) Saiu! ", 14)
ElseIf GetPlayerAccess(index) >= 5 Then
Call GlobalMsg(GetPlayerName(index) & " (Dono) Saiu! ", 14)
Cred aew