[Ajuda] Sistema De Nivel
#1

Alguem Tem Algum Sistema De Nivel ;x ? Para Me passar Agradeзo
Reply
#2

Alguem ? ...
Reply
#3

Especifique ! Como quer/й o sistema ?
Reply
#4

acho que ele quer um sistema de level / exp
Reply
#5

Um Tipo Eu queria Que fosse O seguinte A cada 15 min Um Player ganha resp a cada 10 resp 1 nivel e.e '-'
Reply
#6

Procure no ****** que tem um bucado '-'
Reply
#7

Ja procurei nГO Acho vocКs nгo poderia me ajudar n ?
Reply
#8

Olhe este tutorial:
https://sampforum.blast.hk/showthread.php?tid=151296
Reply
#9

Quote:
Originally Posted by xxRaioxx
View Post
Ja Usei esse Sistema Porem Nгo Mostra No Score ;l
Reply
#10

Tente assim:

Abaixo das Defines coloque:

Code:
new Respeito;
forward Upar(playerid);
public Upar(playerid)
{
	Respeito++;
	if(Respeito == 10)
	{
		SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);
		SendClientMessage(playerid, -1, "Vocк subiu de nнvel");
                Respeito = 0;
	}
	return 1;
}
Na OnPlayerConnect coloque:

Code:
SetTimerEx("Upar", 1000 * 60 * 15, true, "i", playerid);
OBS: Nгo testei, qualquer coisa avise..
Reply
#11

C:\Users\Joгo\Desktop\GM\filterscripts\upar.pwn( : error 021: symbol already defined: "Respeito"
C:\Users\Joгo\Desktop\GM\filterscripts\upar.pwn(71 ) : error 055: start of function body without function header
C:\Users\Joгo\Desktop\GM\filterscripts\upar.pwn(72 ) : error 010: invalid function or declaration
C:\Users\Joгo\Desktop\GM\filterscripts\upar.pwn(73 ) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply
#12

alguem ? ........
Reply
#13

Quais sгo as linhas ?
Reply
#14

Shadow Consegui ARRUMAR aq vlw ai
Reply
#15

Nгo sei se ainda quer mas eu havia feito um a pedido ano passado, й sу adaptar.

https://sampforum.blast.hk/showthread.php?tid=330267
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)