SA-MP Forums Archive
[Ajuda] Sistema De Nivel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Sistema De Nivel (/showthread.php?tid=447310)



Sistema De Nivel - derpinho123 - 29.06.2013

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


Re: Sistema De Nivel - derpinho123 - 29.06.2013

Alguem ? ...


Re: Sistema De Nivel - [THs]ShadoW - 29.06.2013

Especifique ! Como quer/й o sistema ?


Re: Sistema De Nivel - ProKillerpa - 29.06.2013

acho que ele quer um sistema de level / exp


Re: Sistema De Nivel - derpinho123 - 29.06.2013

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


Re: Sistema De Nivel - Chean - 29.06.2013

Procure no ****** que tem um bucado '-'


Re: Sistema De Nivel - derpinho123 - 29.06.2013

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


Re: Sistema De Nivel - xxRaioxx - 29.06.2013

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


Re: Sistema De Nivel - derpinho123 - 29.06.2013

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


Re: Sistema De Nivel - [THs]ShadoW - 29.06.2013

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..


Re: Sistema De Nivel - derpinho123 - 30.06.2013

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.


Re: Sistema De Nivel - derpinho123 - 30.06.2013

alguem ? ........


Re: Sistema De Nivel - [THs]ShadoW - 30.06.2013

Quais sгo as linhas ?


Re: Sistema De Nivel - derpinho123 - 02.07.2013

Shadow Consegui ARRUMAR aq vlw ai


Re: Sistema De Nivel - Lуs - 02.07.2013

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