[Ajuda] /darvip [id] [nivel] [dias]
#1

Bom, primeiramente bom dia,tarde,noite.

Bom eu queria pedir ajuda de voces pra tentar arrumar esse comando, com antes que perguntem, eu jб tentei fazer de tudo e nгo consegui, eu queria setar vip por dias, e o vip sair sozinho quando acabar os dias,por isso o tуpico pedindo ajuda (Antes que venha nego me chingando), Bom se alguem puder me ajudar agradeзo muito e dou Rep++, Obrigado.

MEU CУDIGO:
Код:
if(strcmp(cmd, "/darvip", true) ==0 || strcmp(cmd, "/setarvip", true) ==0)
	{
	    if(IsPlayerConnected(playerid))
	    {
	        if(PlayerInfo[playerid][pAdmin] < 1340)
	    	{
				SendClientMessage(playerid, COLOR_GRAD1, "Vocк nгo tem autorizaзгo para usar esse comando.");
				return 1;
	    	}
	    	VipVaga();
	    	if(VagaSobrando == 0)
	    	{
				SendClientMessage(playerid, COLOR_GRAD1, "Nгo hб mais vagas na lista use /limparvip primeiro.");
				return 1;
	    	}
			tmp = strtok(cmdtext, idx);
			if(!strlen(tmp))
			{
				SendClientMessage(playerid, COLOR_GRAD2, "USE: /darvip [ ID ] [Nivel] 1(Prata) 2(Ouro) 3(VIP-Sуcio)");
				return 1;
			}
			new para1;
			new level;
			para1 = ReturnUser(tmp);
			tmp = strtok(cmdtext, idx);
			if(!strlen(tmp))
			{
				SendClientMessage(playerid, COLOR_GRAD2, "USE: /darvip [ ID ] [Nivel] 1(Prata) 2(Ouro) 3(VIP-Sуcio)");
				return 1;
			}
			level = strval(tmp);
			GetPlayerName(para1, giveplayer, sizeof(giveplayer));
			GetPlayerName(playerid, sendername, sizeof(sendername));
		    if(IsPlayerConnected(para1))
		    {
		        if(para1 != INVALID_PLAYER_ID)
		        {
					format(string, sizeof string, "Vocк deu VIP Nнvel %d para %s", level, giveplayer);
					SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
					format(string, sizeof string, "Vocк ganhou VIP Nнvel %d do admin {FF34B3}%s", level, sendername);
					SendClientMessage(para1, COLOR_LIGHTBLUE, string);
					getdate(year, month, day);
					gettime(hour,minute,second);
					format(string, sizeof(string), "%s deu vip ao %s nнvel %d (%d/%d/%d - %d:%d)",sendername,giveplayer,level,day, month, year,hour, minute);
					VipsLog(string);
     				PlayerInfo[para1][pVIP] = level;
					new var03 = 0;
					for(new i = 0; i < sizeof(VipInfo); i++)
				    {
				        if(strcmp(giveplayer,VipInfo[i][vNick],true)==0)
				        {
				            VipInfo[i][vTipo] = level;
				            VipInfo[i][vDia] = day;
				            VipInfo[i][vMes] = month+1;
				            VipInfo[i][vAno] = year;
				            SaveVip();
				            var03 = 1;
				            break;
				        }
					}
					if(var03 == 0)
					{
					    for(new i = 0; i < sizeof(VipInfo); i++)
				    	{
				        	if(strcmp("Ninguem",VipInfo[i][vNick],true)==0)
					        {
		    	    		    strmid(VipInfo[i][vNick], giveplayer, 0, strlen(giveplayer), 255);
		    	    		    VipInfo[i][vTipo] = level;
				                VipInfo[i][vDia] = 0;
				                VipInfo[i][vMes] = 0;
				                VipInfo[i][vAno] = 0;
					            SaveVip();
					            break;
							}
						}
					}
				}
			}
		}
		return 1;
	}
Reply


Messages In This Thread
/darvip [id] [nivel] [dias] - by davinfs - 26.10.2014, 02:03
Re: /darvip [id] [nivel] [dias] - by Skiinner - 26.10.2014, 02:55
Re: /darvip [id] [nivel] [dias] - by davinfs - 26.10.2014, 16:30
Re: /darvip [id] [nivel] [dias] - by ipsLuan - 26.10.2014, 16:32
Re: /darvip [id] [nivel] [dias] - by Skiinner - 26.10.2014, 16:50
Re: /darvip [id] [nivel] [dias] - by ipsLuan - 26.10.2014, 17:10
Re: /darvip [id] [nivel] [dias] - by DeadNudock - 26.10.2014, 17:15
Re: /darvip [id] [nivel] [dias] - by davinfs - 26.10.2014, 19:14
Re: /darvip [id] [nivel] [dias] - by ipsLuan - 26.10.2014, 19:22
Re: /darvip [id] [nivel] [dias] - by davinfs - 26.10.2014, 19:27

Forum Jump:


Users browsing this thread: 2 Guest(s)