-
Posts
7,337 -
Joined
-
Days Won
11
Everything posted by TAPL
-
Disable fire control. toggleControl
-
This all mess and make no sense.
-
Make no sense. So when you want to change the wanted level you use setPlayerWantedLevel but before you use it make sure that the player aren't inside the col isElementWithinColShape or the player inside the col but his wanted level not 0 getPlayerWantedLevel. What a waste of time.
-
Make no sense. So when you want to change the wanted level you use setPlayerWantedLevel but before you use it make sure that the player aren't inside the col isElementWithinColShape or the player inside the col but his wanted level not 0 getPlayerWantedLevel.
-
غيرته الى سورس هو كان مستخدم فنكشنات قديمه . . وحولتها وماشفت شي بالكود غير كذا . سورس معرف وين؟ ههههههه الأفضل تجرب كودك قبل ما تطرحه
-
Server - Syntax 1 bindKey ( player thePlayer, string key, string keyState, function handlerFunction, [ var arguments, ... ] )
-
I guess you're using leaked scripts (vG) while we don't give support with leaked scripts.
-
What the point of the element data when you already have the function doesPedHaveJetPack available client and server side?
-
Try this. function outputChange(dataName,oldValue) if getElementType(source) == "player" and dataName == "Army.rank" and oldValue then local newValue = getElementData(source,dataName) outputChatBox("Congratulations your rank now is #FFFFFF'"..tostring(newValue).."'",source, 255, 0, 0, true) triggerClientEvent(source, "onRankUp", source) end end addEventHandler("onElementDataChange",getRootElement(),outputChange)
-
^^ طيب الحين وش دخل الليبل و الهريس ذا
-
أنت فاهم غلط شي و الملف الي ينحفظ في مجلد المودات شي ثاني MySQL تحتاج إلى سيرفر خارجي MySQL قاعدة بيانات registry.db و ينحفظ في ملف SQLite ذا executeSQLQuery فنكشن قواعد البيانات القديم الي اسمه MySQL و SQLite ذا تقدر تسوي عن طريقة dbConnect الفنكشن الجديد راح ينحفظ ملف قاعدة البيانات في مجلد المودات SQLite إذا سويت راح ينحفظ في السيرفر الخارجي MySQL
-
افتح الروابط و اقرأ و افهم ولا تصير كسول و تعتمد على الآخرين https://wiki.multitheftauto.com/wiki/GuiSetVisible https://wiki.multitheftauto.com/wiki/ShowCursor
-
عشان الغبي ذا الي مسمي نفسه زيم و مسوي فيديو باليوتيوب؟ وش دخل اسمه بالسالفه ههههههههه bullet_sync ذي خاصية جديدة اضيفت في اصدار 1.2 اسمها mtaserver.conf و تقدر تشغلها من ملف https://wiki.multitheftauto.com/wiki/Server_mtaserver.conf#bullet_sync
-
طيب ليه تقول عنه زيم من وين جبت التسمية ذي بالضبط؟
-
2.0 مافيه احد عنده كل الي شفتهم 1.0 بس فاكين التشفير و مغيرين الرقم إلى 2.0 و ياليت تقول لنا وش الزيم ذا بالضبط
-
http://www.delux-host.com/main/contact
-
قرأت الكلام ذا؟ فهمت معناته؟ او تحتاج احد يترجمة لك
-
if isObjectInACLGroup("PST_Army"..Deadusergroup, aclGetGroup("Dead")) then Should be: if isObjectInACLGroup("user."..Deadusergroup, aclGetGroup("Dead")) then
-
Try increase the size of the marker. And make sure it server side and your account name is added in acl group 'Dead'.
-
Something like this? setTimer(function() local specList = {} for k,v in ipairs(getElementsByType("player")) do local target = getCameraTarget(v) if target and (target ~= v) then if not specList[target] then specList[target] = {} end local team = getPlayerTeam(v) if team then local r, g, b = getTeamColor(team) specList[target][#specList[target]+1] = string.format("#%.2X%.2X%.2X", r, g, b)..getPlayerName(v) else specList[target][#specList[target]+1] = string.format("#%.2X%.2X%.2X", 255, 255, 255)..getPlayerName(v) end end end
-
You need to remove the event onClientRender. removeEventHandler
-
لوكل بلاير حاطها مرتين ليه ._.
-
takePlayerMoney setPlayerTeam
