Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Simple0x47

  1. Simple0x47

    Texturi

    Texture mai bine EngineLoadTXD EngineImportTXD
  2. Versiunea correcta a lui @..:D&G:..: lvPos = { 1.000, 1.000, 1.000 } function teleportToLV(thePlayer) if thePlayer then setElementPosition(thePlayer, unpack( lvPos ) ) outputChatBox("Ai fost renascut in LV!", thePlayer, 0, 255, 0) end end addCommandHandler("lv", teleportToLV)
  3. A. 10 cuz it's a number accepted by the proccesor :v Q. 0 or 1
  4. The problem it's beacuse playTime is not defined, so it takes the value nil. Make yourself sure that playTime has any value assigned.
  5. Ve al script del scoreboard, busca la funcion de dxDraw que cree el cuadro y aumentas su tamaño.
  6. Mai ai nevoie de ajutor cu acea chestiune?
  7. It's possible.
  8. Wait for what? dxDrawText's placed out of dxDrawRectangles?
  9. I would say this is the wrong section. Take a look at DayZ 0.7 Open Source or DayZ 0.9.
  10. Simple0x47

    Chat(Ayuda)

    Pues añades esto a donde quieres que salga. ( exports.gangscript:isPlayerInGang == true ) and exports.gangscript:getGangName or "" -- Remplaza las funciones de los exports y el nombre del resource por los del que usas.
  11. The problem when there's no object replacement it's due to files missing. ( Remember to use colleditor to convert the col files into single ones )
  12. Aqui tienes un pequeño ejemplo. local keys = { { "a", "$" }, { "b", "·" }, { "c", "!" } } local _string = "abc" for i = 1, #keys do local _t = keys[ i ] _string = string.gsub( _string, _t[ 1 ], _t[ 2 ] ) end
  13. I'm waiting for the second round of close this account post.
  14. Nice Comment, I'll like it
  15. Simple0x47

    Server hacked

    If they hacked it. It's due to their poor security. There's always a reason.
  16. jhxp nice way to remove SAMP from people computers ( just kidding )
  17. Nice to know that some one offers this kind of services "for free".
  18. This it's a true remastered version of GTA VC Map. Nice job. If you need some tips, remember to PM me.
  19. Nice to know that a shit which doesn't know what's happening says that I'm a shitty boy.
  20. Do you have an interior system? Because some of them make the player colisionless, so maybe when you enter an interior the script does not remove the player colisionless.
×
×
  • Create New...