Jump to content

#DRAGON!FIRE

Members
  • Posts

    4,429
  • Joined

  • Last visited

Everything posted by #DRAGON!FIRE

  1. trigger will send just to player because in First arg u put player .. and arg 3 it's the source of event
  2. You do not have to do anything in Client .. because u sent the trigger For Player and Client just for local player
  3. بداية رائعة .. وان شاء الله نشوف سكربتات افضل .. ومشكور ع الجهد .. بالتوفيق .
  4. يبي لكـ تسوي نظام باندات كامل .. ونحفظ سكل وهو سكربت يعني مهو بالصعوبة ذي .
  5. ? .. ترا في كثير مسوينها كيف سويتها فكرتكـ !
  6. >< لو مـآ جربتهـ ما كنت رح اكون متأكد بس متـأكد انهـ يظبط + مجربهـ في الــثــآنيهـ الي كنت اكلمك فيهـآ جربهـ ورح يظبط معك ان شاء الله لو تشتغل فـ ما في مشكلة .. يقدر يستخدم ذي او ذي .. يعني نفس الشي الاختلاف الطريقة فقط .
  7. @ Kemo : لو تنفع للشي ذا .. ما سو الحدث ذا .
  8. ما تنفع .. This event triggers whenever the user presses a button on their keyboard. This event can also be used to see if the client scrolls his mousewheel.
  9. isObjectInACLGroup setCameraMatrix triggerClientEvent "onClientKey" cancelEvent
  10. For Load map is not izi .. u must get the meta of map and get object and info and createObject For last player die .. u must edit race gameMode
  11. غريب .. طيب جرب كذا addEventHandler( "onClientGUIClick", resourceRoot, function ( ) if ( source == removebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListRemoveRow ( gridlist, guiGetText ( addedit ) ) end elseif ( source == onlinebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListSetItemColor ( gridlist, guiGetText ( addedit ), NameCo, 0, 255, 0 ) end elseif ( source == offlinebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListSetItemColor ( gridlist, guiGetText ( addedit ), NameCo, 255, 0, 0 ) end elseif ( source == addbu ) then if ( guiGetText ( addedit ) ~= "" ) then local membername = guiGridListAddRow ( gridlist ) local roWCount = guiGridListGetRowCount ( gridlist ) - ( 1 ) guiGridListSetItemText ( gridlist, membername, NameCo, ""..tonumber ( roWCount ).."- "..guiGetText ( addedit ), false, false ) end end end )
  12. addEventHandler( "onClientGUIClick", resourceRoot, function ( ) if ( source == removebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListRemoveRow ( gridlist, guiGetText ( addedit ) ) end elseif ( source == onlinebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListSetItemColor ( gridlist, guiGetText ( addedit ), NameCo, 0, 255, 0 ) end elseif ( source == offlinebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListSetItemColor ( gridlist, guiGetText ( addedit ), NameCo, 255, 0, 0 ) end elseif ( source == addbu ) then if ( guiGetText ( addedit ) ~= "" ) then local membername = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, membername, NameCo, ""..guiGridListGetRowCount ( gridlist ) - 1.."- "..guiGetText ( addedit ), false, false ) end end end )
  13. يعني تبي اول رو يبدا من 0 ؟
  14. جرب كذا .. : addEventHandler( "onClientGUIClick", resourceRoot, function ( ) if ( source == removebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListRemoveRow ( gridlist, guiGetText ( addedit ) ) end elseif ( source == onlinebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListSetItemColor ( gridlist, guiGetText ( addedit ), NameCo, 0, 255, 0 ) end elseif ( source == offlinebu ) then if ( guiGetText ( addedit ) ~= "" ) then guiGridListSetItemColor ( gridlist, guiGetText ( addedit ), NameCo, 255, 0, 0 ) end elseif ( source == addbu ) then if ( guiGetText ( addedit ) ~= "" ) then local membername = guiGridListAddRow ( gridlist ) guiGridListSetItemText ( gridlist, membername, NameCo, ""..guiGridListGetRowCount ( gridlist ).."- "..guiGetText ( addedit ), false, false ) end end end )
  15. عطني يوم تضيف الرو للستة
  16. اقصد الاندكس حق الرو يعني رقمه 1 2 3 ....
  17. put this code in your script ( team vehicles ) .. and make the vehicles
  18. اعتقد لازم تحط الاندكس حق الرو .. جرب حط الاندكس حق الرو
  19. انا اللي اقصدهـ تحط رقم ولا تحط اسم التكست حق الرو ؟
  20. امم .. انت تحط اسم الرو ولا الاندكس حقه ؟
×
×
  • Create New...