[Ajuda] comando
#3

aki estб meu /pmercadoria e o que faz pra pega.
Код:
if(strcmp(cmdtext,"/pmercadoria", true) == 0)
	{
 	new aname[MAX_PLAYER_NAME];
	GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
	format(file, sizeof(file), PASTA_CONTAS, aname);
	new check;
	check = CPS_IsPlayerInCheckpoint(playerid,baysyd);
	if(check == 0) {
	SendClientMessage(playerid, Vermelho, " | ERRO |  Vocк nгo esta na area de matйria-prima para Empresa!");
	return 1;
	}
	if(fentrega[playerid] == 1) {
	SendClientMessage(playerid,Vermelho,"| ERRO | Vocк ja esta com a mercadoria entregue na Empresa!");
	return 1;
	}
	if(PlayerInfo[playerid][pFunc1] == 1 || PlayerInfo[playerid][pFunc2] == 1 || PlayerInfo[playerid][pFunc3] == 1) {
	SendClientMessage(playerid, Vermelho, " | ERRO | Vocк nгo й um Funcionario .");
	return 1;
	}
	new sstring3 [ 60 ];
	format(sstring3, sizeof(sstring3), "/Materia/Prima%d.ini");
	if (dini_Int(sstring3,"Muanba") < 1 ){
	SendClientMessage(playerid,Vermelho," | ERRO | Nгo temos materia-prima disponivel em estoque chame um caminhoneiro!");
	return 1;
	}
  	if(dini_Int(file,"CartaoOn") == 1){
  	if(dini_Int(file, "SaldoBancario" ) > 299) {
   	SendClientMessage(playerid,0xFF0000,"| EMPRESA | Voce Pegou a matйria-prima entregue na sua empresa)");
   	SendClientMessage(playerid, VerdeClaro," | INFO | Seu Cartгo de dйbito estб ativado foram retirado de seu banco o valor de R$ 300 !.");
    fentrega[playerid] = 1;
    dini_IntSet(sstring3, "Muanba", dini_Int(sstring3, "Muanba")-2);
    dini_IntSet(file, "SaldoBancario", dini_Int(file, "SaldoBancario")-300);
	}else{
	SendClientMessage(playerid, Vermelho, " | ERRO | Saldo bancбrio insuficiente desative seu cartгo de dйbito /Cartaooff.");
	}
	}else{
	new grana;
	grana = GetPlayerGrana(playerid);
	if(grana > 299) {
	SendClientMessage(playerid,0xFF0000,"| EMPRESA | Voce Pegou a matйria-prima entregue na sua empresa)");
	fentrega[playerid] = 1;
	GivePlayerGrana(playerid, -300);
	dini_IntSet(sstring3, "Muanba", dini_Int(sstring3, "Muanba")-2);
	}
	else {
 	SendClientMessage(playerid, Vermelho, "| ERRO | Vocк nгo tem dinheiro suficiente!");
  	}
   	}
   	return 1;
	}
new fentrega[MAX_PLAYERS];
new pentrega[MAX_PLAYERS];
Reply


Messages In This Thread
comando - by chefaoBR - 19.06.2014, 18:27
Re: comando - by Smoking_Script - 20.06.2014, 00:53
Re: comando - by chefaoBR - 20.06.2014, 23:56

Forum Jump:


Users browsing this thread: 2 Guest(s)