Jump to content

MisterQuestions

Members
  • Posts

    460
  • Joined

  • Last visited

Everything posted by MisterQuestions

  1. You must create your own map system... Cause if you start the resource just like that.. will load for everyone. 1. Read the map elements and its settings. 2. send them to client-side to be created.
  2. Wow... idk what failed. I awnsered the same.. but i have tried it.. and dind't worked
  3. Wont be Easier to add the dimension in meta.xm?
  4. MisterQuestions

    Solved

    WTF, .-., show the complete code...
  5. The urls should have http:// yeah.
  6. Use triggerClientEvent to root. Send the arguments from server to client. Thats it!
  7. MisterQuestions

    problem

    Change localPlayer to root.
  8. Where's the table 'speakerBox' defined? Any error at debugscript? How we can help you if you don't tell us if you got errors at debug and that.
  9. Well i think you shout use this ones... createWeapon attachElements
  10. i want dxDrawMaterialLine3D , like cinema. Why the hell you don't listened to me? 1.Youtube its already allowed 2. Change loadBrowserURL(screenCinema, "youtube.com") to loadBrowserURL(screenCinema, "htpp://www.youtube.com")
  11. As i know you should use at the url this format: http://theurl.domain
  12. Well... you draw the browser trough an image... so if just set the image alpha to 0 will be enought. Triggering events from server side will be enought to load the url to clients.
  13. getElementData getElementPosition getScreenFromWorldPosition dxDrawImage
  14. Hey all, i want to ask if it is possible to draw an image but rounded, if it is how to do it?
  15. Si no sabes instalar resources menos vas a saber editarlos/fixearlos. True story.
  16. MisterQuestions

    help

    When players enters a vehicle use setElementData(vehicle,"Player",playerElement or playerName) Then when vehicle explodes... tell to the; player element or search a player from saved name.
  17. Others can't collide with "source", but source can collide with others.
  18. You should use guiGetScreenSize... Read about it at the wiki there you will knoq how to do it for every resolution.
  19. Use: setElementData getElementData When the player logs-in, set him a data, and at client-side, at drawing use if getElementData("loginExample") then... draw the image.
  20. Es un argumento opcional. Sin ese boolean, osea sin el "true" no se puede hacer trigger de ese evento desde otro lugar.
  21. Un gamemode que se podría decir que funciona bien, es el de Bonsai. No es perfecto pero funciona, lo que podría hacer es editarlo a su gusto para su servidor. Obviamente respetandole los creditos a bonsai. Este tipo de scripts no son complicados.. Pero si son largos.
  22. Básicamente es que se añadieron los navegadores.. Podrias crear logins, acceder a youtube.. Cosas así.
  23. True but bons, got any idea why happens this and if its possible to fix it?
  24. That's mta problem. Try it with race gamemode. It will not work. Well i tried at normal race, and it load's them, but at bonsai's gamemode doesn't work.
  25. Hey, i got some quick question...at map loading i sawed that the map loader, doesnt load compiled scripts...like y tried to load [DM] Flo v6 (has a compiled script) and doesnt load it...why?
×
×
  • Create New...