Jump to content

xeon17

Members
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xeon17

  1. Where are sWidth, ( 745 / 768 ) * sHeight definied?
  2. You want to create text inside the marker? sorry dude i really no understand your english.
  3. What you mean? outputChatBox ?
  4. local H = getElementData(killer, "XP") or 5 if XP then
  5. Where are XP and Level definied?
  6. Where you tried the part with dxdrawimage?
  7. Proper Way of Asking Questions: Many people here ask for help without giving us much details about their problem. So, we have to ask the author of the topic to give us some more details. If you want us to help you and you don't explain what your problem is about, it doesn't help us to help you. WRONG way of asking for help: I have problem with my script it doesn't work.. help me! What information does this sentence give to us? We know that script doesn't work but we don't know why and in what way it doesn't work. We'll never know that unless you give us some more information about your problem. CORRECT way of asking for help: I have problem with my script it doesn't work.. It doesn't start when I try to run it I don't know why... Here is my code: LINE NUMBER ON/OFF | EXPAND/CONTRACT | SELECT ALL -- some Lua code tagged with or [lua][/ lua] It helps us straight away. We know your script doesn't start when you try to run it and we have some of the code that we can tell you what you did wrong. What information should my question contain? - What is the reason you make new topic? Whether it's problem with your script or need help with something else. - Explain what is wrong? Tell us what happens when you test your script and what is that you want it to do. - Give us some of your code so that we can help you correct it. - Tell us if you get any error or warning messages and what they are. We can determine what causes the script not to work quicker.
  8. Not true , it's possible to decompile scripts.
  9. xeon17

    MTA Lag

    [5:32:35 PM] XeoN: you downloaded [5:32:45 PM] XeoN: the last one? [5:34:13 PM] Kiro0o Kiro0o: yes [5:34:28 PM] Kiro0o Kiro0o: l have headphones [5:34:58 PM] Kiro0o Kiro0o: same thing [5:37:29 PM] Kiro0o Kiro0o: l dont have speakers [5:37:39 PM] Kiro0o Kiro0o: headphones and microphone [5:37:42 PM] Kiro0o Kiro0o: but it doesnt plug it [5:38:01 PM] Kiro0o Kiro0o: it writes Speakers not plugged [5:38:08 PM] Kiro0o Kiro0o: l try to start it but it doesnt enable
  10. xeon17

    OOP

    add this to your meta: <oop>true</oop> Thanks it works now!
  11. xeon17

    OOP

    No,how to enable?
  12. xeon17

    MTA Lag

    Kiro have another problem after he installed the audio driver, he can't hear anything (speakers no found)
  13. You can't cancel onClientWeaponFire.
  14. xeon17

    XP little help

    As far i know the xp system by Castillo is complied or not?
  15. xeon17

    OOP

    No, there is a error ''no global class''maverick1'' got nil.
  16. xeon17

    OOP

    Why this doesen't work? Maverick1 = vehicle:create(487,1290.56885,-794.12842,96.55389) Maverick1:setColor(255, 0, 0)
  17. Thanks for fixing the error Anubhav!
  18. @codylewiz Does the code work? is everything good?
  19. Isn't tested. greenzoneEnter = createColRectangle ( -1957.9560546875, 274.91864013672, 15, 15 ) addEventHandler( "onColShapeHit", greenzoneEnter, function(hitPlayer) if getElementType(hitPlayer)=="player" then triggerClientEvent(hitPlayer, "zoneEnter", hitPlayer) toggleControl ( hitPlayer, "fire", false ) toggleControl ( hitPlayer "next_weapon", false ) toggleControl ( hitPlayer, "previous_weapon", false ) setPedWeaponSlot ( hitPlayer, 0 ) toggleControl ( hitPlayer, "aim_weapon", false ) toggleControl ( hitPlayer, "vehicle_fire", false ) toggleControl ( hitPlayer, "vehicle_secondary_fire", false ) end end) addEventHandler( "onColShapeLeave", greenzoneEnter,function(hitPlayer) if getElementType(hitPlayer)=="player" then triggerClientEvent(hitPlayer, "zoneExit", hitPlayer toggleControl ( hitPlayer, "fire", true ) toggleControl ( hitPlayer, "next_weapon", true ) toggleControl ( hitPlayer, "previous_weapon", true ) toggleControl ( hitPlayer, "aim_weapon", true ) toggleControl ( hitPlayer, "vehicle_fire", true ) toggleControl ( hitPlayer, "vehicle_secondary_fire", true ) end end)
  20. xeon17

    dx help me pls

    The exp_system of Castilo is complied , btw check this https://forum.multitheftauto.com/viewtopic.php?f ... 46#p743346
×
×
  • Create New...