Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 360
Search took 0.01 seconds.
Search: Posts Made By: LuKks
Forum: Code Snippets/Tutorials 12-04-2019, 18:44
Replies: 28
Views: 16,887
Posted By LuKks
Re: Artificial intelligence (neural networks)

Go library + genetic algorithms, multiple times more performance, more customizable, etc.
https://github.com/LuKks/neural-go
Forum: Code Snippets/Tutorials 06-20-2019, 16:35
Replies: 28
Views: 16,887
Posted By LuKks
Re: Artificial intelligence (neural networks)

Right.



When you have a problem that maybe you don't know how solve it then you can just send some labeled data to the neural network, so after the learning process you will can achieve the...
Forum: Code Snippets/Tutorials 05-30-2019, 16:50
Replies: 28
Views: 16,887
Posted By LuKks
Re: Artificial intelligence (neural networks)

Thanks for the feedback again :)

Last changes
- Optimizations: mainly a lot of reduced loops.
- Added: a lot of explanations in the include (.inc).
- Added: neural_learn_raw and _think_raw.
-...
Forum: New Plugin Submissions 03-11-2019, 22:03
Replies: 12
Views: 5,249
Posted By LuKks
Re: [JavaScript & AMXX] Live Scoreboard

Can you tell me the ip and port?

Thank you :))
Forum: New Plugin Submissions 03-11-2019, 07:25
Replies: 12
Views: 5,249
Posted By LuKks
Re: [JavaScript & AMXX] Live Scoreboard

The run time error was because if the socket not bind then the array is not created, so in plugin_end makes error. I updated the source with the fix, I just moved the array creation.

And "failed...
Forum: New Plugin Submissions 03-10-2019, 22:40
Replies: 12
Views: 5,249
Posted By LuKks
Re: [JavaScript & AMXX] Live Scoreboard

I appreciate the interest.
Short answer: About 2-3 days because are two versions so they was different days.

The difficult part was make the helper functions for websocket connection...
Forum: New Plugin Submissions 03-09-2019, 21:13
Replies: 12
Views: 5,249
Posted By LuKks
Re: [JavaScript & AMXX] Live Scoreboard

You are right, I forget say it. The port open should be 65535 - server port.



I don't have online servers but you can test on localhost as I do.
Forum: New Plugin Submissions 03-09-2019, 14:49
Replies: 12
Views: 5,249
Posted By LuKks
[JavaScript & AMXX] Live Scoreboard

What does the plugin do?
• Inside the server, nothing really.
• Install the plugin and enter the following link:
https://lukks.github.io/live-scoreboard/?ip:port
* replace the ip and port.
...
Forum: Code Snippets/Tutorials 03-09-2019, 01:36
Replies: 28
Views: 16,887
Posted By LuKks
Re: Artificial intelligence (neural networks)

Updated.

Last changes
- Example changed to a more practical and understandable one.
- Added some functions to easy usage: neural_values, neural_learn_values and neural_think_values.
-...
Forum: Code Snippets/Tutorials 09-03-2018, 22:11
Replies: 28
Views: 16,887
Posted By LuKks
Artificial intelligence (neural networks)

As developers, we can create neural networks, there are many types of networks and incredible uses.

A neural network is basically a neurons set connected to each other and the form or complexity...
Forum: Spanish 05-11-2013, 22:06
Replies: 7
Views: 1,464
Posted By LuKks
Musica de fondo

este thread lo hago en respuesta al otro que cerraron, no se si se puede hacer esto pero bueno, cualquier cosa lo borran o algo :D

#include <amxmodx>

new const sonido[] = { "fondo.mp3" }
...
Forum: Spanish 05-11-2013, 21:35
Replies: 19
Views: 9,408
Posted By LuKks
Re: Dar y quitar exp & level como hacerlo.

pues es medio alpedo pero lo puede hacer asi.. pero no recomiendo hacer 500 if xd


if(var_lvl[id] == 20)
niveles(var_lvl[id]) + 25
Forum: Spanish 05-11-2013, 20:03
Replies: 19
Views: 9,408
Posted By LuKks
Re: Dar y quitar exp & level como hacerlo.

