Debt Money
#1

what can I add to getplayer money from bank account.. si if they on minus in bank they go to jail!!

PHP код:
if(GetPlayerCash(j) < 0)
            {
                if(
MoneyMessage[j]==0)
                {
                    
format(stringsizeof(string), "You are in debt, you have till next Time Check to get: $%d or you go to jail."GetPlayerCash(j));
                    
SendClientMessage(jCOLOR_LIGHTREDstring);
                    
MoneyMessage[j] = 1;
                }
            }
            else
            {
                
MoneyMessage[j] = 0;
            } 
Reply


Messages In This Thread
Debt Money - by Ugaustin - 09.03.2015, 17:32
Re: Debt Money - by Abagail - 09.03.2015, 17:36
Re: Debt Money - by CalvinC - 09.03.2015, 17:39
Re: Debt Money - by Ugaustin - 09.03.2015, 18:42
Re: Debt Money - by WeirdestYeti - 09.03.2015, 18:53
Re: Debt Money - by Ugaustin - 09.03.2015, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)