23.06.2018, 07:37
The problem is very clear, that you can't detect small details..
You said
then go ahead giving money and sending client message..
and
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..
You said
PHP код:
if(pMoney == 1)
and
PHP код:
else if(pMoney == 1)
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..