Search Results
Abrirlo y cambiar los valores manualmente
187
Alterando el archivo .ini es la unica forma creo. Por eso te recomiendo MySQL junto con Parka, es mucho mas facil a la larga
187
Quote: Originally Posted by xTexTx Todo usuario debe saber que no debe compartir ningъn dato de su cuenta, ni poner contraseсas fбciles de adivinar, desde mi punto de vista si le roban ...
146
pawn Код: public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid, bodypart){    if(issuerid != INVALID_PLAYER_ID) //If not self inflicted    {        PlayerPlaySound(playeri...
89
Or you can just download the streamer for the "Dynamic" objects: Streamer Plugin Credit to Incognito
91
I would suggest this tutorial by AndreT. Read it, practice, learn from other MySQL register systems and only then try to make one for your server.
147
No te lo recomiendo, deberias mantener la seguridad de los usuarios con un Metodo como Whirlpool. En el caso de que lo quieras hacer igual, creo que una vez que Whirlpool almacena la contrasena en nu...
146
Quote: F:\IS\gamemodes\GIS.pwn(5) : error 017: undefined symbol "ZoneInfo" F:\IS\gamemodes\GIS.pwn(6) : error 017: undefined symbol "eZone" F:\IS\gamemodes\GIS.pwn(32) : error 017: undefin...
168
What do you mean with "you can't roll up"?
147
Then check the mysql original post and download. Link to the Post Make sure that: 1- mysql.dll is in your "plugins" folder as well as in the plugins line in "server.cfg" file. 2- a_mysql is in you...
147
Then you use the function the first time with coords #1, then a second time with coords #2 and a final time with coords #3. Wiki Link
151
Try this one by Spyder. It's a basic RP Scratch GM for you to work on it. PS: wrong section, next time just go to the GM section
147
Do what AiRaLoKa said but in the include itself. It should work
168
I would suggest you to use this: pawn Код: format(query, sizeof(query), "INSERT INTO `phone_contacts` (`name`, `phnumber`) VALUES ('%s', %i)", inputtext, phnumber); Tell me if it works. Edit: I...
84