- 0
Bug
-
Similar Content
-
- 7 replies
- 638 views
-
- 10 answers
- 3.225 views
-
- 3 answers
- 896 views
-
- 16 answers
- 2.630 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Shad0wdpbgd
Salut, stie cineva de ce am acest bug? adica imi pune in baza de date insurancepoints -1 chiar daca eu am pus sa dea --...
if(vehicle_personal[vehicleid] > -1)
{
new id = vehicle_personal[vehicleid];
PersonalVehicle[id][pvInsurancePoints] --;
SCMF(id, -1, "DEBUG: %d", PersonalVehicle[id][pvInsurancePoints]);
gQuery[0] = (EOS);
mysql_format(SQL, gQuery, sizeof(gQuery), "UPDATE `server_personal_vehicles` SET `InsurancePoints` = '%d' WHERE `ID` = '%d'", PersonalVehicle[id][pvInsurancePoints], PersonalVehicle[id][pvID]);
mysql_tquery(SQL, gQuery, "", "");
}
si la debug scrie tot aia : -1
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now