Mysql don't Save
#2

You need to add the second part..

pawn Код:
"WHERE Vehicleid? =%d",GetPlayerVehicleId(playerid));"
Something like that.

Here's a small guideline..

pawn Код:
format(save, sizeof(save), "UPDATE Tablename SET whateveryouwant to save = %d  WHERE Top field that gets the whole thing, such as vehicleid = %d",

        whateverthethingisfor %d,
        GetPlayerVehicleID(playerid) or w/e you use here.);
Reply


Messages In This Thread
Mysql don't Save - by pepy - 15.08.2012, 00:57
Re: Mysql don't Save - by Abreezy - 15.08.2012, 01:04

Forum Jump:


Users browsing this thread: 1 Guest(s)