MYSQL Saving
#2

example
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    new Query[100];
    format(Query,sizeof(Query),"UPDATE `playerdata` SET `money` = '%d', `score` = '%d' WHERE `username` = '%s' ",GetPlayerMoney(playerid),GetPlayerScore(playerid),PlayerName(playerid));
    mysql_query(Query);
    return true;
}
Reply


Messages In This Thread
MYSQL Saving - by Jstylezzz - 15.04.2012, 18:14
Re: MYSQL Saving - by doreto - 15.04.2012, 18:19
Re: MYSQL Saving - by Jstylezzz - 15.04.2012, 18:21
Re: MYSQL Saving - by doreto - 15.04.2012, 18:25

Forum Jump:


Users browsing this thread: 1 Guest(s)