hace algo asi, es masomenos un asco esto pero safa :P


public plugin_init()
register_concmd("stygia_exp", "cmd_exp", ADMIN_RCON, " - EXP [Nombre] [Cantidad]")

public cmd_exp(id, level, cid)...
Forum: Spanish 05-08-2013, 18:08
Replies: 26
Views: 4,340
Posted By LuKks
Re: [ZP] Quiero montar música de fondo en mi server

nop, soy staff nada mas.

si es doble protocolo.
Forum: Spanish 05-07-2013, 21:20
Replies: 26
Views: 4,340
Posted By LuKks
Re: [ZP] Quiero montar música de fondo en mi server

jajajaja, lei que se puede publicitar server o algo asi pero no masivamente, yo lo hago pero no masivamente asi que no me debaran dar ban xD

oka :D
Forum: Spanish 05-07-2013, 21:06
Replies: 12
Views: 2,708
Posted By LuKks
Re: [Ayuda] desbloquear items por resto del map

que tenia de malo mi code? asi puedo saberlo y mejorarlo ? arre :D

#define PLUGIN "no pongas tu maldita publicidad, te deberian dar ban"
jajajajajajajajjajajaj
Forum: Spanish 05-07-2013, 21:01
Replies: 26
Views: 4,340
Posted By LuKks
Re: [ZP] Quiero montar música de fondo en mi server

solo debes hacer que al entrar al server empiese a reproducir el sound..



new const WowWw[] = { "sound.mp3" }
new Sonido[96]

public plugin_precache()
{
format( Sonido, 95,...
Forum: Spanish 05-06-2013, 22:58
Replies: 15
Views: 2,650
Posted By LuKks
Re: [ayuda] lista de niveles (?

si perdon, eran las 3 AM aprox. me parece y la noche anterior no dormi..
Forum: Guías/Tutoriales 05-06-2013, 22:56
Replies: 44
Views: 18,351
Posted By LuKks
Re: [Aporte] Guardado de Datos Estable

el putinserver es cuando estas casi de spec.. supongo.

el pibe lo que hace es cargar los datos y luego resetear las variables.

tiene que resetear las variables primero y luego cargar los...
Forum: Spanish 05-06-2013, 01:24
Replies: 12
Views: 2,708
Posted By LuKks
Re: [Ayuda] desbloquear items por resto del map

edite... fijate si asi te parece mejor :D
Forum: Spanish 05-06-2013, 01:20
Replies: 12
Views: 2,708
Posted By LuKks
Re: [Ayuda] desbloquear items por resto del map

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <cstrike>

#define PLUGIN "www.Foro-Stygia-Games.Com.Ar"
#define VERSION "1.0"
#define AUTHOR ";LuKks.-'"

new...
Forum: Guías/Tutoriales 05-06-2013, 01:18
Replies: 44
Views: 18,351
Posted By LuKks
Re: [Aporte] Guardado de Datos Estable

primero debes resetear las variables que guardas... luego cargar los datos...
si estas usando un zp:



if(resetall)
{
g_ammopacks[id] = 0
CargarDatos(id)
}
Forum: Spanish 05-06-2013, 01:00
Replies: 15
Views: 2,650
Posted By LuKks
Re: [ayuda] lista de niveles (?

asi quedaria entonces..


public see_levels(id, menu, item)
{
if(item == MENU_EXIT)
{
menu_destroy(menu)
return PLUGIN_HANDLED
}
Forum: Spanish 05-06-2013, 00:55
Replies: 12
Views: 2,708
Posted By LuKks
Re: [Ayuda] desbloquear items por resto del map

es un ejemplo tu cambia lo que se deberia comprar


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <cstrike>

#define PLUGIN "www.Foro-Stygia-Games.Com.Ar"
#define...
Forum: Spanish 05-05-2013, 14:22
Replies: 15
Views: 2,650
Posted By LuKks
Re: [ayuda] lista de niveles (?

me dirias en donde ? asi puedo correjirlo ?

por que en verdad me funciona bien :)
Showing results 1 to 25 of 360

 
Forum Jump

All times are GMT -4. The time now is 19:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode