Skripta koju koristim:Cyber
Detaljan opis problema:zanima me kao ovo da stavim u dijalog tj platu evo toga:
interest = (PlayerInfo/1000)*(tmpintrate);
PlayerInfo++;
PlayerPlayMusic(i);
PlayerInfo = account+interest;
SendClientMessage(i, CRVENA, "[===============[ PLACA ]===============]");
format(string, sizeof(string), "Plata: %d$   Porez: -%d$", checks/5, TaxValue);
SendClientMessage(i, BELA, string);
if(PlayerInfo != 255 || PlayerInfo != 255)
{
   format(string, sizeof(string), "Racuni: -%d$", ebill);
SendClientMessage(i, BELA, string);
}
format(string, sizeof(string), "Stanje: %d$", account);
SendClientMessage(i, BELA, string);
format(string, sizeof(string), "Kamatna stopa: 0.%d",tmpintrate);
SendClientMessage(i, BELA, string);
format(string, sizeof(string), "Stecenih kamata: %d$", interest);
SendClientMessage(i, BELA, string);
SendClientMessage(i, CRVENA, "[======================================]");
format(string, sizeof(string), "Novo stanje: %d$", PlayerInfo);
SendClientMessage(i, BELA, string);
format(string, sizeof(string), "Rent: -%d$", rent);
SendClientMessage(i, BELA, string);
format(string, sizeof(string), "~g~Placa");
GameTextForPlayer(i, string, 5000, 1);
rent = 0;
PlayerInfo = 0;
PlayerInfo = 0;
PlayerInfo += 1;
if(PlayerInfo== 0)
               {
               PlayerInfo = 0;
}
               else if (PlayerInfo> 0)
                   {
PlayerInfo = PlayerInfo-500;
JB_GivePlayerMoney(i,500);
SendClientMessage(i, PLAVA, "* Rata kredita -500$.");
                   }
if(PlayerInfo > 0)
{
   PlayerInfo += 1;
   if(PlayerInfo >= 5)
   {
       PlayerInfo++;
       PlayerInfo = 0;
   }
}
}
ako mozete pomci pokusavao sam ali nista.?
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):