Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Doesn't it has an offboard graphics card? Or it only has the CPU's card? If it has an offboard graphics card you can set it as default for Windows ( both in AMD and nVIDIA cards ).
  2. No, you didn't get me. setElementParent puts an element as parent of other. setElementData sets a data on an element. Both "values" will disappear when the main element is destroyed. Example: local ped1 = createPed( ... ); local ped2 = createPed( ... ); setElementParent( ped1, ped2 ); -- sets 'ped2' as parent of 'ped1' destroyElement( ped1 ); -- now ped2 is destroyed because it's a parent ( or child, whatever you want to call it ) of 'ped1' -- local ped3 = createPed( ... ); setElementData( ped3, "isNormalPed", true ); if ( getElementData( ped3, "isNormalPed" ) ) then outputChatBox( "Ped is a civillian!", ... ); end
  3. getElementParent returns the parent of an element. You can set an element parent of other using setElementParent. getElementData returns the data that you specify that you saved with setElementData on some element.
  4. Anderl

    Look this

    Who cares if you're only 10 years old. Just learn, it's not that hard. I knew basics of Lua when I was 10 already.
  5. Anderl

    Look this

    He did, not you. If you want someone to work for you, pay him. Or learn.
  6. Either object has not been created, there's some error that I didn't see or you don't really have it server-side. Show meta.xml.
  7. Saying it doesn't work like you want doesn't tell us anything. You might want to tell us what's not working properly.
  8. Well, there must be some wrong argument on the function or it's throwing some error and you didn't see. Do you see any errors in console? Can you see any errors on a "mini-window" that is showed when you type /debugscript 3 on chat?
  9. You didn't change radius as Kenix said.
  10. Anderl

    need help

    Oh my god. Some waste their money, some give too less.
  11. It needs to be exactly the same in both servers.
  12. I'm talking to the OP, callRemote is what he needs.
  13. Anderl

    Uncompile

    Yeah, yeah. When you compile a script, the compiled script is saved in another file so you still have the original. No one is gonna help because we don't know if it's stolen or not.
  14. Anderl

    Uncompile

    You must be blind; NO ONE is gonna help you decompiling stolen scripts. Now, let's shut up. Soon this will be locked so why waste my time.
  15. Anderl

    Uncompile

    Who cares? It's still a server. That's not an excuse for people help you decompiling scripts from other servers.
  16. Anderl

    Uncompile

    No one is gonna help you stealing other servers just like no one helped you editing Trials for your server.
  17. Anderl

    Uncompile

    You most likely want to uncompile stolen scripts, gtfo.
  18. Anderl

    High CPU Usage

    lol, I was just about to suggest to you to clean all the Program Data from your computer using CCleaner That would not help reducing CPU usage. The problem was that he had PC in hibernation ( I mean, he didn't shutdown PC, just hibernated ) for 4 months, I guess ( I'm not sure, that was much time ago ).
  19. That can be a script's problem. Btw, you might want to talk in a better english, I can't understand some parts of what you say.
  20. If the company has some kind of panel that allows you to see console output and input anything to it, then you just need to contact the company to know more about how to get on it/how to use it ( if you don't know ). If the company doesn't give you that, there's nothing you can do.
  21. 1 - If you don't know, learn: http://lua.org. 2 - Who cares if it is in some servers or not? If it's on community, search it there. Otherwise, no one will make a script for you.
  22. This is not some kind of request room, learn and make it by yourself ( or just do original things instead of copying ).
×
×
  • Create New...