[Tutorial] Sistema VIP(Vence Sozinho)
#1

Olб Fуrum SAMP!
Venho Trazendo Sistema VIP de Um Amigo Meu!
Esse Sistema e Simples, Vocк Digita /setarvip (id) (dias VIP)
E Pronto! O Maximo de Dias й 60 Minimo 1/0, Vence Sozinho!
No Meu Servidor Antigo, Tinha Texdraw Mostrando Dias Vip's e Etc...Pode Adicionar Tambйm.
Qualquer Erro, Bug, Comunique-me Que Eu Irei Tirar, Ao Longo Desses Meses Estudei D+
Esse GameMode, Conheзo Muito Ele Melhor do Que Ninguem(HUEHUEHUE)

Код:
	if(strcmp("/setarvip", cmd, true) == 0)
	{
		if(PlayerInfo[playerid][SCON] == true)
		{
			new plid, dias;

			if(sscanf(cmdtext, "s[10]ud", cmd, plid, dias))
			{
				SendClientMessage(playerid, 0x008040AA, "Use: /setarvip [id] [quantidade-de-dias]");
				return 1;
			}
			if(IsPlayerConnected(plid))
			{
				if(dias > 60 || dias < 1)
				{
					SendClientMessage(playerid, Vermelho, "Nгo pode setar mais de 60 dias ou menos de 1 dia!");
				}
				else
				{
					if(GetVIPDays(plid) > 5)
					{
						SendClientMessage(playerid, Vermelho, "Este jogador ainda tem mais de 5 dias VIP.");
					}
					else
					{
						SetPlayerVIP(plid, dias);
						format(string, sizeof(string), "(RV) %s (%d) (») Promoveu: %s (%d) para VIP (») Por %d dia(s)!", GetPlayerNameEx(playerid), playerid, GetPlayerNameEx(plid), plid, dias);
						SendClientMessageToAll(tcadm, string);
					}
				}
			}
			else
			{
				SendClientMessage(playerid, Vermelho, "Valor invбlido, tente novamente!");
			}
		}
		return 1;
	}

	if(strcmp("/tirarvip", cmd, true) == 0)
	{
		if(PlayerInfo[playerid][SCON] == true)
		{
			new plid;

			if(sscanf(cmdtext, "s[10]u", cmd, plid))
			{
				SendClientMessage(playerid, 0x008040AA, "Use: /tirarvip [id]");
				return 1;
			}
			if(IsPlayerConnected(plid))
			{
				UnsetPlayerVIP(plid);
				format(string, sizeof(string), "%s (%d) (») Retirou o VIP do(a): %s (%d)", GetPlayerNameEx(playerid), playerid, GetPlayerNameEx(plid), plid);
				SendClientMessageToAll(tcadm, string);
			}
			else
			{
				SendClientMessage(playerid, Vermelho, "Valor invбlido, tente novamente!");
			}
		}
		return 1;
	}
Nгo Necessario Creditos, Caso Colocar, Coloque Creditos Totalmente a Dyonatan_Deyvisan Pela Criaзгo do Sistema.
Eu Sу Refiz Ele, Mas Esse Que Estou Repassando Й o Original da DtenHost.
Duvidas? Ajuda? Faltou Algo? Comente.
Reply
#2

nгo salva, falta de stock, falta de vars, isto й apenas dois comandos nгo funcionais, e cade o tutorial?tenso
Reply
#3

Um lixo nгo explica nada !
E ainda da os codigos pronto.
Reply
#4

.
Reply
#5

Parabйns. -SQN

Nгo vi nenhum tutorial, sу dois cуdigos prontos que irгo resultar em vбrios erros =)
Reply
#6

