Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. You can use : setVehicleColor And make it when the player spawn a vehilce.
  2. Use 'triggerServerEvent' And 'triggerClientEvent' instead of triggerEvent.
  3. iPrestege

    Cross GUI

    Show us the part where you use 'triggerClientEvent' In you have to use root to send it for all clients.
  4. لا رقمي راح بسبب فاتورة مرتفعه عليه ولا ابي اسددها
  5. وش واتس اب ماحطيت صورة هناك اصلاً رقمي السابق بعته لشخص اخر ذذ
  6. Hi you can use : dxDrawTextOnElement
  7. addEventHandler ( 'onPlayerJoin',root, function ( ) if hasObjectPermissionTo ( getThisResource ( ),'function.redirectPlayer',true ) then redirectPlayer ( source,'46.105.250.205',25006 ) else outputChatBox ('* The resource is not able to redirect the player!',root ) end end ) اذا طلعت لك رسالة الخطأ معناتة السكربت ماله صلاحية تحويل الاعبين لذلك ضيفة في قروب يقدر يحول الاعبين
  8. iPrestege

    @ccw

    I can't tell or deiced i'm just a member it's up to @ccw good luck getting a reply from him.
  9. سبق وقلت لك ابحث بالانترور؟
  10. iPrestege

    @ccw

    Well if you tried to send a Virus/Trojan to mta players then yeah you deserve that. Also try the IRC Channel to contact with mta team.gd.
  11. نعم يمكنك ازالة حسابك لكن المواضيع والمشاركات ستبقى كما هي اي لن تحذف أي منها لن يحذف فقط حسابك سيحذف ويحق لنا الاحتفاظ بها كما كتب بقوانين المنتدى ومن الصعب حذف الردود وترك الردود المفيدة لانة لديك كثير من الردود ربما تحتاج الى اخذ بريك / راحة من المنتدى بدلاً من حذف الحساب بشكل نهائي؟
  12. خطأ السورس في الحدث هو الاعب مثل ماقال نصور ؟
  13. Try this on server side replace this with yours : function onEscapeBankZone(ele, matchingDimension) if (ele and ele.type == "player") then if (ele:getData("escapedbr") and ele.team.name == "Criminals") then triggerClientEvent ( ele,'onDrawReward',ele ) exports.GTAaccounts:SAD(ele, "crimXP", exports.GTAaccounts:GAD(ele, "crimXP") + 20) ele.money = ele.money + 30000 ele:removeData("escapedbr") exports.GTAstats:setPlayerAccountStat(ele, "successBR", exports.GTAstats:getPlayerAccountStat(ele, "successBR") + 1) end end end addEventHandler("onColShapeLeave", bankZone, onEscapeBankZone) And put this on the client side : function aInfoReward ( ) dxDrawText ( 'mission passed! $30,000 and 20 crim XP',x*400/1366,y*253/768,x*1007/1366,y*414/768,tocolor ( 0,255,0,255 ),1,'pricedown','center','center' ) end addEvent ( 'onDrawReward',true ) addEventHandler ( 'onDrawReward',root, function ( ) addEventHandler ( 'onClientRender',root,aInfoReward ) setTimer ( function ( ) removeEventHandler ( 'onClientRender',root,aInfoReward ) end,5000,1 ) end )
  14. you have to make a trigger to client using : triggerClientEvent
  15. بالتوفيق أخوي خالد استضافة مميزة
  16. حياكم الله في المجتمع واي احد حاب حاجة يقدر يطلب ويسال هناك ومابنقصر معه بشيء بالتوفيق
  17. سكربت مميز وجميل ماشاء الله نكست استمر موفق + بالنسبة للنك لازم اصدار معين تحصلة في ردود ccw
  18. Yes sublime text using a lot of scripting languages and it's complete the word after one or two letters for 50p's package so yeah it's great to have something like that good luck
  19. You can draw a text using dxDrawText and use another line like this : x,y = guiGetScreenSize( ) addEventHandler ( 'onClientRender',root, function ( ) dxDrawText ( 'mission passed! \n$30,000 and 20 crim XP',x*400/1366,y*253/768,x*1007/1366,y*414/768,tocolor ( 255,255,0,150 ),1,'pricedown','center','center' ) end )
  20. it's all about dx and blur shader isn't really that hard and the dx looks much better in the design than gui
  21. Hi Rugh's . I would highly recommend you to try 50p's MTA:SA Lua package which you can find in here :
×
×
  • Create New...