Search Results
Hello, I've got a problem, my server is off-line on the sa-mp favorites list (With sacnr it shows as online), but due to this bug, some players don't join my server. I think it is due to attacks, but...
239
Hello, I am just looking for a host that has database support and that it be good, good support, good service in general. Could you recommend me one? Thanks!
354
Quote: Originally Posted by Vince What? Most shared hosts (i.e. buying slots) provide at least one free MySQL database. Could you tell me one, please?
239
Quote: Originally Posted by SickAttack The lost connection issue is most likely your fault for making a mistake in the code. End. Do you think there is an issue connecting to the databa...
239
Quote: Originally Posted by SickAttack Use either one, neither is better. The lost connection issue is most likely your fault for making a mistake in the code. But it only happens when ...
239
Yes... But, how can I solve the lost connection problem?
239
Hello everyone, I have a Gamemode running with MySQL, but I have a problem, I don't want to have a VPS so I must have my database separated of my server samp... I have read few topics, some people sa...
239
Este error lo tenнa yo antes, y la razуn era que se perdнa la conexiуn con el servidor mysql. Procura que el servidor samp y el mysql estйn en la misma mбquina y cuenten con la misma direcciуn...
134
Sorry, here is the code: pawn Код: public OnPlayerConnect(playerid){    new query[128];    mysql_format(mysql, query, sizeof(query),"SELECT `Clave`, `ID` FROM `jugadores` WHERE `Usuario` = '%...
111
Quote: Originally Posted by Vince Remote MySQL hosts are crap; they're unsafe and way too slow to sustain a fast-paced game-server. Get a MySQL server on the local network, preferably on t...
108
Hello there! I have my database in a remote connection, but a little time after running the server, when I enter to the server, the login dialog doesn't appear Can someone help me? I use mysql r39-4,...
111
Quote: Originally Posted by Brocky Man tu mismo me diste la solucion xd Pero por que pasa esto? Poco ancho de banda o algo? Aparte, no aparece que se perdiу la conexiуn en el log del ...
112
Buenas, pasa que tengo la base de datos de forma remota al servidor de samp, pero cuando pasa un tiempo cuando intento ingresar al servidor no aparece el dialogo para iniciar sesiуn. Alguien podrн...
112
Quote: Originally Posted by Goncho28 De ъltimas usa sublime o un editor mбs prбctico y que te facilite mбs las tareas que el que viene por defecto con sa-mp.
131
Puedes hacer algo asн: pawn Код: public OnQueryError(errorid, error[], callback[], query[], connectionHandle){    switch(errorid)    {        case CR_SERVER_LOST, CR_SERVER_GONE_ERROR: ...
108
Pawno estб basado en C#, pero es muchнsimo mбs fбcil, ya que te 'regalan' hasta las callbacks.. Ya que no quieres uno de 0, te recomiendo que te bajes un rp sencillo en inglйs y lo vayas traduc...
153
Quote: Originally Posted by bm0z A mн me pasaba muchas veces con mi antiguo PC, no era muy bueno que digamos y cada 2 por 3 se reiniciaba y, como tengo muy buena suerte, muchas veces se r...
199
Puedes spawnear al jugador en ese lugar al momento del registro. Usa setspawninfo y spawnplayer. Tambiйn funciones para fijar la cбmara ahн aunque creo que ya lo tienes.
146
http://forum.sa-mp.com/showthread.ph...ighlight=Mysql
90