15.08.2012, 01:04
You need to add the second part..
Something like that.
Here's a small guideline..
pawn Код:
"WHERE Vehicleid? =%d",GetPlayerVehicleId(playerid));"
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.);