
jafar
Members-
Posts
1,434 -
Joined
-
Last visited
Everything posted by jafar
-
الطلب الثاني "onClientMouseEnter" -- يوم تلمس "onClientMouseLeave" -- يوم تترك
-
كود كنق حط عليه الكلمات وبس ..
-
by ABO-SR777777A on Thu Mar 14, 2013 12:47 pm "-_-
-
outputChatBox getPlayerName onPlayerLogin
-
1 - ذلين المودات كل واحد ليه وظيفة .. وكل واحد ليه فائدة لكن في بعض الأحيان ينقلب لأداة تخريب 2 - افيدك غيري 3 - لازم تنزل مود تاج أدمن
-
-- Server Side thePositions = { { 1514.3770751953, -1677.8481445313, 14.046875 }, { 1515.3770751953, -1677.8481445313, 14.046875 }, { 1516.3770751953, -1677.8481445313, 14.046875 }, { 1517.3770751953, -1677.8481445313, 14.046875 }, } local accName = getAccountName (getPlayerAccount(thePlayer)) if not isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then for _, AllPositions in ipairs ( thePositions ) do createPed ( 300, AllPositions [1], AllPositions [2], AllPositions [3] ) createMarker ( AllPositions [1], AllPositions [2], AllPositions [3] - 1, "cylinder", 5, 0, 0, 0, 0 ) for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do setPedStat ( thePeds, 77, 999 ) setPedWeaponSlot ( thePeds, 3 ) setTimer ( giveWeapon, 3000, 0, thePeds, 25, 9999, true ) end end addEventHandler ( "onMarkerHit", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == theTeam then for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do triggerClientEvent ( thePlayer, "setPedAttacking", thePlayer, thePeds ) end if isPedInVehicle ( thePlayer ) then destroyElement ( getPedOccupiedVehicle ( thePlayer ) ) end end end end ) addEventHandler ( "onMarkerLeave", getResourceRootElement ( getThisResource ( ) ), function ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == theTeam then for _, thePeds in ipairs ( getElementsByType ( "ped", getResourceRootElement ( getThisResource() ) ) ) do triggerClientEvent ( thePlayer, "setPedStanding", thePlayer, thePeds ) setTimer ( giveWeapon, 500, 1, thePeds, 25, 9999, true ) end end end end ) ما تظهر الشخصيات كوبي بست ؟ ..
-
setPedSkin : This function is deprecated. This means that its use is discouraged and that it might not exist in future versions, but there should be an alternative (usually more generic) way of performing what it once did. addEventHandler ( "onPlayerLogin", root, function ( _, Account ) if getAccountName ( Account ) == "Manster" or getAccountName ( Account ) == "danger" or getAccountName ( Account ) == "fhooody" or getAccountName ( Account ) == "sami" then setTimer ( setElementModel,1100,1, source, 217 ) end end )
-
setElementData getElementData
-
أمبي أفهم ليش تبي هالطريقة : / ! عطيناك الكود الصح ف الصفحة الأولى
-
خل كود مستر سعد , وخله سيرفر !!
-
يمكن مسوي فريق للادمنية if isObjectInACLGroup("user."..accName, aclGetGroup("Everyone")) then بالله ذا قروب للأدمنية ؟
-
بدل الإسل : /
-
كثرة التايمرات تجيب لاق ^^ واذا كان التايمر جزء من الثانية هم يجيب لاق
-
وليه ماتخليه كذا؟ addEventHandler("onVehicleStartEnter",root, function (player,seat, jacked) if ( getPlayerTeam(player) == getTeamFromName("Gang") ) then cancelEvent() outputChatBox("* #0069c7You Can't Enter The Vehicle",player,255,0,0,true) end end ) وتقدر تستخدم حدث onClientVehicleStartEnter وتسوي ترايقر للسيرفر ^^
-
مود رهيب تسلم على الطرح = )
-
على فكرة أحمد فيف مانشر المودات
-
getVehicleOccupant fixVehicle getElementHealth
-
مايحتاج أخر وظيفة لأن الصوت ببند تلقائي ..
-
addEventHandler( "onClientResourceStart", resourceRoot, function ( ) sound = playSound("1.mp3") end ) جرب كذا ..