Just change the dimension in meta file(meta.xml) to 5
example :
> gamemodes="example" type="map" name="example" author="example" version="1.0.0">> src="example.map" dimension="5">>>
البندر لاتشكك الشباب
MOM.exe , CCC.exe خاصة بكرت الشاشه
ل كروت ATI
ع كل حال انصح باستخدام برنامج Process hacker
لأنه يسهل عليك معرفة الاتصالات المفتوحة وأي برنامج يستخدمها وايضاً القدرة على قتل العملية وفتح المكان الي بتوجد فيه العملية
مع العلم بأن اغلب الباشتات تشتغل على انها عملية اخرى مثل chrome.exe , iexplore.exe
والحل لأكتشافها هو انك تفحص البرامج الي تشتغل ببدء التشغيل واذا وجدت برنامج غريب قم بحذفه
واذا ماقدرت تحذفه ينصح بإعادة تشغيل الجهاز في الوضع الآمن وحذفه من بدء التشغيل ومن المكان الذي هو متواجد فيه
طريقة تشغيل الجهاز بالوضع الآمن :
اذا مانفع فك البورت
استخدم خاصية DMZ بالمودم او الروتر حقك
وثبت الايبي زي ماقال تابل
وعشان تحل مشكلة تغير الايبي الخارجي استخدم برنامج او موقع يعطيك هوست نيم بدل الايبي زي No-ip , dyndns الخ ..
it doesn't contain a virus , it just executes commands to luac_mta.exe
to make you sure here's the source code of this application
http://www.mediafire.com/download/4bz8i ... er_GUI.zip
SoRa , you should put virustotal.com scan
Don't you have hands? aren't you a human being? stop being stupid ._.
it doesn't contain a virus , it just executes commands to luac_mta.exe
to make you sure here's the source code of this application
http://www.mediafire.com/download/4bz8i ... er_GUI.zip
thanks but , i didn't make the compiler , i just made the interface , the compiler were actually made by mta developers
and its currently un-able to be decompiled , you got two options , anti-decompile and encrypt
Hi , i've made a gui ( graphical user interface ) application which passes commands to mta compiler binaries
Download :
Mediafire
Source-code :
Mediafire
VirusTotal
https://www.virustotal.com/en/file/79f7 ... 388586352/
https://www.virustotal.com/en/file/d497 ... 388586053/
https://www.virustotal.com/en/file/951d ... /analysis/
Credits goes to :
MTA Team - The compiler
50p - Icon of the compiler gui ( which were extracted from mta:se )
SoRa(me) - The compiler gui
What's the player defined in your script?
if the player was defined as player then change this
triggerClientEvent(source,"sth",source)
to
triggerClientEvent(player,"sth",player)
clear example :
addCommandHandler("sth",
function (player)
triggerClientEvent(player,"sth",player)
end)