I don't know how to fix my paycheck
#1

Can someone help me lower how much money my paycheck gives players per hour

I'm starting a heavy rp server but the paycheck just ruins it please!
Reply
#2

We are not magicians to correct your code without seeing it.
Post your code and errors.
Reply
#3

Well i'm new to this this, can i post you the whole account.pwn thing? i don't know which one is the payday thing :/
Reply
#4

Post it in [php]
Reply
#5

http://pastebin.com/6cXqXucj , I copied and pasted all what's inside account.pwn
Reply
#6

So? Anyone?
Reply
#7

The code you posted above doesn't show how much the paycheck is...
Maybe different jobs have different pay?
Reply
#8

http://pastebin.com/jYixRK17 This one for Jobs
Reply
#9

Sooo xD ? thank u for helping tho
Reply
#10

PHP код:
            if(level >= 10) {
                
paycheck += 1000 + (level 500);
            } else {
                
paycheck += 500 + (level 500);
            } 
Paycheck depends upon the player's level.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)