-
Posts
10,056 -
Joined
-
Days Won
27
Everything posted by iPrestege
-
حاول تبحث عن الفنكشن اللي يحطهم في عالم وهمي setElemenetDimension وعدلة للعالم اللي تبية
-
تاكد انك تخلي القيم مود بنفس الاسم لا تغيرة واقصد اللوج حق السيرفر افتحة وشف الاخطاء الديبوج سكربت ماراح يعطيك اياها
-
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 .
-
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.
-
Any time ask me here what you want?
-
-- Add this under create window function : guiSetVisible ( GUIEditor_Window[1],false ) And let's see.
-
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?
-
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.
-
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.
-
اللوج حق السيرفر وش يقولك؟
-
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 )
-
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 } )
-
كود عناد مسوية باسهل طريقة مسوي لك داتا وجايب دولة الاعب ومخزنها بالداتا ومسوي تايمر تحقق وانتهى
-
@3NAD بالنسبة للمشكلة هذي اعتقد انه السبب فيها انك كنت في المنتدى السابق رتبتك في المنتدى مشرف سابق لكن الان بعد تغيير المنتدى صار حوسة في القروبات عموماً ارسل رسالة لـ @jhxp وقلة فيها انك مانت قادر تكتب في القسم ويجيك انة مالك صلاحية وانه من الممكن سببها انك في المنتدى السابق كنت مشرف سابق @3NAD الحين بيطلع للجميع كذا فية مشرف شال الموضوع اللي كتبتة لذلك يطلع لك كذا لكن بالنسبة لمشكلتك مثل ماقلت لك كلم جاك عنها
-
شغال معي
-
كذا ما راح نقدر نسوي لك شيء فرصة سعيدة .
-
createCode هذي الوظيفة من الاعب اللي يشغلها
-
سوية SQL افضل للسيرفر من الاق XML
-
ابحث في المنتدى عن طرق حفظ الحساب والرقم السري.