POmoc

Započeo Levy
11. Jul 2013. Zaključano
214
pregleda
2
postova
Marko
4
Shot Caller
11. Jul 2013.
Skinuo sam fantasy evolution i sad kad opljackam opstinu ili nesto i odem na trziste da prodam, mogu prodati npr. ogrlicu po 100 puta istu, jednom opljackam a prodam je koliko ja hocu puta....
Zna neko gdje je greska?
Eto taj kod ako je to to, ili nesto drugo treba
if(dialogid == 722)
    {
      if(response)
{
            if(listitem == 0)
{
    if(PlayerInfo <= 0)
    {
        SendClientMessage(playerid, COLOR_WHITE, "{FF0000} {FFFFFF}Nemate narukvicu.");
        return 1;
    }
PlayerInfo --;
new bonus = 500 + random(5000);
GivePlayerMoney(playerid, 12000 + bonus);
  format(string, sizeof(string), "{0F629F}Isplata: {FFFFFF}Prodali ste narukvicu za %d $. ",10000 + bonus);
SendClientMessage(playerid, 0x9A6735FF, string);
//SBizzInfo += 1000;
//ExtortionSBiz(75, 500);
}
      if(listitem == 1)
{
    if(PlayerInfo <= 0)
    {
        SendClientMessage(playerid, COLOR_WHITE, "{FF0000} {FFFFFF}Nemate diplomu.");
        return 1;
    }
PlayerInfo --;
new bonus = 500 + random(5000);
GivePlayerMoney(playerid, 12000 + bonus);
  format(string, sizeof(string), "{0F629F}Isplata: {FFFFFF}Prodali ste diplomu za %d $. ",10000 + bonus);
SendClientMessage(playerid, 0x9A6735FF, string);
//SBizzInfo += 1000;
//ExtortionSBiz(75, 500);
    }
    if(listitem == 2)
{
    if(PlayerInfo <= 0)
    {
        SendClientMessage(playerid, COLOR_WHITE, "{FF0000} {FFFFFF}Nemate dokument.");
        return 1;
    }
PlayerInfo --;
new bonus = 500 + random(5000);
GivePlayerMoney(playerid, 12000 + bonus);
  format(string, sizeof(string), "{0F629F}Isplata: {FFFFFF}Prodali ste dokument za %d $. ",10000 + bonus);
SendClientMessage(playerid, 0x9A6735FF, string);
//SBizzInfo += 1000;
//ExtortionSBiz(75, 500);
    }
            if(listitem == 3)
{
    if(PlayerInfo <= 0)
    {
        SendClientMessage(playerid, COLOR_WHITE, "{FF0000} {FFFFFF}Nemate Ogrlicu.");
        return 1;
    }
PlayerInfo --;
new bonus = 500 + random(5000);
GivePlayerMoney(playerid, 13000 + bonus);
  format(string, sizeof(string), "{0F629F}Isplata: {FFFFFF}Prodali ste Ogrlicu za %d $. ",13000 + bonus);
SendClientMessage(playerid, 0x9A6735FF, string);
//SBizzInfo += 1000;
//ExtortionSBiz(75, 500);
}
}
return 1;
}
~William~
4
Enforcer
11. Jul 2013.
postavis kad je proda da mu stavi na nula i da ako ima jednu onda moze prodat ako me kontas*

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha