Search Results
Read the log, MySQL cannot connect to the database. Ensure that the account sampfamous in PhPMyAdmin exist and has the proper permissions.
114
You are not executing the query after formating it. PHP код: mysql_tquery(connectionHandle, query[], callback[] = "", format[] = "", {Float,_}:...)  https://sampwiki.blast.hk/w...
106
Show us how you are using it in your command.
218
Код: if(GetPlayerState(playerid) != PLAYER_STATE_WASTED) That should work. I believe PLAYER_STATE_WASTED is called on death
218
Show us your LockVehicle function?
91
It's 2018, Why are you using Y_ini and not MySQL? lol It's going to spam it being that the save function is in a loop. Under your vData loop add Saved and then use this. pawn Код: public OnG...
212
Show us the command that you are respawning the car with.
130
I'm pretty sure SAMP has trouble with UTF-8 https://sampforum.blast.hk/showthread.php?tid=568869
278
In the database, Do they seem to be stored like that? The way that it shows through the debug, that it's being called like that.
278
Under OnGameModeInit add mysql_debug(1); Restart the server, go to your server directory and post the content of debug.txt in here.
278
These tables don't exist, You got to add them. settings houses business objects icons servervehicles factionvehicles factions Can we see the SQL logs from when the server boots?
181
Hey all, I have this command that use to work perfectly, now all of a sudden it only creates the object and doesn't engage in the EditObject function. pawn Код: CMD:createobject(playerid,params...
130
How active is the server, Is there a possibility that someone may be using a command that bugs it? Do you have a loop somewhere or timer that activates and bugs it?
168
Hey all, I'm creating a house system and for some reason when I first /createhouse when server starts it'll attempt to use the ID of the last house created therefore it throws a error in MYSQL. On th...
72
Quote: Originally Posted by Stinged Compile your script using this: https://github.com/Zeex/samp-plugin-...ith-debug-info And then install crashdetect and post what it prints out in the c...
95
The follow command is giving me "Server: Unkown Command" pawn Код: CMD:givevehicle(playerid,params[]){    if(pData[playerid][pAdmin] >= 5)    {        new ID, VehicleID,String[150],vC...
95
Quote: Originally Posted by Sawalha you forgot the facing angle variable before pInterior and after f_PlayerPos[2] Shit, This was it. Thanks.
102
Whenever I disconnect, my stats do not save. I don't see why they wouldn't especially when I dont get a SQL error. My SQL debug: Код: [04:29:28] CMySQLHandler::Query(UPDATE accounts SET Level=...
102
Heres the error: Код: CMySQLHandler::Query(UPDATE accounts SET Level=5, Cash=0, bank=0, pX=-955.767211, pY=-490.140380, pZ=25.960937, FAngle=0.000000,Int=0, pVW=70 WHERE Username = '') - An error...
66