Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. If it's leaked scripts then you are in the wrong place.
  2. to check that the attacker is a player.
  3. Use as i said and use attacker from onClientPlayerDamage event i can't give an example in the moment i'm posting from my phone.
  4. Use the following : addEventHandler ( 'onClientPlayerDamage' ) getElementType getPlayerTeam getTeamFromName cancelEvent
  5. Hi i'm having problem with installing mta 1.5.3 i'm getting error that core.dll in MTA San Andreas 1.5/server/core.dll ERROR Opening file for writing Abort to stop installation or retry to try again . How to solve this? Regards!
  6. You are welcome. PS. Next time please use the code editor so we can read the code.
  7. Hi, You can open the admin panel and search for the scoreboard resource and open the setting for the scoreboard and change color code or names not sure from false to true .
  8. عليكم السلام انا استخدم 1366 * 768
  9. iPrestege

    help

    https://wiki.multitheftauto.com/wiki/Meta.xml Check the <min_mta_version /> part and that if you didn't add that before to your meta.xml file.
  10. عليكم السلام جيب داتا الاعب ونقص منها عدد الساعات الباقي له مثلا عنده 36 ساعه وتبي تعرف كم باقي له عشان يوصل 100 Data - 100 وبكذا تقدر تجيبها انا من الجوال الان ولا عطيتك مثال
  11. السورس هو الاعب مرسل من الكلنت وش المشكله؟
  12. addEventHandler ( 'onClientPlayerWeaponSwitch' ) getPedWeapon getPlayerTeam getTeamFromName cancelEvent
  13. That's great thanks for that ciber i will check it and try it soon.
  14. admin > client > gui > admin_main.lua سطر 896 تقريباً if ( source == aTab1.Kick ) then guiSetEnabled ( source,false ) setTimer ( guiSetEnabled,source,10000,1,true ) aInputBox ( "Kick player "..name, "Enter the kick reason", "", "kickPlayer", player ) -- سويه هنا وهذا مثال جربة وشوف لكن افضل لك بالسيرفر بعد مايصير الكيك
  15. A. He's just an idiot and i don't insult too. Q.Have you ever visited qatar - doha?
  16. حقيقة المشوره هذي كلها مالها فايده تقدر تعدل الادمنية افضل لك بملف السيرفر admin > server > admin_server.lua سطر 821 تقريباً عند الكيك سوي تايمر انة مايقدر يعطي كيك الا بعد وقت معين أفضل لك
  17. Not sure if this is a leaked script but however if you make this hole script - gamemode you can make what you are trying to do you can use account data and element data for that.
  18. Try this also you can't cancel every event actually just some event's check the wiki page : aTimer = { } function slap ( ) if isTimer ( aTimer[source] ) then return false end local x,y,z = getElementPosition ( source ) setElementPosition ( source,x,y,z+5 ) aTimer[source] = setTimer ( function( source ) aTimer [source] = nil end,120000,1,source ) end addEvent( "slap",true ) addEventHandler( "slap",getRootElement(),slap )
  19. Your code makes no sense at all you are checking the table cound and get the data from the same variable? It should be something like this ; if killstreaks[source] > 0 then killstreaks[source] = 0 end
  20. marker = createMarker ( -2712.5,217.6,4,'corona',1,255,255,0 ) addEventHandler ( 'onClientMarkerHit',marker, function ( aPlayer ) if aPlayer == localPlayer then local aMove = getPedOccupiedVehicle ( aPlayer ) or aPlayer setElementPosition ( aMove,-2722,207,-9 ) setElementFrozen ( aMove,true ) setTimer ( setElementFrozen,1000,1,aMove,false ) end end ) Try this.
  21. عندك player موب معرف دبل لوكال باللاير بالارسال او السورس افضل ومختصر
  22. الحسابات والبيانات المخزنة بالاكاونت داتا طبعاً هذي اللي كانت بسيرفرك القديم تنقلها بدال الجديد ولاتنسى تحفظ نسخة من اللي موجوده بالجديد احتياطاً لو ماشتغلت
×
×
  • Create New...