السلام عليكم ورحمة الله وبركاته
اليوم رجعتلكم بمود لسيرفرات الزومبي
والي هو مود ال hud
المود كما هو قدامكم
خصائص جديدة :
- معرفة البنق والفبس
- معرفة الوقت الحقيقي
- لوق فلوس
- قولد تحت الفلوس عن طريق داتا الي انت تحددها
- لما تعشق السلاح يكتبلك Reloading
- نجوم جديدة مكان القديمة
- شريط الدم يكون علي حسب الستات حقت الدم حقتك يعني لو خليت دمك 200 يظبط عليه
____________________________________________
الحين نيجي للأهدائات
@*RayaN-Alharbi. @Abdul KariM @Rakan# @#,+( _xiRoc[K]; > @#StrOnG_,) @KhaledAlamri @MR.SAMSUNG @iMr.WiFi..! @سعد الغامدي @iPrestege @#Soking @Default#^ @Ahmed Ly @MR.TOUNSI @Master_MTA @#Mr.Pop @!#NssoR_) @The Killer @N3xT @Abu-Solo @AbU - W6N @MR.Mosa @Mr.Mostafa @#[K]iLLeR<3 @#[K]aTakuRI-,? @TAPL @Sha67 @shwaeki @EH10 @</Mr.Tn6eL> @ALw7sH
______________________________________________________ الان وقت التحميل Hud
_______________________________________________________
ويلا مع السلامة
طبعا , بما ان الموضوع انقلب الي حرب تمت إزالة جميع الردود السابقة وتمت مخالفة البعض منهم
ولكن في حال قام احد الاشخاص بإشعال حرب اخري في هذا الموضوع ستتم مخالفته من غير اي سابق إنذار لأن تعليقي هذا يكفي !!
واتمني محد يقتبس تعليقي ويعلق , لأن مانبي نخرج من محتوي الموضوع
function giveWeaponsOnPlayerSpawn()
giveWeapon (source, 26, 20)
end
addEventHandler ("onPlayerSpawn", getRootElement (), giveWeaponsOnPlayerSpawn) -- use function's name here
And the meta:
<meta>
<script src="script.lua" type="server"/>
</meta>
Use '/debugscript 3' to check the errors within the script.
@#_iMr,[E]coo طولتها وهي ماتستاهل وبعدين اتوقع ماراح يضبط معاه لانه يبي يشيل سطر الفارغ مايكون فيه مسافات الكود الي انت حاطه بيشيل المسافات
بس مع اللوب يضيف
myString:gmatch ( "[^\r\n]+" )
split وبيشيل له السطر حتى لو كان مستعمل
I'd like to point out that MTA didn't invent Lua. Lua is its own independent language used for a plethora of applications, including MTA. It seems to be that the only thing you're complaining about is that the MTA API is outputting errors into the console to let you know that you write bad code, and you're getting mad at MTA and Lua for it. It's your own fault.
I can imagine you dereferencing a null pointer and complaining that you get a memory access violation but you willfully refuse to check whether the pointer is null before attempt to dereference because "it's not my fault the language is bad wah wah," or complaining that math is broken because you can't divide by 0.
If you don't like it, you should just go back to PAWN and the only software that uses it - SAMP.
Isso depende.
Qual distância vc considera perto?
Você pode obter todos os jogadores online e usar uma condição para verificar a distância de cada um com você, se a distância dele for menor que tanto, ele está perto e é considerado, senão, está longe e é ignorado.
Yes it's time for some updates!
But first don't forget to join our discord at: https://discord.gg/kwJ73GY
Or check our forums here!
As for the updates, here we go:
Stay tuned for more updates!
Hello ol'sport!
Thank you for your feedback & this car is a car model from GTA V.
Join our discord here https://discord.gg/T8KH3Cq and the server director will give you the mod files, since he is the one that has them!
local recienEntrado = { }
addEventHandler( "onPlayerJoin", getRootElement( ),
function( )
recienEntrado[source] = true
showChat( source, false )
addEventHandler( "onPlayerCommand", getRootElement( )
function( c )
if recienEntrado[source] == true and c == "showchat" then
cancelEvent( )
end
end
)
end
)
addEventHandler( "onPlayerLogin", getRootElement( ),
function( )
if recienEntrado[source] == true then
recienEntrado[source] = false
showChat( source, true )
end
end
)