Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. alpha1 is failing I guess. Could you copy again the script better lined? Because there's cut's which can provoke a lecture error.
  2. + El menu ha sido mejorado. [ Diseño nuevo, sonidos añadidos ]
  3. + Meni-ul a fost actualizat. [ Temă nouă, sunete adaugate ]
  4. Just use relative positions. local sx, sy = guiGetScreenSize() -- Let's suppose the position and the size is 500, 250, 500, 250 We divide 500 by our width screen size, and 250 by our height screen size it will give a relative position like 0.5. local rx, ry, rsx, rsy = 500 / yourScreenWidth, 250 / yourScreenHeight, 500 / yourScreenWidth, 250 / yourScreenHeight dxDrawImage( rx * sx, ry * sy, rsx* sx, rsy * sy, ... )
  5. Fijate en el Gui de Paradise, ahi se emplea el metodo que buscas
  6. Sper sa mă întâlnsec cu voi printre primele servere in România
  7. Un PRIMARY KEY nu poate să fie NULL nici într-un caz. Și a două întrebare scuzămă dar nu înțeleg prea bine la ce te referi. Ai putea să explici mai bine?
  8. First you'd have to store the information on a database. After that step all what's coming it's easy. - Player gets done the mission. - You get the current date, and you store it on a column. - When the player is thinking about making a mission, get the current date, and subtract it to the stored date. After that you just need to use an statment to compare the operation result with 1 day.
  9. Ai putea adauga tag-ul OFFTOPIC? Asa ne facem si noi singuri ordine fara a avea nevoie de mod.
  10. Just search on Google. I'd recommend to you to use OpenVPN, or just buy a paid one.
  11. MTA is not SAMP, so there's not the possibility to add new 'models' to the game
  12. When it's going someone to lock this topic :v
  13. Can I pick one of those for LCFE?
  14. Lasă că nu trebe sa fim răi, degeaba insultăm sau criticăm pe ceilalți, pentru că niciodată or să aibă un efect positiv asupra noastră/a lor.
  15. The only problem I can think of is that you call a main function with onResourceStartwhich then triggers the server event "onRaceStateChanging", which give's almost no time to the client to 'create' the event on clientside. I would recommend to start your script with onClientResourceStartfor this kind of things.
  16. You've got to get the mod files and add them automaticaly to the meta.xml
  17. Simple0x47

    Bounty

    Look: meta.xml main.lua
  18. E mai bine sa te bazezi pe SQLite, table si events. Nici odata pe elementData. Metoda care sa folosesti: Obti informatia din baza de date, o salvezi in table si dupaia raspandesti informatia din table cu events. Si inca un mic truc, fa folosire de loop-uri numerice. for x = 1, #tabla do end
  19. Check out debugscript 3 and post the errors it says. And I would thank you if you could post just the /share function and called not predefined functions, thanks. ( I'm on a phone )
  20. What are you looking for, more exactly.
  21. Daca ai nevoie de optimizarea gamemodului DayZ iti pot da o mana de ajutor. Ca acel gamemode are prea mult elementData si loop-uri rau optimizate.
×
×
  • Create New...