Jump to content

PaiN^

Members
  • Posts

    2,258
  • Joined

  • Last visited

Everything posted by PaiN^

  1. أظن يقصد الإصدارات القديمة من اللعبة
  2. Could work, But i don't recommend it .. Because adding to much triggers make lag ..!
  3. I didn't try it before, But i think it should ..
  4. If a moderation system is developed in community, Then i would like to become a moderator as well .. I'm helpful, Almost around 24/7 and can speak both Arabic and English languages fluently ..
  5. You have an extra comma in line 40, Before "spawn"
  6. PaiN^

    [WIP]MTAM

    I know that there is a lot of people waiting for your script, I'm one of them .. Please don't stop working on it =D ..
  7. I say it's better to use "onMarkerLeave" instead, Cause on Client side the movement will appear only to the client player, But on Server side it'll appear to everyone
  8. صدقني لو أقنعت نفسك بهذا الشي عمرك ما راح تفهم والله إن البرمجة سهلة وما يحتاج لها إنت بس شد شوي وصدقني بتضحك على نفسك بعد فترة كل المطلوب إنجليزي + صبر وصدقني بتجيبها ولا ترى محد فهم للبرمجة في يومين ذذ + تذكر إن أحسن طريقة تتعلم فيها إنك تغلط, فلا تخاف من أغلاطك أبداً
  9. addEventHandler( "onPlayerSpawn", root, function( ) local playerSkin = getElementModel( source ); if( playerSkin == 287 or 286 ) then giveWeapon( source, 31, 100 ); elseif( playerSkin == 285 ) then giveWeapon( source, 22, 100 ); end end )
  10. You mean you want a specific or random skin on a specific player when he spawn ?
  11. PaiN^

    I need Help

    -- line 1 GUIGUI -- ??? -- lines 49, 51 guiSetText(ed1, "") guiSetText(ed1, playername) -- Why twice ??? -- line 73 addEventHandler( "hideLoginWindow", getRootElement(), hideLoginWindow ) -- There is no function with that name !! -- last 2 lines addEventHandler ( "onClientGUIClick", loginbtn, onClickBtn, false ) addEventHandler ( "onClientGUIClick", regbtn, onClickBtn2, false ) -- again, why twice ???
  12. And don't forget to use getPlayerSerial ( if you want the GUI to open only for you ! )
  13. أنا ما أقصد كذا ذذ أنا قصدي لو تبي مساعدة في لوحة إكتب مثلا x[ مساعدة في لوحة ]x عشان لو جا أحد وخش المنتدى يبغى شي عن اللوح يعرف وين يدور وبس
  14. + x[ طلب ]x خلي إسم الموضوع يدل عليه, مو
  15. أعتقد لازم تسويه سيرفر بعدين تسويله تريقر في الكلنت + مشكورين كل من ساعدوني, ماقصرتوا
  16. You can use Notepad++ with MTA highlight. I do recommend Notepad++, It's really great !
  17. Nice idea, Great Execute . It's to bad that a great scripter like you will leave Wish you the best of luck ...
  18. PaiN^

    [WIP]MTAM

    I think you should continue working on it, But if you could add the multi-server system It would be great !
  19. Yes, But he may go near someone else's car and lock it =/ I don't think it's the best solution ..
  20. Hmm .. Check your admin resource, Make sure All functions are set to true at The acl.xml , Then shut down your server and start it again ..
  21. Add user.minepro to the Console group in your ACL.xml file, If you already have, Then post your ACL.xml file ..
×
×
  • Create New...