-
Posts
10,056 -
Joined
-
Days Won
27
Everything posted by iPrestege
-
mods/deathmatch/databases/ في المسار هذا وممكن تكون في مجلد اخر ابحث في المجلدات اللي داخل لو كان فيه بتحصلها باسم registry.db
-
تقدر تنقل البيانات حقت السيرفر انقل القاعده registry.db
-
Very bad idea as i have said before search in your scripts not in the hud only.
-
Actually he's not asking for a traffic light he's asking for the normal road light so i don't know much about that maybe shaders? or replace the object with the off one sorry i can't help you Tekken's.
-
Make sure that you don't have a script showing the hud again search for setPlayerHudComponentVisible or showPlayerHudComponent And if you find it remove it or set it to false
-
لا أخوي هذا غلط باقي الملف اللي هو تحط فية السكربتات والمودات resources تحصلة داخل deathmatch
-
اكوادكـ مافيها مشكلة والميتا تمام ممكن انك حاطها في مسار خاطئ؟ تأكد من ذلك لانة المفروض يشتغل جرب في سيرفر ثاني او سيرفرك المحلي
-
تأكد انة مايكون في مجلد يعني دايركت ملف meta.xml script.lua وتأكد انة مافية حروف كابيتال سمول كلها نفس الميتا بالضبط
-
المود بشكل ملف مضغوط او مجلد؟
-
وش الخطأ اللي يطلع لك باف 8 الكونسول؟
-
You can't add objects,vehicles..etc you can replace it only.
-
getPlayerSerial
-
A.Cody Q.Fahad
-
بسم الله الرحمن الرحيم حبيت أبلغكم ي اخوان بتنبية هام جداً بالنسبة لوظيفة getPlayerSerial واللي كانت تشتغل بجانب الكلنت سابقاً اما الان ماراح تشتغل الا بالسيرفر سايد بسبب أخطاء ومشاكل بالكلنت لذلك لمن لدية سكربتات مودات بالكلاينت تستخدمها يبحث عن طريقة يخزن السريال من السيرفر ويتحقق بالكلاينت وحبيت أبلغكم فقط للتنوية لانة الوظيفة خلاص ماراح تستعمل بالكلنت والسلام عليكم ورحمة الله وبركاتة
- 8 replies
-
- 3
-
- getplayerserial
- سريال
-
(and 2 more)
Tagged with:
-
اعتذر منك أخوي حصل تغيير في وظيفة سريال الاعب لذلك تقدر تسوي كذا بالسيرفر سايد : -- Server Side !!!!! addEventHandler ( 'onResourceStart',resourceRoot, function ( ) for _,aPlayer in next,getElementsByType ( 'player' ) do if getPlayerSerial ( aPlayer ) then setElementData ( aPlayer,'aPlayerSerial',getPlayerSerial ( aPlayer ) ) end end end ) addEventHandler ( 'onPlayerJoin',root, function ( ) if getPlayerSerial ( source ) then setElementData ( source,'aPlayerSerial',getPlayerSerial ( source ) ) end end ) وبالكلنت كذا : buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true, ['F4'] = true, ['F5'] = true, ['F6'] = true, ['F7'] = true, ['F9'] = true, ['p'] = true, ['h'] = true, } addEventHandler( 'onClientKey',root, function ( button,prees ) if prees and getElementDimension ( localPlayer ) == 30 then if buttons [ button ] then if getElementData ( localPlayer,'aPlayerSerial' ) == 'Your Serial Here' then return end outputChatBox ( 'غير مصرح لك بفتح اللوحة',255,0,0 ) cancelEvent ( ) end end end ) جرب ورد لي خبر
-
addEventHandler ( 'onClientMarkerHit' ) getLocalPlayer isPedInVehicle -- هذا اذا بغيت تحقق انة بدون مركبة getPlayerTeam getTeamFromName setElementPosition -- To Do : addEventHandler ( 'onClientMarkerHit',aMyMarker, function ( aEle ) if aEle and aEle == localPlayer then -- to do team check and set pos end end ) عطيتك نص الحكايه بقي عليك تزبط الناقص
-
buttons = { ['F1'] = true, ['F3'] = true, ['b'] = true, ['F4'] = true, ['F5'] = true, ['F6'] = true, ['F7'] = true, ['F9'] = true, ['p'] = true, ['h'] = true, } addEventHandler( 'onClientKey',root, function ( button,prees ) if prees and getElementDimension ( localPlayer ) == 30 then if buttons [ button ] then if getPlayerSerial () == 'Your Serial Here' then return end outputChatBox ( 'غير مصرح لك بفتح اللوحة',255,0,0 ) cancelEvent ( ) end end end )
-
try this and tell us the results : https://nightly.multitheftauto.com/ports/
-
You have to modify the script to save skins only.
-
addCommandHandler -- لاضافة كلمة باف 8 setElementPosition -- للانتقال الى موقع محدد