-
Posts
1,518 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Simple0x47
-
[AYUDA] Guardar datos del resource de tiempo en el server
Simple0x47 replied to LimoN>w<'s topic in Scripting
Asegurate de que el valor que tienen en el elementData 'Online' es el deseado. Ya que se puede deber a que dicha key almacene un valor núlo. -
[LF] Creating A Next Generation Roleplay Server [Paid/Non-Paid]
Simple0x47 replied to finn2's topic in Looking for staff
Well, creating a mobile APP in order to handle business stuff it's a solution. -
[LF] Creating A Next Generation Roleplay Server [Paid/Non-Paid]
Simple0x47 replied to finn2's topic in Looking for staff
Good luck with it, but let me tell you something. The player amount you desire is pretty difficult to get with these ideas, mainly because everyone looks for 0-effort fun or a donation system that allows you to buy things easily. But I'm sure as the time passes this server is going to be successful ( if it opens ). -
[AYUDA] Guardar datos del resource de tiempo en el server
Simple0x47 replied to LimoN>w<'s topic in Scripting
Intenta el código, no es un error de planteamiento. Si no uno de argumentos. -
[AYUDA] Guardar datos del resource de tiempo en el server
Simple0x47 replied to LimoN>w<'s topic in Scripting
Eso te digo que no funcionaría, y por una razón muy sencilla. -
[AYUDA] Guardar datos del resource de tiempo en el server
Simple0x47 replied to LimoN>w<'s topic in Scripting
Donde quieras, con que este en el resource situado en el server-side, debería ir bien. -
[AYUDA] Guardar datos del resource de tiempo en el server
Simple0x47 replied to LimoN>w<'s topic in Scripting
Lo que pasa es que el evento de 'OnResourceStop' no esta controlado. Algo por el estilo debería valerte. local function turn_off() local players = getElementsByType( 'player' ) for player_id = 1, #players do local player = players[ player_id ] local player_account = getPlayerAccount( player ) if ( ( player_account ) and not ( isGuestAccount( player_account ) ) ) then local time_data = getElementData( player, 'Online' ) local online_keys = { { 'hour', 'Online-hour' }, { 'min', 'Online-min' }, { 'sec', 'Online-sec' }, 'Online' } for i = 1, #online_keys do if ( i == #online_keys ) then setAccountData( player_account, online_keys[ i ], time_data ) else setAccountData( player_account, online_keys[ i ][ 2 ], time_data[ i ][ 1 ] or 0 ) end end end end end addEventHandler( "onResourceStop", resourceRoot, turn_off ) -
Make your own features on MTA, and if they are useful they'll be added.
-
local i = i - 1 if i < 5 then ¿Para que requieres el empleo de la variable 'i'? ( Necesito esta respuesta para ofrecerte una adaptación correcta y funcional del código ).
-
I like it, and I'm going to develop some stuff in there. Even if FiveM actually is better.
-
Yeah but 200$ = Hours of work scripting it.
-
Version v0.03 is not good enough so v0.04 has been started!
-
[REL] New car reflection shader, close to ENB
Simple0x47 replied to Dutchman101's topic in Resources
Excellent. -
Man you cannot decide like if you were the developer. So it's just their decision. If you want to see this kind of gameplay then go ahead and make your own stuff.
-
They are the one's that developed it, not you. So you can't say what's a good/bad idea for them.
-
Why they should do that? Spend that much time just to give another guy to profit from their work? They should do whatever they want to do.
-
You contact me in order to buy, the payment is made by paypal. The price depends on the stuff you want, and you will have support after the purchase.
-
Engleza de cacat si hosting de cacat.
- 4 replies
-
- vps hosting
- reseller hosting
-
(and 1 more)
Tagged with:
-
New version v0.03, get's closer and closer.
-
BUSCO SCRIPTER EXPERIMENTADO (PAGO/NO PAGO)
Simple0x47 replied to Tomas119's topic in Spanish / Español
Fijate bien que en esta sección solo se habla en inglés, por lo tanto podrías haber llevado a cabo una búsqueda mínima de la sección española que no es nada difícil de encontrar. Por lo tanto te ruego postear en la sección correcta la próxima vez. -
Toata comunitatea romana de RP se bazeaza pe vreun gamemode leaked. Ii adevarat ca multi vor totul facut dar alti au nevoie de ghidari ca sa inceapa, eu de exemplu la inceput am avut nevoie de ceva ajutor cu mySQL in Paradise la inceput. Asa ca hai sa ajutam unde vedem ca persoana are interes in a invata. Badea baga debugscript 3 in consola ( F8 ) si dai drumu resursa 'mysql' si o sa vezi ca conexiunea nu se face din cauza la o configurar incorecta. Asa ca uitate bine la datele care bagi si fi sigur ca ai adaugat modula mta_mysql ( .so linux, .dll windows ) in folder de modules si in mtaserver.conf. Si incaz ca faci conexiunea localhost trebe sa adaugi si socketul unix daca esti pe linux. Socketul unix ii normal sa fie asta '/var/run/mysqld/mysqld.sock'. Pentru al adauga la conexiune creezi o variabila si o adaugi in mysql_connect dupa ultimul parametru adaugat care cel mai sigur o sa fie port.
-
[LF] Members for Staff Team [Non Paid]
Simple0x47 replied to Simple0x47's topic in Looking for staff
Your application has checked and you doun't have the skills we are looking for. Maybe next time, don't give up!
