Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Days Won

    27

Everything posted by iPrestege

  1. واستخدمها في السيرفر سايد للكل عشان تظهر
  2. حاول تبحث عن الفنكشن اللي يحطهم في عالم وهمي setElemenetDimension وعدلة للعالم اللي تبية
  3. تاكد انك تخلي القيم مود بنفس الاسم لا تغيرة واقصد اللوج حق السيرفر افتحة وشف الاخطاء الديبوج سكربت ماراح يعطيك اياها
  4. You are using the event 'onClientGUIClick' with wrong way marker is not a gui element anyway you should make a new function with the 'onClientGUIClick' and check every button is the button you want to be clicked and do what ever you want .
  5. I'm not seeing a render also as @Gravestone said i suggest to make a data in the server and sync it with client side.
  6. No i don't think they are the same i guess but i'm using exports and it's fine with me working perfect .
  7. Any time ask me here what you want?
  8. -- Add this under create window function : guiSetVisible ( GUIEditor_Window[1],false ) And let's see.
  9. No you can't don't unless use exports or triggers.
  10. It's not a solution to make it server side client is easier does the debugscript 3 output anything? are you sure about the position?
  11. try this : local marker = createMarker ( 1615.48865,-1506.98303,12.20866,"cylinder",2,255,0,0,255 ) GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Window[1] = guiCreateWindow(0.5399,0.6794,0.4063,0.456,"Drug Delivery System ",true) GUIEditor_Button[1] = guiCreateButton(317,345,68,40,"Accept",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(245,346,68,39,"Cancel",false,GUIEditor_Window[1]) GUIEditor_Memo[1] = guiCreateMemo(18,33,438,102,"Deliver the Car to the blip on the radar in LV .\nIf there is any bugs report it to the owners.",false,GUIEditor_Window[1]) guiMemoSetReadOnly(GUIEditor_Memo[1],true) function ToggleDDMenu ( hit ) if ( hit and hit == localPlayer ) then if eventName == 'onClientMarkerHit' then guiSetVisible ( GUIEditor_Window[1],true ) showCursor ( true ) elseif eventName == 'onClientMarkerLeave' then guiSetVisible ( GUIEditor_Window[1],false ) showCursor ( false ) end end end addEventHandler("onClientMarkerHit",marker,ToggleDDMenu) addEventHandler("onClientMarkerLeave",marker,ToggleDDMenu) PS. Use the wiki to know the events in client and server side and functions also.
  12. As what @quindo said also Why are you using 'onMarkerHit' , In client side for sure it will not work and you should use 'onClientMarkerHit' + check the hit is a local player and if he was in vehicle or not.
  13. What you mean by you have five lines instead of one the same message apper 5 times? is there any errors? Post the hole new code.
  14. Try something like this: addEventHandler('onClientPlayerChangeNick',root, function ( lastNick, newNick ) local pText = ''..lastNick..' Change nick: '..newNick'' if ( pText ) then table.insert( szovegek,{pText}) else outputDebugString( 'Error getting info of player',1 ) end end )
  15. No use it in client or make a trigger.
  16. For sure it will be table isn't defined in server side use 'onClientPlayerChangeNick' insted. Also you are using table.insert with wrong way it should be table.insert ( table,{ Value } )
  17. كود عناد مسوية باسهل طريقة مسوي لك داتا وجايب دولة الاعب ومخزنها بالداتا ومسوي تايمر تحقق وانتهى
  18. @3NAD بالنسبة للمشكلة هذي اعتقد انه السبب فيها انك كنت في المنتدى السابق رتبتك في المنتدى مشرف سابق لكن الان بعد تغيير المنتدى صار حوسة في القروبات عموماً ارسل رسالة لـ @jhxp وقلة فيها انك مانت قادر تكتب في القسم ويجيك انة مالك صلاحية وانه من الممكن سببها انك في المنتدى السابق كنت مشرف سابق @3NAD الحين بيطلع للجميع كذا فية مشرف شال الموضوع اللي كتبتة لذلك يطلع لك كذا لكن بالنسبة لمشكلتك مثل ماقلت لك كلم جاك عنها
  19. كذا ما راح نقدر نسوي لك شيء فرصة سعيدة .
  20. createCode هذي الوظيفة من الاعب اللي يشغلها
  21. سوية SQL افضل للسيرفر من الاق XML
  22. ابحث في المنتدى عن طرق حفظ الحساب والرقم السري.
×
×
  • Create New...