[Ajuda] compra e vendas entre players
#6

mude este comando
PHP код:
CMD:aceitar(playerid)
{
   new 
string[128];
 
giveid GetPVarInt(playerid,"Vendedor")
   if(
Vendas[playerid] == 0) return SendClientMessage(playeridAzul"Ninguem lhe ofereceu nada");
   
pDados[playerid][Maconha] += GetPVarInt(playerid"Gramas");
   
pDados[giveid][Maconha] -= GetPVarInt(playerid"Gramas");
   
GivePlayerMoney(playerid,-SetPVarInt(playerid,"GranaDrogas",GranaDrogas));
   
GivePlayerMoney(giveidSetPVarInt(giveid"GranaDrogas",GranaDrogas));
   
GetPlayerName(playeridCompradorsizeof(Comprador));
   
GetPlayerName(giveidVendedorsizeof(Vendedor));
   
format(stringsizeof(string), "Vocк aceitou comprar do [%s], %i gramas de maconha por [$%i]"VendedorGetPVarInt(Gramas"Gramas"), GranaDrogas);
   
SendClientMessage(playeridLaranjastring);
   
format(stringsizeof(string), "Vocк vendeu para %is %i gramas de maconha e recebeu $%i"CompradorGetPVarInt(Gramas"Gramas"), GranaDrogas);
   
SendClientMessage(giveidLaranjastring);
   
Vendas[playerid] = 0;
  

return 
1;

Reply


Messages In This Thread
compra e vendas entre players - by johntrybescripter - 18.01.2017, 20:38
Re: compra e vendas entre players - by DiegoLeo - 18.01.2017, 22:02
Re: compra e vendas entre players - by johntrybescripter - 18.01.2017, 22:10
Re: compra e vendas entre players - by johntrybescripter - 18.01.2017, 22:46
Re: compra e vendas entre players - by IlanZ - 18.01.2017, 22:54
Re: compra e vendas entre players - by DiegoLeo - 18.01.2017, 22:54
Re: compra e vendas entre players - by johntrybescripter - 18.01.2017, 22:59
Re: compra e vendas entre players - by johntrybescripter - 18.01.2017, 23:55

Forum Jump:


Users browsing this thread: 2 Guest(s)