Jump to content

diegofkda

Retired Staff
  • Posts

    1,532
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by diegofkda

  1. Podrías empezar con agregar eventos para cada script si eres demaciado novato. Si ya sabes eso, entonses te recomiendo hacer comandos como este: (esto hace un comando llamado "godmode" para tener un auto invulnerable y vida infinita) estaMiGodModeActivado == falso function agregarGodmode() miActualVehiculo = getPedOccupiedVehicle ( getLocalPlayer() ) if estaMiGodModeActivado == verdadero then removeEventHandler ( "onClientPlayerDamage", getLocalPlayer(), cancelarEvento ) outputChatBox ( "Has apagado el Godmode.", 255, 0, 0 ) if miActualVehiculo then setVehicleDamageProof ( miActualVehiculo, false ) end elseif estaMiGodModeActivado == falso then outputChatBox ( "Has ensendido el Godmode.", 0, 255, 0 ) addEVentHandler ( "onClientPlayerDamage", getLocalPlayer(), cancelarEvento ) if miActualVehiculo then setVehicleDamageProof ( miActualVehiculo, true ) end end end addCommandHandler ( "godmode", agregarGodmode ) function cancelarEvento() cancelEvent() end
  2. diegofkda

    Me presento..

    ¡Bienvenido al foro, Bass! ¡Esperamos que la pases super bién aca!
  3. Actually, you can bind an in-game button (in this case "_") and bind it to the function "shutdown()" and protect it so only admins will be able to use it.
  4. diegofkda

    car mod trubble

    ok i done that now in console it says "file a51.txd is invalid" what should i do now? Does the TXD file work with TXD WorkShop now? Maybe not, try to make it again.
  5. Well, it's not needed to disable all cheats and leaving so much hack on your server, only disable the anticheat number 4.
  6. El error se debe a que el nombre de la carpeta de tu script tiene espacios. Por ejemplo, si el nombre es Script de hambre, tendría que ser Script-de-hambre.
  7. Ah well, he replied you only 3 minutes after you made this . About the script, very nice job, but next time you should make it ingame so it will be more useful , this actual one is very useful too.
  8. You should trigger an event for everyone... well that wouldn't make sync if I'm not wrong, but you should try if you never tried. ped = createPed ( 248, 0, 0, 5 ) triggerClientEvent ( root, "onControlState", ped ) addEvent ( "onControlState", true ) addEventHandler ( "onControlState", root, function () setPedControlState ( source, "fire", true ) end )
  9. I must make different effects, I'm using Lua to make shaders too .
  10. Descarga fraps para saber cuantos FPS tienes. Es ridículo que te echen por eso... bueno, yo puedo obtener 100 FPS en un server donde no haya limitador de FPS, y en un server donde si haya tengo unos 36 FPS.
  11. Suggestions FTW! For the roadshine thing, I guess I can make, for the car ref, a shader that takes a screenshot to the actual frame and put it into the reflection.
  12. Delete the server files and update them, that's the problem. You must DELETE the server files (reinstalling it without deleting won't make any effect) and install your server again.
  13. I'm making an awesome graphics resource, for now I've only mixed the bloom and the road shine... well, they look very good but it needs to be very upgraded I guess, they're only two examples mixed (I can't call to that "mine" ), my goal is make it look like NFS Most Wanted. You can see the video here: Here a default video of the GTA:SA gameplay, for compare graphics: Hope you like it, any comment / suggestion I'll be glad to receive them .
  14. Aah cmon dude, GTA IV will be "crap" in some years too. If you are following by that way, so I can say The best GTA is the game that Rockstar will make before the company closes.
  15. This world would be another thing if for make a post in showroom you must put the map link... I love the maps these guys make. Very nice job dude, keep it up!.
  16. There are other few bugs to fix yet .
  17. I've heard that the MTA team is going to put setServerName to another function called setServerConfigSetting, is that right?
  18. I'm going to start that project if the idea I'm planning works.
  19. Well, I guess ports are "automatically" opened when I disable my firewall... well, not opened, but the firewall allows any connection. I tested the link you gave and it said three errors. Also, I have to say that the last night the server appeared on server browser (I'm trying to use 1.1) after some hours since I started my server, today I opened my server again, I left it some hours alone and it didn't appear... isn't that weird?
  20. They're, anyway, I disabled completely my firewall. Also, my correct IP isn't the IP that whatismyip.com and the page you gave are.
  21. diegofkda

    Compability

    That will not have any effect, since GTA: SA, was built upon DirectX 9.0 to the OP: could you download this program:http://www.techpowerup.com/downloads/2018/TechPowerUp_GPU-Z_v0.5.4.html And post a screenshot of the menu while running GTA SA in the background, i think your graphics card might be having some issues with XP. By the way dude, Multi Theft Auto 1.0.5 uses modern staff, also, MTA requires more system requiriments than solo GTA SA as 1.0.5 released this year and seems like it hasnt been tested on old computers... that's not an important point because it's obvious that there won't be major bugs. DirectX 9.0c is very old, even for that video card, I guess it's a good idea to update DirectX. Would be a good idea too if you unselect the Windowed option, that caused a lot of issues on my old PC.
  22. Yea, classic Nissan 370z.
  23. Well, I hadn't this problem in my old computer, it had Windows XP SP3 32 Bits, my new one has Windows 7 64 bits. My problem is, when someone tries to connect, he can't connect, timed out message appears to him, my ports are opened btw. Btw the same thing happens in 1.0.5 and 1.1.
×
×
  • Create New...