Jump to content

tom527103

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tom527103's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi i was wondering if a advanced member could take a look at my script on my server see whats happening is the timers for my jail arnt working properly the timers are set up in js which is included in jail.php but i cant figure out how to fix on the site when a crime is meant to put someone in jail for 1-8 mins it doesnt and when there put in jail for ten mins they seem to get 2 minute 40 seconds i have been trying to figure it out myself but cant soo noww i need help if theres anyone out there that fancies it
  2. sorry i forgot i am very new to php how would i write a code to multiply his variable to bankmoney ? would you be able to give me a snippet please and explain what each part of the code does if u could possibly ? thanks
  3. what i mean is $interest= $ir['bankmoney']/100*2 ; ^^ it still needs to have that part because that tells it the percent to give of the bank money its hard to explaine as my knowledge is limited on php i want that part to be like if ($ir['donatordays'] > 0) { $interest= $ir['bankmoney']/100*6 } else { $interest= $ir['bankmoney']/100*2 } ^^ but that doesnt work but i hope this gives u better understanding of what i mean
  4. im currently making a mmorpg i have a bank php script and i want donator intrest to be higher then normal players intrest $interest= $ir['bankmoney']/100*2 ; $interests=money_formatter($interest); $balance=money_formatter($ir['bankmoney']); ^^^ i want that changed so if ($ir['donatordays'] > 0) donator days are higher then 0 then its 100*6 but normal intrest is 100*2 i can upload more of the bank code if needed but need help with this one as cant figure it out i am a noob and learning so if u have a snippet for it would you be able to explain the code to make this work i do not expect to be spoonfed information but any help u could give would be great thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.