....... . . . . . . .. . . . . . ,.-‘”. . . . . . . . . .``~.,
. . . . . . . .. . . . . .,.-”. . . . . . . . . . . . . . . . . .“-.,
. . . . .. . . . . . ..,/. . . . . . . . . . . . . . . . . . . . . . . ”:,
. . . . . . . .. .,?. . . . . . . . . . . . . . . . . . . . . . . . . . .,
. . . . . . . . . /. . . . . . . . . . . . . . . . . . . . . . . . . . . . ,}
. . . . . . . . ./. . . . . . . . . . . . . . . . . . . . . . . . . . ,:`^`.}
. . . . . . . ./. . . . . . . . . . . . . . . . . . . . . . . . . ,:”. . . ./
. . . . . . .?. . . __. . . . . . . . . . . . . . . . . . . . :`. . . ./
. . . . . . . /__.(. . .“~-,_. . . . . . . . . . . . . . ,:`. . . .. ./
. . . . . . /(_. . ”~,_. . . ..“~,_. . . . . . . . . .,:`. . . . _/
. . . .. .{.._$;_. . .”=,_. . . .“-,_. . . ,.-~-,}, .~”; /. .. .}
. . .. . .((. . .*~_. . . .”=-._. . .“;,,./`. . /” . . . ./. .. ../
. . . .. . .`~,. . ..“~.,. . . . . . . . . ..`. . .}. . . . . . ../
. . . . . .(. ..`=-,,. . . .`. . . . . . . . . . . ..(. . . ;_,,-”
. . . . . ../.`~,. . ..`-.. . . . . . . . . . . . . . ... . /
Reply
#7

....... . . . . . . .. . . . . . ,.-‘”. . . . . . . . . .``~.,
. . . . . . . .. . . . . .,.-”. . . . . . . . . . . . . . . . . .“-.,
. . . . .. . . . . . ..,/. . . . . . . . . . . . . . . . . . . . . . . ”:,
. . . . . . . .. .,?. . . . . . . . . . . . . . . . . . . . . . . . . . .,
. . . . . . . . . /. . . . . . . . . . . . . . . . . . . . . . . . . . . . ,}
. . . . . . . . ./. . . . . . . . . . . . . . . . . . . . . . . . . . ,:`^`.}
. . . . . . . ./. . . . . . . . . . . . . . . . . . . . . . . . . ,:”. . . ./
. . . . . . .?. . . __. . . . . . . . . . . . . . . . . . . . :`. . . ./
. . . . . . . /__.(. . .“~-,_. . . . . . . . . . . . . . ,:`. . . .. ./
. . . . . . /(_. . ”~,_. . . ..“~,_. . . . . . . . . .,:`. . . . _/
. . . .. .{.._$;_. . .”=,_. . . .“-,_. . . ,.-~-,}, .~”; /. .. .}
. . .. . .((. . .*~_. . . .”=-._. . .“;,,./`. . /” . . . ./. .. ../
. . . .. . .`~,. . ..“~.,. . . . . . . . . ..`. . .}. . . . . . ../
. . . . . .(. ..`=-,,. . . .`. . . . . . . . . . . ..(. . . ;_,,-”
. . . . . ../.`~,. . ..`-.. . . . . . . . . . . . . . ... . /
Reply
#8

Velho, quer um sistema que vence sozinho ?

https://sampforum.blast.hk/showthread.php?tid=435633
Reply
#9

....... . . . . . . .. . . . . . ,.-‘”. . . . . . . . . .``~.,
. . . . . . . .. . . . . .,.-”. . . . . . . . . . . . . . . . . .“-.,
. . . . .. . . . . . ..,/. . . . . . . . . . . . . . . . . . . . . . . ”:,
. . . . . . . .. .,?. . . . . . . . . . . . . . . . . . . . . . . . . . .,
. . . . . . . . . /. . . . . . . . . . . . . . . . . . . . . . . . . . . . ,}
. . . . . . . . ./. . . . . . . . . . . . . . . . . . . . . . . . . . ,:`^`.}
. . . . . . . ./. . . . . . . . . . . . . . . . . . . . . . . . . ,:”. . . ./
. . . . . . .?. . . __. . . . . . . . . . . . . . . . . . . . :`. . . ./
. . . . . . . /__.(. . .“~-,_. . . . . . . . . . . . . . ,:`. . . .. ./
. . . . . . /(_. . ”~,_. . . ..“~,_. . . . . . . . . .,:`. . . . _/
. . . .. .{.._$;_. . .”=,_. . . .“-,_. . . ,.-~-,}, .~”; /. .. .}
. . .. . .((. . .*~_. . . .”=-._. . .“;,,./`. . /” . . . ./. .. ../
. . . .. . .`~,. . ..“~.,. . . . . . . . . ..`. . .}. . . . . . ../
. . . . . .(. ..`=-,,. . . .`. . . . . . . . . . . ..(. . . ;_,,-”
. . . . . ../.`~,. . ..`-.. . . . . . . . . . . . . . ... . /
Reply
#10

Moral da Histуria: O rato comeu o queijo do Rei de botas
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)