Jump to content

Chaz-CR

Members
  • Posts

    222
  • Joined

  • Last visited

Everything posted by Chaz-CR

  1. usa onColShapeLeave Para mover el objeto de vuelta al lugar inicial donde creaste el objeto! En mi opinion es mas sencillo!
  2. You mean the texture and that?
  3. createColCircle - Para crear el area donde se movera el objeto onColShapeHit - Como evento para que haga la accion onColShapeLeave - para que se cierre EDIT: olvide el onColShapeLeave
  4. I dont know if this is the correct place but im a lot tired when i am doing something in any panel i made for example, the admin panel, the login panel, etc. When im writting something and i write whit T or Y, it launch the global chat in the server and i have to write it again, idk if is a bug of the resource or MTA. Its just a suggestion thanks!
  5. Ok thank you for your respond, will do.
  6. Oh, so is not necessary to export anything about the fps resource?
  7. How do i export the fps that lil_toady made to the scoreboard? Thanks
  8. Good Job man. This will be very helpful to clean the chat!
  9. Chaz-CR

    EventHandler

    asi como lo dijo el compañero Alex!
  10. Chaz-CR

    Problem!

    It works, thanks a lot friend!
  11. Chaz-CR

    Problem!

    What's the problem here? function ChazShowLabel (hitElement) if getElementType(hitElement) == "player" and (hitElement == localPlayer) then LabelChaz = guiCreateLabel(0.22, 0.33, 0.59, 0.08, "Haz Modificado Tu Vehiculo!", true) guiSetFont(LabelChaz, "sa-gothic") guiLabelSetColor(LabelChaz, 11, 11, 160) end end addEventHandler("onClientMarkerHit", marker, ChazShowLabel) setTimer( ChazShowLabel, 2000, 1) function desaparecer() destroyElement( ChazShowLabel ) end
  12. Chaz-CR

    Duda!

    Que cosa no revisaria el resource admin si pongo el admin security en 0? Y que negativas me traeria eso?
  13. Chaz-CR

    EventHandler

    No lo veo necesario porque solo quiero que cuando termine de descargarte todos los resources del servers se quite dicha imagen!
  14. Chaz-CR

    Kill System!

    amm sorry for my ignorance but how do i make that?
  15. *Offtopic: me siento ignorado mejor me voy!
  16. Chaz-CR

    EventHandler

    para que el setTimer? quiero que cuando entres te cargue primero este resources antes que todos y cuando se carguen todo el resto del server desaparezca la imagen!
  17. Le diste los permisos acl de admin al resources? prueba con eso, sino postea todo el resource y el meta!
  18. Chaz-CR

    Kill System!

    What script? thats rare cuz the error is in the admin resource and the bug is in the resource that solid gave me!
  19. Le diste los permisos de admin al resource? outputChatBox("[".. jugadorID .."]#cccccc[Consola] "..RGBToHex(r,g,b)..name..": #ffffff"..text, getRootElement(),0,0,0,true) outputServerLog( "CHAT: [Consola] " .. getPlayerName ( source ).. ": " .. text ) elseif isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "Everyone" ) ) El Everyone es para cualquier jugador que se loguee,no se porque le pones consola, deberia ser player o algo asi, edita los parentesis que son para cada cosa, por ejemplo los acl Everyone son para los Players logueados entonces por ejemplo quita Consola y pon Jugador y asi tu te manejas con las salidas del chat!
  20. Chaz-CR

    EventHandler

    Cual evento debo usar que antes de que el servidor te cargue todos los recources te lance un guiStaticImage, osea te cargue primero que los demas, y ademas de esto cuando te cargo todos los resources la imagen desaparezca, se que es con destryElement pero no se que evento usar. Gracias.
  21. Que problema te da en el debugscript?
  22. https://community.multitheftauto.com/index.php?p= ... ls&id=6646 No description DONE
  23. Chaz-CR

    Kill System!

    I tried solid, i just changed a value about the kills (double kill = 2kills, triple kill = 3 kills, etc.) and the resource show me this debug [2013-07-25 12:25:20] ERROR: admin\server\admin_server.lua:1436: Admin security - Client/player mismatch from 0.0.0.Ip from the other player (onElementDataChange allhits) [2013-07-25 12:25:20] ERROR: admin\server\admin_server.lua:1436: Admin security - Client/player mismatch from 0.0.0.Ip from the other player (onElementDataChange allbullets) [2013-07-25 12:25:20] ERROR: admin\server\admin_server.lua:1436: Admin security - Client/player mismatch from 0.0.0.Ip from my server (onElementDataChange ammocountuserdata: 000004AE)
×
×
  • Create New...