Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. guiSetVisible (اسم النافذة, false) حطه في بداية الكلنت
  2. ** Version 1.5 is released !! Features : *-- Fixed the Arabic language bug --* *-- Added a clear Button --* *-- New way to post the reports that takes over chat box ( for players with ban right ..! ) --* *-- New GUI window --* Get it right now ..! Community
  3. I recommend using the OMG mod DOWNLOAD
  4. I really loved the design ..! but i don't know how to install it Could some one please tell me where to put those files ?
  5. The font colour you are using is quite annoying, 50p already asked you to turn it off. So, turn it off God damn it. I righted this post before 50p told me to stop Sorry + Edited
  6. The Place of the group don't matter, As long as you're putting it correctly ..! name="Everyone"> name="Default">> name="user.*">> name="resource.*">> > name="FBI"> name="user.player1">> > name="Moderator"> name="Moderator">> name="resource.mapcycler">> name="resource.mapmanager">> name="resource.resourcemanager">> name="resource.votemanager">> > name="SuperModerator"> name="Moderator">> name="SuperModerator">> > name="Admin"> name="Moderator">> name="SuperModerator">> name="Admin">> name="RPC">> name="resource.admin">> name="resource.webadmin">> name="user.George">> name="user.Nicholas">> name="user.Jack">> >
  7. Okee I've been knocked-out for a few days, whats not working?
  8. PaiN^

    Help

    It because you made the marker ( h1 ) inside the takeJob function ..!
  9. DOWNLOAD I didn't try it ..! But it looks good (Unless it was the one you downloaded )
  10. https://forum.multitheftauto.com/viewtopic.php?f=164&t=51042
  11. Hi everyone .. I finally finished my first resource The Report System It's a GUI window opens with F10 that allows you to report any thing you noticed in the server(Not-working scripts, hackers, Annoying players ...etc) ** The report will appear in the Chat Box only for players that have band right ..! . ** Arabic language is not working, Will fix it at the next version ( Didn't test other languages ..! ) . ** The script is not encrypted, You can modify in it as you like ( As long as you know what you're doing ..! ) . DOWNLOAD I hope you rate and replay and have fun ^^ .. ** Notify any Bugs so i can fix theme ..
  12. Great job Very nice script ..! rated 5/5
  13. PaiN^

    Will it work ?

    Client addEventHandler("onClientPlayerWeaponFire", root, function (weapon, hitElement) if (weapon == 31) and (getElementType(hitElement) == "vehicle") then local health = getElementHealth(hitElement) setElementHealth(hitElement, health + 100) end end ) This will raise the HP of the vehicle that got hit by 100HP (If the weapon ID = 31), You can Change it if you like ... **Not Tested ..!
  14. addEvent addEventHandler GuiCheckBoxGetSelected GuiCheckBoxSetSelected triggerServerEvent And keep in mind, wiki is not for copy-past, It's for learning ..!
  15. Is it only me or the last release don't have functions colors ?? Like : createMarker Use to appear in blue, But now it doesn't ..!
  16. Great job as always .. Downloading and installing right away ..! Keep it going brother ;P
  17. Then, Post your last or best attempt, And any one how can will fix it for you ..!
  18. client function replace() txd = engineLoadTXD("fileName.txd", 516 ) engineImportTXD(txd, 516) dff = engineLoadDFF("fileName.dff", 516 ) engineReplaceModel(dff, 516) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replace) meta.xml src="fileName.txd"/>src="fileName.dff"/>
×
×
  • Create New...