- 0
baza de date
-
Similar Content
-
ajutor conectare data de baze in gamemode ca nustiu care pun ca le pun pe amandoua si numi merge va las jos sa imi spuneti care ip trebuie
By pericz,
- 8 answers
- 2.211 views
-
- 1 reply
- 346 views
-
- 4 replies
- 785 views
-
- 3 answers
- 896 views
-
- 5 replies
- 5.000 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
andreisaass
Log("14:08:01","mysql_tquery",1,"callback parameter count does not match format specifier length",0);
Log("14:08:01","mysql_tquery",4,"connection: 1, query: \"SELECT * FROM `dealership`\", callback: \"loadDealerShip\", format: \"(null)\"",0);
Log("14:08:01","mysql_tquery",4,"connection: 1, query: \"SELECT * FROM `users` WHERE `DayLogin` = '1'\", callback: \"PlayersLoggedDay\", format: \"(null)\"",0);
Log("14:08:01","mysql_tquery",4,"connection: 1, query: \"SELECT * FROM `users`\", callback: \"Accounts\", format: \"(null)\"",0);
Log("14:08:01","mysql_tquery",4,"connection: 1, query: \"UPDATE `users` SET `Status` = '0' WHERE 1\", callback: \"(null)\", format: \"(null)\"",0);
pastebin.com) :https://pastebin.com/PkGnCNfa
uitati si functia
function loadLocations() {
serverGPSLocations = cache_num_rows();
for(new i = 1; i <= cache_num_rows(); i++) {
GpsInfo[locationID] = cache_get_field_content_int(i - 1, "locationID");
GpsInfo[locationX] = cache_get_field_content_float(i - 1, "locationX");
GpsInfo[locationY] = cache_get_field_content_float(i - 1, "locationY");
GpsInfo[locationZ] = cache_get_field_content_float(i - 1, "locationZ");
cache_get_field_content(i - 1, "locationName", GpsInfo[locationName], SQL, 50);
} printf("Locatii: %d", cache_num_rows());
return 1;
}
1 answer 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