Bom e simples Vamos Lah '
Vai Na Pasta do Serve em Scripts Abra Principal
Procure Por:
Abaixo Adicione:,
Simples Né Mais ajuda Quem vai Começar Projeto de Jogos Que Possua resete !
Vai Na Pasta do Serve em Scripts Abra Principal
Procure Por:
- Código:
Call BattleMsg(index, "Você tem " & GetPlayerPOINTS(index) & " pontos para gastar.", 9, 0)
Abaixo Adicione:,
- Código:
If GetPlayerLevel(index) => 500 Then
Call PlayerMsg(index, "Parabéns, você resetou!", 14)
Call SetPlayerExp(index, 1)
Call SetPlayerLevel(index, 1)
Call SetPlayerPOINTS(index, GetPlayerPoints(index) + 200)
Call SetPlayerResets(index, GetPlayerResets(index) + 1)
End If
Simples Né Mais ajuda Quem vai Começar Projeto de Jogos Que Possua resete !