-
Posts
2,013 -
Joined
-
Last visited
Everything posted by iMr.SFA7
-
getPlayerSerial
-
"onClientRender" dxDrawRectangle setTimer isTimer - killTimer
-
أنت حاطه يحفظ ع السيريال getPlayerSerial حولها لـ getPlayerAccount
-
سوي اثنين dxDrawRectangle الأول حطه طويل وحطه شفآف والثاني حطه دآخله ولونه الي تبيه ! وخله يتحرك وبس
-
-- Server Side Zombe3 = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2 ) addEventHandler("onPedWasted", root, function (_,killer) if (killer) then if (getElementType ( killer) == "player") and (getElementType ( source ) == "ped") then if (getElementData (source, "zombie") == true) then if ( isElementWithinColShape ( killer, Zombe3 ) ) then local kills = getElementData ( killer, "Zombi_Kills" ) setElementData ( killer, "Zombi_Kills", kills + 1 ) end end end end end ) addEventHandler ( "onPlayerWasted", root, function (_,killer) if ( killer ) and ( source ~= killer ) then local kills = getElementData ( source, "Zombi_Kills" ) outputChatBox ( "* total Zombies kill "..tonumber ( kills ), source, 255, 255, 255, true ) end end ) جرب كذآ
-
-- Server Side Zombe3 = createColRectangle ( -1137.5582, 1018.7025, 176.75, 95.25, 2 ) addEventHandler ( "onZombieWasted", root, function ( killer ) if ( killer and getElementType ( killer ) == "player" ) then if ( isElementWithinColShape ( killer, Zombe3 ) ) then local kills = getElementData ( killer, "Zombi_Kills" ) setElementData ( killer, "Zombi_Kills", kills + 1 ) end end end ) addEventHandler ( "onPlayerWasted", root, function (_,killer) if ( killer ) and ( source ~= killer ) then local kills = getElementData ( source, "Zombi_Kills" ) outputChatBox ( "* total Zombies kill "..tonumber ( kills ), source, 255, 255, 255, true ) end end )
-
"onColShapeHit" -- Server Side Only
-
local Group = 'GroupName' addEventHandler ("onPlayerWasted",root, function (_,killer) if ( killer and getElementType ( killer) == "player" )) then if not getPlayerTeam ( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' or getElementData ( source , "Group" ) == Group then return end if ( getPlayerTeam ( killer ) and getTeamName( getPlayerTeam( killer ) ) == 'Police' ) then setElementData ( source , "Spawnx",true ) end end end ) addEventHandler ( "onPlayerSpawn", root, function() if getElementData(source, "Spawnx") then setTimer( function ( ) spawnPlayer ( source, 1574.7687988281,-1680.6424560547,1226.3962402344 ) setElementInterior( source, 1 ) end, 3000,1 ) end end )
-
يعني هو بينقلكك لاحداثيات بس موب الاحداثيات المطلوبة ؟
-
local Group = 'GroupName' addEventHandler ("onPlayerWasted",root, function (_,killer) if ( source and killer and killer ~= source ) then if getPlayerTeam ( source ) and getTeamName( getPlayerTeam( source ) ) == 'Criminals' or getElementData ( source , "Group" ) == Group then if ( getPlayerTeam ( killer ) and getTeamName( getPlayerTeam( killer ) ) == 'Police' ) then setElementData ( source , "Spawnx",true ) end end end end ) addEventHandler ( "onPlayerSpawn", root, function() if ( getElementData(source, "Spawnx")) then setTimer(sp,1000,1,source) function sp( source ) setElementDimension( source, 0 ) setElementPosition( source, 1574.7687988281,-1680.6424560547,1226.3962402344 ) setElementInterior( source, 1 ) end end end )
-
أنت تبي تجيب جروب القاتل ؟؟ فهمني ايش تبي بالضبط وأسويه لكك
-
ايه غير الاحداثيات ! واذا السجن في انترو معين غير الرقم
-
حياكك الله !
-
ياليت توضح الي تبيه بالتفصيل !! كودي هذا اذا احد مات يتحقق هل هم الاثنين في تيم كريمنال يرجع الوظيفة للنهاية واذا القاتل في تيم الشرطة يرسبن المجرم لامات في السجن
-
خلاص غيرها لاف3
-
خلاص مشفر ما تقدر
-
أنت صاحي ولا أنا غلطان؟ كيف موب عندكك وتبي تغير فتح الليفل
-
طيب أفتحه شف اذا مشفر ولالا .. اذا مشفر ما تقدر
-
السكربت مشفر صحيح ؟
-
عدل ع المآبآت وحط اللاعب بالعآلم الوهمي !
-
رآجع هـ الموضوع https://forum.multitheftauto.com/viewtopic.php?f ... 68#p813568 وأربط كود النافذة حقتكـ بالكود حق التآج وأطرح الكود بعد التعديل وأنا بحطهـ لككـ بـ زرين
-
-- Server Side addEvent ( "hassan" , true ) addEventHandler ( "hassan" , root, function ( aa ) local msg = table.concat ( { aa }," " ) d1 = textCreateDisplay() d2 = textCreateTextItem ( msg, 0.5, 0.6, 2, 255, 255, 255, 255, 2.5, "center", "center" ) textDisplayAddText ( d1, d2 ) for _, v in ipairs ( getElementsByType ( "player" ) ) do textDisplayAddObserver ( d1 , v ) end setTimer ( function ( ) textDestroyTextItem ( d2 ) textDestroyDisplay ( d1 ) end ,7000, 1 ) end ) سويته لككـ بعد 7 ثواني يختفي الكلآم أنت عدله للي تبي
-
جواب هذا السؤال في محتوى الفيلم
