Search Results
Error when sending multiple queries Problem - I am using BlueG's mysql plugin, and I want to send two queries to my sql server, as below. pawn Код: // here I am sending two queries to my sql serv...
74
Both. I use files for logs and server data and SQL for saving dynamic data, eg users, vehicles and bans. Why? Logs are good for just recording data that probably will never need to be seen again, l...
102
I'm having the same problem right now, and I am also trying to send two queries to the database at once. Try sending two separate queries, it solved my problem, but is not a complete solution. If an...
84
I'm using GetPlayerCameraFrontVector while the player is in a vehicle to shoot a missile in the direction the player is facing. Problem is, GetPlayerCameraFrontVector doesn't update fast enough - If ...
65
Check your mysql database - make sure that the field datatype is set to float, not int.
196
Sorry, I think I put this in the wrong section, could an admin please move it to "Plugin Discussion"?
68
*delete - I've solved my problem, and this thread is irrelevant to the actual issue. Here's my problem - I've written my server and done testing using a windows host (my PC), but now I need to set up...
68
Quote: Originally Posted by _Zume What do you mean exactly? you can run the build on Linux using Wine. You can't run programs made for a 64 bit computer on a 32 bit computer, however 64...
214
SA-MP Server for ARM processor? I would like to know if the SA-MP team have thought about compiling the SA-MP server for ARM Linux anytime in the near future, and if they haven't, I would like to sug...
214
I have a very simple question about the native ShowPlayerDialog function, and I have searched ****** without success looking for answers. pawn Код: ShowPlayerDialog(playerid, dialogid, style, cap...
76
Quote: Originally Posted by Dutheil What is the model of the vehicle ? I've tried this with a Solair and a Blista Compact, just random vehicles that were spawned nearby.
129
Quote: Originally Posted by Dutheil Код: AddVehicleComponent(vehstatid, vehicleStat[vehstatid][vMod03]); // no ? that is effectively what I am doing, except in my code vehicleid re...
129
OK, so I'm trying to make a mod saving system for my server, and so far the entire system is up and works perfectly, but for one simple problem. The side skirts components (for testing I am using 101...
129
I see what you want to do, and you can't do it like that. You have to use the OnPlayerKeyChangeState or similar (a callback that handles user input will be required) To select which city to spawn fr...
144
Did it work beforehand? Theory has it that if shouldn't work to start with, if it doesn't work now.
139
deffineately use a querry. It may be slower, but if you think about it, the alternative is to store the entire list in server ram, which is not exactly best practice, and is certainly not dynamic, co...
164
I wouldn't be looking at telling him his password, that goes against practically every good security practice. You would be much safer finding a way to reset the password, as is explained in the prev...
111
Compiler errors are the easiest to solve, it tells you what line to go to, and even gives you a cryptic description of what exactly is wrong! Its the code that compiles perfectly, and doesn't work an...
87
please be more specific, I am having difficulty understanding exactly what is it you want.
144