Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. You could use: executeBrowserJavascript It wasn't useful to me because it didn't make any change to the .html file.
  2. There would be some ways to do it but pretty hard and illegaly
  3. Yes, just start the resource which unbinds the key after the bind resource.
  4. Puedes subirlas a imgur y luego copiar el enlance directo y introducirlo entre las etiquetas
  5. This is not the right section, here we are to help people with errors in scripts or giving an idea of how doing something.
  6. Si todos son servidores españoles.
  7. Players money stored in a table. p_money = { } function checkMoney(team) local players = getPlayersInTeam(team) for i = 1, #players do local v = players[i] p_money[i] = getPlayerMoney(v) end end
  8. Me gustaría saber la opinión de la gente sobre los servidores actuales de MTA:SA.
  9. Simple0x47

    Chip Chan

    Solo es un simple loop que consigue atraer a gente de una manera estúpida. Sigan disfrutando del loop en directo
  10. Respuesta favorita: Liberty City!
  11. Post it on Romanian Section there I can give you some support In Romanian.
  12. Bueno ya que esto se trata de un reto de programación empezemos con algo básico. #include using namespace std; int main() { cout << "Nain" << endl; return 0; }
  13. Mientras sea un lenguaje Turing completo y tenga las librerías suficientes, cualquier lenguaje sirve. Incluso podría haberlo hecho con Lua si se lo propusiese. La posibilidad de emplear Lua con tal uso sería uno bastante descabellado ya que llevaría a infinitas lineas más que en Python.
  14. Fácil de aprender, difícil de dominar.
  15. Simple0x47

    A question

    With the console I meant the mta-server "terminal".
  16. Use these functions for a vertical scroll bar and if it's horizontal just change "Vertical" with "Horizontal": guiScrollPaneGetVerticalScrollPosition guiScrollPaneSetVerticalScrollPosition --Example code if guiScrollPaneGetVerticalScrollPosition(gui) >= 75 then guiScrollPaneSetVerticalScrollPosition(gui, 75) end
  17. Simple0x47

    dxDrawLine

    Here's a example of how you can get it done. function drawLine() dxDrawLine(691, 274, 685, 280, tocolor(255, 255, 255, 255), 1, false) end addEventHandler("onClientRender", root, drawLine) setTimer( function() removeEventHandler("onClientRender", root, drawLine) end, 4000, 0)
  18. Start designing, when you've got done the designing you can start with server functions. You could contact me when you've got done the designing. Good Luck!
  19. You could use shaders to create a rainbow color or effect. Good Luck!
  20. Simple0x47

    A question

    What's your problem? Try to use "debugscript 3" in the console F8 logged as Admin to debug your script. outputDebugString it's like outputChatBox but it exports a string to the console.
  21. Simple0x47

    Memo color

    I think there's a CEGUI Property for memos who allows yuo to change the color of the text.
  22. That's because You've been using Cheat Engine. Try to restart your PC and don't turn on Cheat Engine on the session which you're gonna play MTA:SA.
×
×
  • Create New...