Search Results
Quote: Originally Posted by _Zeus Whenever you use INSERT INTO or UPDATE is not necessary to use cache parameter to true. If I remember correct, it ignores it and it set it to true (always...
82
Helllo, I have another problem I can't solve. If I insert query then How I get the ID of the INSERTED query? The Code: PHP Code: if(EDIT_OBJ_ID[playerid]) {             SetDynamicOb...
82
Fixed: For everyone who searching houses in loop for MySQL R7: Change: PHP Code: cache_get_row(x, 0, szQueryOutput); // HouseID             x = strval(szQueryOutput);  to ...
53
Hello, I have a problem loading all houses from database. The function only loads 1 last row from houses table. Code in OnGameModeInit: PHP Code: format(szQueryInput, sizeof(szQueryInput), "SE...
53
Sorry. here's the code. PHP код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) {                 if (gCar[vehicleid][vSigna])     {         sign...
86
I have a picture of OnPlayerEnterVehicle callback. Why crashdetect says: Array Index out of bounds?
86
You don't need to connect to table. Only (hostname, user, passwrod, database) The database, what you need and there are the tables. You only need to know some MySQL commands. I assume you've aleady m...
163
Hey. I have a problem, that I load player/job/group vehicles from MYSQL, I know MYSQL pretty well, but I don't know what cause the player vehicles duplicate and sometime disappearing. The vehicles ...
53
Well, I don't get the VehicleModelID. It's 0 somehow. :/
130
What You mean? If I type the command InGame, then the command works fine, teleporting to players car, but instead of this message: You've teleported to %s's %s I get: Server: Unknown Command
130
I'm using ZCMD processor, so it don't work. (tried also)
130
pawn Код: CMD:gotoplayervehicle(playerid, params[]) {    if(playerVariables[playerid][pAdminLevel] >= 2) {        new            userID,            veh = GetPlayerVehicleID(pl...
130
Fixed. Thank You for trying to help. THe prolem was in the loop. Please close this.
141
pawn Код: if(dialogid == 1999){if(response){if(listitem == 0){if(GetPlayerMoney(playerid) < 500){SendClientMessage(playerid, 0xFF000090, "Tu neturi tiek pinigų!"); return 1;}GivePlayerMoney(pl...
64
well, two debugging pictures.
141
THanks for your reply, but. This works like this right now: If I don't have a car, and I'm trying to start someone else's vehicle, then I can't do it. Says: You don't have the keys. If I have my own ...
141
Hello. I have a one problem, that i can't figure it out. Tried any different ways for hours and still no results. What I'm planning to do is a vehicle ownership, where 1 player owns a car and anothe...
141
Oh. After long time, I noticed, I can play in server. I can even type in general chat/OOC/Admin Chat etc. But, if I want spawn a vehicle or I want to teleport myself somewhere, then the server crashes...
226
Yup. geoip, mysql, irc, sscanf, streamer, wp
226