Mysql Help
#1

Fixed
Reply
#2

PHP код:
new query[500];
format(query500"UPDATE `playerdata` SET `bankbalance` = '%i' WHERE `id` = '%d' LIMIT 1"gPlayerData[playerid][P_BANK_MONEY] + strval(inputtext), pInfo[playerid][ID]); 
mysql_query(query); 
Easier do it when player disconnect, than each time to update the data in table?
Reply
#3

It does it on disconnect too, but recently i've seen 12 people hacking money and putting it in there bank accounts and all i can do remove there in-hand cash, so thats why, suppose a person deposits and at that moment i would like to remove it from his account i could do it.
Reply
#4

Bump!
Reply
#5

Still need help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)