Jump to content

Soren

Members
  • Posts

    581
  • Joined

  • Last visited

Everything posted by Soren

  1. Hola a todos, estoy armando un server race y quiero usar el resource llamado dm_respawn (a.k.a training)(https://community.multitheftauto.com/index.php?p=resources&s=details&id=3667) Pero lo testee y me di cuenta que tambien se puedo respawnear en DD y FUN. Queria saber si hay una forma de bloquear el respawn en los DD y FUN. Porfavor ayudenme. Datos adicionales: Deberia haber una forma de hacer que cheque el nombre del mapa y si tiene [DD] o [FUN] se bloquee el evento
  2. wur se supone que "seat" hara?
  3. Hahahahhahahahahahahahahhahahahahahahhahahahahahahhahahahahahahahah
  4. Soren

    Rims Shop

    La verdad no se, nunca lo habia pensado asi
  5. local d = 1, 100 setElementDimension (client, math.random(#d))
  6. Soren

    Rims Shop

    Otro problema es que uqiero poner mis propias llantas :C
  7. Soren

    Rims Shop

    Pero quiero cambiarselo a todos los vehiculos, y hay algunos que no se puede
  8. Soren

    Rims Shop

    No entiendo como .-., cheque pero no
  9. Dude its Shoockz and unruh! About the map, Its awesome. From 2:53 to the end its just Pure Originality Paradise
  10. Soren

    Rims Shop

    Eso es facilismo, ahora lo que necesito es como hacer cambiar solamente las llantas
  11. Soren

    Rims Shop

    Hola a todos, Estoy intentando hacer un userpannel como el de ffs, y estoy intentando hacer un Rim shop pero no se por donde empesar T_T, Alguien me puede ayudar?
  12. function menuReglas() ventana = guiCreateWindow(604,304,264,228,"Reglas:",false) label = guiCreateLabel(8,27,162,19,"*No Pedir Ser Administrador.",false,ventana) label2 = guiCreateLabel(7,46,218,18,"*No Hacer Spam O Tendras Problemas.",false,ventana) label3 = guiCreateLabel(7,65,239,22,"*Respetar A Los User Y Administradores.",false,ventana) label4 = guiCreateLabel(7,85,235,20,"*No Insultar A Los User Y Administradores.",false,ventana) label5 = guiCreateLabel(14,131,196,16,"Estas Son Las Reglas Del Servidor...",false,ventana) label6 = guiCreateLabel(15,147,168,16,"Respeta Las Reglas O Tendras Problemas!",false,ventana) label7 = guiCreateLabel(141,193,122,21,"By:[XTE][M]aauroo",false,ventana) boton = guiCreateButton(14,190,115,24,">> Aceptar <<",false,ventana) showCursor (true) guiWindowSetSizable ( ventana, false ) end addEventHandler("onClientResourceStart", getRootElement(), menuReglas) addEventHandler("onClientGUIClick",getRootElement(), function (player) if (source == boton) then guiSetVisible (ventana,false) showCursor (false) end end)
  13. [2012-05-28 15:25:49] Starting monstruos [2012-05-28 15:25:49] start: Resource 'monstruos' started [2012-05-28 15:25:49] ADMIN: Resource 'monstruos' started by i#000000[S]#66ff55oReN(soren) [2012-05-28 15:25:49] ERROR: monstruos\server.lua:10: attempt to index global 'os' (a nil value)
  14. Soren

    Como se hace

    Yo no se bien eso de como maejar el score board
  15. Soren

    Como se hace

    No es eso lo que queria?
  16. Soren

    Como se hace

    Dices enserio que funciono? No me lo esperaba. En cuanto a la columna usa un settimer para que cheque
  17. Soren

    Como se hace

    exports [ "scoreboard" ]:scoreboardAddColumn ( "reset" ) function reset (player, command) exports [ "exp_system" ]:setPlayerEXP (thePlayer, 0) exports [ "exp_system" ]:setPlayerLevel (thePlayer, 0) end addCommandHandler ("Reset", reset )
  18. Thx , it works expect for 1 thing. They still spawn in a line
  19. [2012-05-27 09:16:35] restart: Requested by Console [2012-05-27 09:16:35] restart: Resource restarting... [2012-05-27 09:16:35] Stopping monstruos [2012-05-27 09:16:35] Resource 'monstruos' changed, reloading and starting [2012-05-27 09:16:35] Starting monstruos [2012-05-27 09:16:35] SCRIPT ERROR: monstruos\server.lua:13: '' expected near 'end' [2012-05-27 09:16:35] WARNING: Loading script failed: monstruos\server.lua:13: '' expected near 'end' [2012-05-27 09:16:35] monstruos restarted successfully [2012-05-27 09:16:35] ERROR: Client triggered serverside event onBotSpawned, but event is not added serverside
  20. No, cause if i remove the trigger, they will not spawn
  21. addEventHandler("onClientResourceStart",root, function() triggerServerEvent("onSpawnSlothBot",localPlayer) end ) Edit: With this they spawn, but when i kill them all they dont respawn. and i have other problem, the spanw in the same line! And 1 more problem! they all spawn with the same skin. Pls Help!
  22. Does not work,now the zombies does not spawn
×
×
  • Create New...