-
Posts
56 -
Joined
-
Last visited
-
Days Won
1
Everything posted by #!_A7M8D
-
Can you give me the GTA 4 map for my MTA server?
#!_A7M8D replied to alejandro2895's topic in Support
Hello GTA 4 ( IV ) is the same map of GTA 3 which is liberty city check this may help https://www.youtube.com/watch?v=rkeF3aOphxU Cheers! -
function setPlayerSkin2(thePlayer, commandName, targetPlayerName, skin) if (tonumber(getElementData(thePlayer, "acc:admin") or 0) >= 1) then if not (getPlayerFromName(targetPlayerName)) or not (tonumber(skin)) then outputChatBox("#7cc576Használat:#ffffff /" .. commandName .. " [Név / ID] [Skin ID]", thePlayer, 255, 255, 255, true) else local targetPlayer, targetPlayerName = exports.san_core:findPlayer(thePlayer, targetPlayer) local skin = tonumber(skin) if not (targetPlayer) then outputChatBox(error .. "Nincs ilyen játékos.", thePlayer, 255, 255, 255, true) return end if getElementModel(targetPlayer) == skin then outputChatBox(error .. "A játékoson már ez a skin van.", thePlayer, 255, 255, 255, true) return end if setElementModel(targetPlayer, skin) then outputChatBox("Sikeresen megváltoztattad #7cc576" .. targetPlayerName:gsub("_"," ") .. "#ffffff skinjét. #7cc576(" .. skin .. ")", thePlayer, 255, 255, 255, true) dbExec(con, "UPDATE characters SET skin = ? WHERE ID = ?",skin,getElementData(targetPlayer, "acc:id")) else outputChatBox(error .. "Nem sikerült megváltoztatni #7cc576" .. targetPlayerName:gsub("_"," ") .. "#ffffff skinjét. Hibakód: SSKIN1", thePlayer, 255, 255, 255, true) end end end end addCommandHandler("setskin", setPlayerSkin2, false, false) Hello here is your code , Problem solved - setskin PlayerNick SkinID Cheers !
-
make sure that you put the main folder of the resource for example resources/admin and inside admin the meta file and all script files directly
-
لازم تعدل علي الكود الي هو لما يخش الوظيفة
-
end في الكود بتاع اخذ الوظيفة حطه ضمن التحققات و في الاخر ضيف لو مش عارف حط الكود هنا و هعملهولك
-
addEventHandler( "onPlayerWasted", getRootElement( ), function() if getTeamName(getTeamName(source)) == "Los Santos Vagos" then setTimer( spawnPlayer, 2000, 1, source, 0, 0, 3 ) end end )
-
if getTeamName(getPlayerTeam(thePlayer)) ~= "Police" then وللعلم القسم الصح قسم البرمجة
-
VF #2 معناه انه في مشكلة في ملفات اللعبة ( mta ) anti-virus ف حمل واذا المشكلة إستمرت في شيل اللعبة و صطبها تاني لان كدا في فايرس عمل مشاكل في ملفات اللعبة بالتوفيق
-
تمام استلمت الخادم جاري التجربة..
-
اهلا بيك اولا القسم الصح هنا ثانيا لو كنت بتستخدم مودات الرول بلاي المعروفة التعديل جوا مود admin-system
-
عارف انه قسم عربي لكن دي خطوات من الويندوز شكرا علي المعلومة
-
first of all you need to create a bridge using createObject , then createMarker use onClientMarkerHit then moveObject to make the first move then setTimer with moveObject again to move it to its original position * if you need everone see the bridge while it moving use the above server side and use onMarkerHit Insteat , all the colored texts are functions found here
-
math.ceil turns 1.6 into 2 math.floor removes the decimal 2.9 > 2 , 3.1 > 3 you can use what you want.
-
Right-click your GTA SA folder, uncheck read-only and click the unblock button below it. Else go to permissions and allow Full Access. Apply to all sub-folders and files. Hope it helps.
-
شرح جميل جدا , بالتوفيق ونتمني انك تستمر في السلسة بحيث تفيدنا برضو
-
This problem could caused by more than reason Try to check the video card drivers , generally the pc drivers and try to install any antivirus ( sometimes there is hidden mining virus ) and also check the cpu and gpu and ram usage if nothing happend wait for the MTA Adminstrator to reply
-
me too i have two computers one of them 4g ram and the other 8g ram this problem happend to the low pc therfore i said that this problem from the pc specifications
-
if it heppend only with you i think from your video card and i think also this is shader
-
تقدر تعرف الاساسيات من الاخ UAEpro وبعدها حط حاجات في دماغك و حاول تبرمجها و ولو واجهتك صعوبات تقدر تعرض المشكلة في قسم البرمجة
-
Good job bro , keep going ..
-
بالتوفيق , إن شاء الله نشوفك من كبار الشركات
-
getScreenFromWorldPosition + dxDrawText