Jump to content

off

Members
  • Posts

    160
  • Joined

Everything posted by off

  1. I love the God Ray effect, it could make a solo version.
  2. Thanks, worked. I'm newbie in LUA.
  3. Well, I set as the left, but nothing was changed.
  4. I'm using "onClientClick", but he is considering "Mouse1"(This is left click) and "mouse2"(This is right click) and I want to consider only the the first. How can I do this?
  5. No, just wanna walk with the cursor shown. Thanks, worked. But it has a problem when a window (GUI) is open is no longer possible to walk.
  6. Will be enough. Any idea how to do this?
  7. I could not test it yet, but seems to be functional. Está lá... <export function="exports.exp_system" type="server" /> <export type="server" function="addPlayerEXP" />
  8. And even if there was no such argument, there's still a function setControlState which can make you walk. I love you man! But how do I do that? It does not seem so simple. Obs: I'm still thrilled with your RPG.
  9. Tested? killer is dayz ? No.
  10. Anyone know to fix it? Not gaining experience. WARNING: exp_system\server.lua:0: Bad argument @ 'addPlayerEXP' [Expected player element at argument 1, got 54] Server.lua: addEventHandler("onPlayerWasted",root, function (_,killer) if (killer and killer ~= source) then exports.exp_system:addPlayerEXP(killer,25) end end)
  11. But there is no way to do this?
  12. I know how to show the cursor on the screen, but I want also walk. This is not possible? Sorry for the horrible English.
  13. I look forward to new releases, can satisfy me? Hahaha
  14. HELP? The items are not showing up. ERROR: HeroInventory\server\s_exports.lua:81: attempt to index field '?' <a nil value>
  15. I want to change the color image in the script. Sorry for bad english. guiCreateStaticImage( 0, 0, 200, 200, "image.png", true )
  16. Is there a list of actions that work with this function?
  17. Thanks, the first attempt worked. Is it possible to block a specific animation?
  18. Thanks, but how do I add it? addEvent("tiredAnimation",true) addEventHandler("tiredAnimation",root,function(target) setPedAnimation ( target, "FAT", "IDLE_tired", -1, true, false ) setElementData(target, "tired", true) setTimer(triggerEvent, 10000, 1, "switchToNormal", root, target ) end)
  19. Cliente side for all? What does that mean exactly? Can only be used on the client side?
  20. I just want to prevent the player run (sprint).
  21. Use this: https://community.multitheftauto.com/index.php?p=resources&s=details&id=13
  22. See how I did: High Resolution: http://www.imgfans.com.br/i777/IgorRodriguesCo/night.png
×
×
  • Create New...