Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. دامكـ سويت اطرح اللي سويتة ..
  2. number = ? local number = 0 numbersTable = { [1] = "Welcome", [2] = "Bye", }; bindKey ( "arrow_l", "down", function ( ) number = ( number +1 ) or 1 outputChatBox ( numbersTable [ number ] or "n/a" ) end )
  3. الحين فيه وضيفه يوم يخلص كل المودات او يوم يخلص تحميل ؟ وش دخلة وظيفة وظائف الكلنت ماتشتغل الا يوم يشتغل الكلنت بعد التحميل ..
  4. setCameraMatrix bindKey dxDrawText onClientRender
  5. ياكثرها ؟ الاجانب أفضل من الاستضافات العربية .. صدقاَ .. عملاَ .. و الخوادم أفضل والمشاكل أقل تقولي بدون ترخيص ؟ مسروقة؟ ( = الحين Woovie مسؤول معنا بالاستضافة نآئب اداري يجي ويتكلم معك واشرح لة المسروق .. وبيجي صآحب الاستضافة .. وتفآهم معهم وعلمنآ وش المسروق ي طويل العمر .. العرب كم واحد طلب مني ؟ بس آخر شيء افكر فية اقبل معهم خصوصا انه بينهم عداوهـ ..الخ ((= .. !
  6. ع اليوزر بتجيب اخر وقت انحفظ بة حسابة ..
  7. حاليا : onClientResourcetart لاحقا بـ الاصدار 1.4 التيم بيـضيف هالحدث : onClientDowloadFinish
  8. -- Server Side -- textCreateDisplay textDisplayAddObserver textDisplayAddText textCreateTextItem -- On Trigger From Client textDisplayRemoveObserver onResourceStart -- Client Side -- triggerServerEvent onClientResourceStart
  9. You're insert and get results from a doesn't exists columns .
  10. لول ذا يجيب الوقت الاصلي .. هو يبي وقت الـ السكربت حق سوليد ..
  11. You can remove it yes and add the column as what you want .
  12. Doesn't matter it's both . addEventHandler('onResourceStart',getResourceRootElement ( getThisResource ( ) ), function ( ) executeSQLQuery ( 'CREATE TABLE IF NOT EXISTS `Like UnLike System` ( MyCoulmn[1],MyCoulmn[2],MyCoulmn[3] )' ) end ) You can add \ remove column .
  13. موهوب ضروري اذا تحتاجة استخدمة او حطة بـ معنى أوضح ..
  14. هذا شيء محدد من الويكي كل حدث ولة سورس هذي بعض الامثلة حدث : onMarkerHit : The source of this event is the marker that got hit by the element. ( الماركر اللي انلمس ) مكتوب بـ الويكي .. Source onPlayerMarkerHit : The source of this event is the player that hit the marker. ( الاعب اللي لمس الماركر ) من الويكي .. Source onPlayerVehicleEnter : The source of this event is the player that entered the vehicle. ( الاعب اللي دخل السيارهـ ) onVehicleEnter : The source of this event is the vehicle that was entered. ( السيارهـ اللي دخلها الاعب ) أتمنى تكون فهمت السالفة ..
  15. bool triggerClientEvent ( [element sendTo=getRootElement()], string name, element theElement, [arguments...] ) What? "sendTo" argument is optional. And I'm sure he wants to show text to all players. Yes because that if you don't set the first argument to source it will be set to root automatically. P.S : Sorry i was thinking he want it to the player only.
  16. Never say i will not learn if you said that you're in the wrong section . P.S : Good tut : https://forum.multitheftauto.com/viewtopic.php?f=148&t=38203.
  17. bool triggerClientEvent ( [element sendTo=getRootElement()], string name, element theElement, [arguments...] )
  18. That's not right, to change spawnpoints, you must go to "play/broph.map". He's saying that because the 'freeroam' Setting as a gamemode at the 'Community' . But it's still wrong .
  19. Castillo i know but if you add a new server it will not work . No idea why My server online but it's offline in game-state : http://www.game-state.eu/5.45.176.200:2013/ I add it before a week ago.
  20. so I wil put results in event PlayerJoin ? and take it when player open the gui window with the bindkey trigger to results ? Insert the results when a player press the button and get the results when a player show a gui .
×
×
  • Create New...