Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. I thinnk the custom anims were suggested before, But i like the running and shoting idea .
  2. الفري روم حق اللعبة مبرمجه واحد من فريق إم تي أي بطريقة صعبة شوي ذذ مداك تبرمج مثله بس يبيلها وقت + خبرة أو عدل على نفس الفري الأصلي
  3. @ #|=x=|K!NG|=x=|# ما ينفع تصلح السيارة كلنت لأن التصليح بيكون وهمي
  4. المود فيه ملف متكرر + ماله داعي تحرق مساحة بكل هذي الملفات, حطه بملف واحد
  5. جميييل ,, بالتوفيق #
  6. I would use SQL, But XML is fine .
  7. كذا أحسن عشان لو يبي يرجعه للوضع الطبيعي addCommandHandler( 'TheCommand', function( ) setElementCollidableWith( localPlayer, root, not isElementCollidableWith( localPlayer, root ) ); end );
  8. داري أنا كلامي ليه هو مو لك ذذ
  9. I think that there is another resource stoping the cursor from showing .
  10. Try this : local myMarker = createMarker( -2620.7634277344, 1376.0603027344, 7.1228446960449, 'cylinder', 2.0, 255, 0, 0, 150 ); setElementInterior( myMarker, 3, 1494.3350, 1305.6510, 1093.2890 ); setElementDimension( myMarker, 3 ); function MarkerHit( hitElement, matchingDimension ) if getElementType( hitElement ) == 'player' then setElementInterior( hitElement, 3, 1494.3350, 1305.6510, 1093.2890 ); end end addEventHandler( 'onMarkerHit', myMarker, MarkerHit );
  11. It's an error from one of your scripts ( Panel ) .
  12. addEventHandler( 'onMarkerHit', resourceRoot, function( hitElement ) عشان يتحقق إن الماركر إلي شغل الحدث من المود resourceRoot إذا كان قصدك على هذا السطر, هو حط يعني مسوينه عن طريق هذا المود فهمت
  13. getPlayerRotation, getVehicleRotation بدل getElementRotation إستخدم
  14. عندك مود تاج صح ؟ لأن في مود يسوي مخرج نص ثاني التاج أو الفري روم أو أي مود
  15. أهاا على كذا بكمل شغل على حقي ذذ لآهنت عالطرح المبدع صراحة, إستمر و بالتوفيق ,,
  16. Does it have admin rights ?
  17. لوول سبقتني والله كنت بخلص حقي و أطرحه بعد الإختبارات أبدعت والله لكن عندي كم سؤال ذذ دحين بعد ما أسوي الماركر و أبغى أظيفله حدث شلون ؟ لو طفيت المود أو سويت ريستارت يختفي الماركر ولا يبقى ؟
  18. local Words = { "removed - Tete, Reason: insults" }; addEventHandler( 'onPlayerChat', root, function( msg , type ) for _,v in ipairs ( Words ) do if string.find( msg,v ) then cancelEvent ( true ); outputChatBox( '#717D7D* [#FF0000 '..getPlayerName( source )..'#717D7D] :#FFFFFF لا إله إلا الله وحده لا شريك له له الملك وله الحمد وهو على كل شئ قدير', root, 255, 0, 0, true ); end end end );
  19. أعتقد القسم الصحيح هو الخوادم ذذ بالتوفيق لكم ,,
  20. local Words = { "removed - Tete, Reason: insults" } addEventHandler("onPlayerChat",getRootElement(), function ( msg , type ) for _,v in ipairs ( Words ) do if ( string.find ( msg,v ) ) then cancelEvent ( true ) outputChatBox("حاول التلفظ بألفاظ بذيئة "..getPlayerName( source ).." اللاعب", root, 255, 0, 0 ) outputChatBox(" لا إله إلا الله وحده لا شريك له له الملك وله الحمد وهو على كل شئ قدير",getRootElement(),255,0,0) end end end )
  21. The source of onMarkerHit event is the marker that got hit, It's dissapearing because you're sending it to another interior .
×
×
  • Create New...