PaiN^
Members-
Posts
2,258 -
Joined
-
Last visited
Everything posted by PaiN^
-
guiSetVisible (اسم النافذة, false) حطه في بداية الكلنت
-
** 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
-
I recommend using the OMG mod DOWNLOAD
-
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 ?
-
عدلت السيرفر ولا بس الكلنت ؟؟
-
Then how it's done ?
-
Really nice job ..! Well done Sora
-
Request for Community Moderation privileges.
PaiN^ replied to Woovie's topic in Site/Forum/Discord/Mantis/Wiki related
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 -
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">> >
-
Okee I've been knocked-out for a few days, whats not working?
-
DOWNLOAD I didn't try it ..! But it looks good (Unless it was the one you downloaded )
-
https://forum.multitheftauto.com/viewtopic.php?f=164&t=51042
-
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 ..
-
Great job Very nice script ..! rated 5/5
-
OK, How i can i fix that ?
-
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 ..!
-
addEvent addEventHandler GuiCheckBoxGetSelected GuiCheckBoxSetSelected triggerServerEvent And keep in mind, wiki is not for copy-past, It's for learning ..!
-
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 ..!
-
Great job as always .. Downloading and installing right away ..! Keep it going brother ;P
-
Then, Post your last or best attempt, And any one how can will fix it for you ..!
-
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"/>
