Jump to content

ZeyadGTX

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by ZeyadGTX

  1. ZeyadGTX

    Blips

    You could re-write the script so it uses dxDrawRectangle rather than guiCreateStaticImage, and this would give you the ability to set the rectangle color. This however, would probably be a quite a bit of work. The default freeroam system just does as you said, loads image, and whoever wrote the script didn't want to use dxDrawRectangle (Maybe because its a bit of work, but MTA didn't have dx function supported then, I'm not sure the actual reason) so he just made the images. ah lol i'll try to forget this
  2. ZeyadGTX

    Blips

    I found something in Freeroam.zip when i press F1 then i go to map thing to warp to places i found that My Blip is red and all players Blip is Blue because it has localplayerblip.png and playerblip.png Is not there away to make it according player color i mean if player joined and his color is white why doesn't the blip takes white color in the Map ??
  3. addEventHandler( 'onClientRender', getRootElement( ), function( ) setTime( 1, 0 ) end )
  4. لا انا مجربهم علي سكوربورد تانيه واشتغلت بس لما جربتها علي سكوربورد الي عملتها حاولت اعمل بس مش بيرسم صوره في السكوربورد
  5. الكود شغال بس مافي صوره في التاب الخانه فاضيه
  6. لو ســمحتم انا عملـــت ليفلات شغال وكل شيء تمام وكل ليفل ليه صوره كنت حابب احط الصوره في السكوربورد الكود بتاعي اهو exports.scoreboard:addScoreboardColumn('Rank',getRootElement(),1,40,'Rank') function scoreLevel () local account = getPlayerAccount(source) local Rank = getAccountData(account, "experience.rank") if isGuestAccount ( account ) then setElementData(source, "Rank",":experience/emblems/newbie.png") else setElementData(source, "Rank", tostring(":experience/emblems/"..Rank..".png" )) end end addEventHandler("onPlayerSpawn", getRootElement(), scoreLevel) addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function() call(getResourceFromName("scoreboard"),"addScoreboardColumn","Rank", getRootElement(), 1, 40) end ) بس بيكون مكتوب في التاب :experience/Emblems/newbie.png
  7. Yeah Cloned as well i got unabnned in Groam because it is not cloned
  8. Because You Don't Have my Server Side
  9. Yep but my friend learned me the basics
  10. i can send you my code that i used ? and i can tell you what functions i used But not in that Dumped - Leaked Topic
  11. I guess then you stolen the script from grafuroom and he from your server I didn't steal it ! My friend helped me with it and he is scripter in this Forum
  12. Lol my Nametags resources is not compiled + Fighting style i mad it my self ! no body answered me so i made it + idc stop stealing my codes , Any moderator Close this Topic
  13. ZeyadGTX

    Scoreboard

    it say index is nil and some errors at end help !
  14. MY SCRIPT STOLEN FROM CLIENT SIDE NO ONE GIVE HIM MY SERVER SIDE !!
  15. ZeyadGTX

    Scoreboard

    There is no Problem in this script the problem is to adding column.name == "rank" in scoreboard_Client it said Index = nil value
  16. ZeyadGTX

    Scoreboard

    Any help with code pls i need the scoreboard column.name code with index !!
  17. ZeyadGTX

    ACL

    Anyway i made another code and worked
  18. ZeyadGTX

    Scoreboard

    Hello , i would like to add my lvl images into scoreaboard i made that Code in my lvl system it always say that index value = nil or some problems to in ( end ) Server side : exports.scoreboard:addScoreboardColumn('Rank',getRootElement(),1,40,'Rank') function scoreLevel () local account = getPlayerAccount(source) local Rank = getAccountData(account, "experience.rank") if isGuestAccount ( account ) then setElementData(source, "Rank",":experience\\emblems\\newbie.png") else setElementData(source, "Rank", tostring(":experience\\emblems\\"..Rank..".png" )) end end addEventHandler("onPlayerSpawn", getRootElement(), scoreLevel) addEventHandler("onResourceStart",getResourceRootElement(getThisResource()), function() call(getResourceFromName("scoreboard"),"addScoreboardColumn","Rank", getRootElement(), 1, 40) end ) And i added this into scoreaboard_Client elseif column.name == "Rank" then dxDrawImage( topX+theX, y-s(0.5), 15, 15, content, 0, 0, 0, cWhite, drawOverGUI )
  19. مفيشـ حل اخــر لاني مش عارفــ كيف اســخدمه ؟
  20. Grafuroam DD base https://community.multitheftauto.com/ind ... s&id=10187
×
×
  • Create New...