Quote:
Originally Posted by Dayrion
"castka" is already an integer.
You can't use strval on it (since strval need a string as a parameter).
PHP код:
PlayerInfo[playerid][BankMoney]+=strval(castka);
GivePlayerMoney(playerid,-strval(castka));
You should read error message carefully.
|
So how do it make it work if I want to to make a player through ClickPlayer send the player money from the Bank