Search Results
Quote: Originally Posted by RaZvY pls make upgrade and add model previews like here http://www.youtube.com/watch?v=TVSGqqmH3qs Cool
17,749
Tendrбs que usar timers (5 segs por ej) en intervalos para conectar todos los NPCs, a muchos les pasу cuando salio la 0.3x.
110
Use: Quote: yum provides libstdc++.so.6 And then you must install the package that contains the necessary library. If not found, you should install an additional repository (eg: ...
235
Fнjate que no estas usando las variables del stock pawn Код: stock CreateAccount(playerid, salt[], pass[129]){    format(Query, sizeof(Query), "INSERT INTO `usuarios` (Nombre, Salt, Contraseсa...
111
Quote: Originally Posted by Morozzzko Can you please, PLEASE, add mysql_wait(handle) function? I NEED to return last insert ID. But instead I have to go through lots of stuff because appar...
95,940
Quote: Originally Posted by RobinOwnz Using the static version or the normal one, I get this: "/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so)" ...
95,940
Quote: Originally Posted by RobinOwnz Anyone got the latest MySQL plugin .so for CentOS? You can use the static version of the plugin, it works pretty well for me using CentOS 6.3
95,940
you should use the search function =) https://sampforum.blast.hk/showthread.php?tid=318307
101
Si usas el plugin streamer de incognito, puedes usar бreas, creando cнrculos en la posiciуn del pickup y usar el callback cuando un jugador sale de un бrea. pawn Код: native CreateDynamicCirc...
100
Puedes usar PHPMyAdmin, Navicat for MySQL, y un sin fin de aplicaciones, lo que tu necesitas primero es levantar el motor de bases de datos, puede ser MySQL. En lo personal te recomiendo Navicat o al...
63
Hi again, If you use Windows, you can use a batch script: loop.bat Код: @echo off FOR %%x IN (*) DO ( echo Name=%%~nx >> %%x ) Example: Код: Var1=int Var2=int Var3=string Var4=float Na...
193
Lo primero que debes hacer es dejarle los permisos correspondientes para que se pueda ejecutar el script, lo modificas usando chmod (Tutorial aquн). De ahн tienes que dejarlo configurado en el cron ...
61
Debiese ser pawn Код: if(!strcmp(cmdtext,"/comando",true))// oif(strcmp(cmdtext,"/comando",true) == 0)
111
Import everything including unencrypted passwords and encrypt them within the database (easy and fast). Assuming you have everything ready, you must perform a query to your database, for example: (as...
97
Quote: Originally Posted by the_chaoz їPor quй sugieren desactivar el firewall? їAcaso no entienden lo que FIREWALL significa? Porque desactivar el servicio completo si basta con agrega...
142
Mira esto: https://sampforum.blast.hk/showthread.php?tid=317303 Saludos!
150
Desactiva todo tipo de firewall mientras mantienes el servidor online, puedes dejar tu PC en DMZ configurandolo en tu router tambiйn. Saludos!!
142
Aquн puedes ver un cуdigo bastante bueno https://sampforum.blast.hk/showthread.php?tid=354537
167