Jump to content

MisterQuestions

Members
  • Posts

    460
  • Joined

  • Last visited

1 Follower

About MisterQuestions

  • Birthday August 28

Details

  • Gang
    Twisted Gamers
  • Location
    México
  • Occupation
    Student, Scripter, Musician
  • Interests
    Scripting, School, Music

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MisterQuestions's Achievements

Hustler

Hustler (26/54)

14

Reputation

  1. I think this has been awnsered quite enough times, but well, isn't that simple. You need a way to handle gamemodes and players, a custom map manager that will load maps just for x gamemode players and this its just a poor description of everything required.
  2. A matrix to the direction would do the job
  3. Your login doesnt use MTA accounts -> no admin rights.
  4. Has tu mapa normal e incluye un script así, no lo he probado. addEventHandler("onResourceStart",resourceRoot, function() for _,element in pairs(getElementChildren(resourceRoot)) do setElementDimension(element,tuDimension) end )
  5. Supongo te refieres al efecto de los "neones" a modo de que funcione como una proyección "correcta" sobre cualquier superficie si se requiere de un shader
  6. That panel also uses dxCreateShader() dxSetShaderValue() dxSetShaderTransform() dxCreateRenderTarget() dxSetRenderTarget()
  7. I did the same mistake as you time ago.
  8. I don't think that will even set a direction to ball
  9. Learn some maths and create your own physics, detect once it hits ground then apply force to make it bounce.
  10. Its actually complex if you have no experience at all. You have to generate individual maps for only certain clients on each arena (a custom map manager), individual gamemode states, etc. Generating map in client-side will make that map load for only that client, you also have to download map files and start map scripts which is another issue.
  11. Maybe no intentar descompilar resources que no son tuyos? PD: Esto va en la sección de scripting en todo caso.
  12. How about not stealing the shader xd and instead research
  13. triggerClientEvent(client,"blah",resourceRoot,...)
  14. Freezing on exit should be enough to satisfact what you're asking for. Unfreeze only when entering and there's a player on driver's seat
×
×
  • Create New...