moneybag global variable issue
#9

The problem is very clear, that you can't detect small details..

You said
PHP код:
if(pMoney == 1
then go ahead giving money and sending client message..

and
PHP код:
else if(pMoney == 1
then go ahead giving the money and sending client message..

And that doesn't make sense.. You are making 2 cases for the same case, pMoney ==1 and pMoney == 1 also!

And this won't work for sure, only the first case will work..
Reply


Messages In This Thread
moneybag global variable issue - by div - 23.06.2018, 02:37
Re: moneybag global variable issue - by div - 23.06.2018, 03:13
Re: moneybag global variable issue - by div - 23.06.2018, 03:18
Re: moneybag global variable issue - by div - 23.06.2018, 03:22
Re: moneybag global variable issue - by Verc - 23.06.2018, 04:09
Re: moneybag global variable issue - by div - 23.06.2018, 04:18
Re: moneybag global variable issue - by Verc - 23.06.2018, 04:21
Re: moneybag global variable issue - by div - 23.06.2018, 04:44
Re: moneybag global variable issue - by JasonRiggs - 23.06.2018, 07:37

Forum Jump:


Users browsing this thread: 2 Guest(s)