warning 209: returning values
#6

The code is correct. About the suggestion I told you about, replace with:
pawn Код:
"SELECT COUNT(*) FROM `"Banks_Table"` WHERE `Holder` = '%e'"
and in Safe_IsBankHolder:
pawn Код:
if (cache_get_row_int(0, 0, MySQL)) // if retrieved rows is not 0
{
    // format and ShowPlayerDialog
}
else SendClientMessage(playerid, -1, ""RED"ERROR: "GREY"The specified USERNAME doesn't own a bank account!");
Reply


Messages In This Thread
warning 209: returning values - by biker122 - 14.04.2016, 13:37
Re: warning 209: returning values - by Konstantinos - 14.04.2016, 13:48
Re: warning 209: returning values - by biker122 - 14.04.2016, 13:53
Re: warning 209: returning values - by Konstantinos - 14.04.2016, 14:00
Re: warning 209: returning values - by biker122 - 14.04.2016, 14:18
Re: warning 209: returning values - by Konstantinos - 14.04.2016, 14:25
Re: warning 209: returning values - by biker122 - 14.04.2016, 14:33
Re: warning 209: returning values - by Konstantinos - 14.04.2016, 14:40
Re: warning 209: returning values - by biker122 - 14.04.2016, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)