#Al-Ha[J]aRii
Members-
Posts
482 -
Joined
-
Last visited
Everything posted by #Al-Ha[J]aRii
-
قصدك ان هو شات زي القروب سيستم يتكلم ويه فقط مال القروب لاكن هذه حق ادمنيه يتكلمون فقط الادمنيه فيه ؟
-
hi guys how are you ? i need a tut for grid-list anyone have ? and thank you .
-
MTABahtainHOST استضافة ام تي اي البحرين |SMSتم اضافة
#Al-Ha[J]aRii replied to MTABahrain's topic in الاستضافات
بالـتوفيق -
horn To change no. To make a costum one yes. wil make it's with playSound3D getElementModel table bindKey ?
-
triggerServerEvent ----- Client Only getLocalPlayer ---- Client Only
-
hi Scripting section . can I change car sound ??? I have the sound that I want it to replace the sound car
-
اطرح الكود يالي تجيك منه سياره
-
اولا انت سويت ترايقر من السيرفر الى كلنت ؟ وهذه يجعل النافذة تختفي لين كانت مرئيه اعتقد انك ناسخنه ذذ
-
addEventHandler ("onClientGUIClick", root, function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end ) الى : addEventHandler ("onClientGUIClick", root, function() if ( source == GUIEditor_Button[2] ) then triggerServerEvent("Login",getLocalPlayer(), guiGetText(user), guiGetText(pass)) end end )
-
يقول لك انت مسوي ترايقر و الترايقر مو محطوط في جهة السيرفر
-
كيف لين تظهر النافدة تخليه مايطلع الماوس استبدل سطر 8 بـــــــــــــــــــــــــــــ showCursor (true)
-
password > Password 7 امسح سطر و استخدم addAccount وكودك خطاء مادري من وين ناسخنه
-
لايوجد سيارة ID = 605 هذه الغلط ذذ لا موجوده ذذ هههههههه سهران و مادري مخي وين راح المهم انا جربت الكود و سويت للسيارة احداثيات و الكود تمام و شغال يمكن المشكلة من الاحداثيات في الجدول : Position = { [1] = {2495.6311035156,-1670.9040527344,13.335947036743}, [2] = {2478.4775390625,-1668.4677734375,13.330327033997}, [3] = {2479.5393066406,-1655.3582763672,13.311396598816}, } addCommandHandler("set", function(player) if getElementType(player) == 'player' then Pos_X,Pos_Y,Pos_Z = unpack(Position[math.random(#Position)]) setElementPosition(player,Pos_X,Pos_Y,Pos_Z) local Position_X,Position_Y,Position_Z = getElementPosition(player) Car = createVehicle(605,Position_X,Position_Y,Position_Z) warpPedIntoVehicle(player,Car) end end )
-
لايوجد سيارة ID = 605 هذه الغلط ذذ
-
read carefully read carefully wiki for removeCommandHandler + his command he using with addCommandHandler it's addCommandHandler("eventwarp", ..........) ok ? and in his Code There are no Command Name "Warp" and wiki said :
-
I said he can change "onClientPlayerDamage" to "onPlayerDamage" with out using trigger
-
و الزر وين راح ذذ كذا ماراح يحتاج الزر لين ضغط على القريد لست بينقله الى ........ الي اساميهم في القريد لست لو يبيه بزر يستبدل القريد لست بزر في الكود
-
He'll have to trigger to the server side to give the money. triggerServerEvent i think he can not use it's from change the event damage from client to server .
-
this function remove event handler , that you add him with addCommandHandler . so he addCommandHandler with name eventwarp
-
you must add the event you maked triggered to server side + you'r trigger must be like this triggerServerEvent("onClientCallsServerFunction", localPlayer) and in server side : addEvent("onClientCallsServerFunction",true) addEventHandler("onClientCallsServerFunction",getRootElement( ), function () -------- your code end
-
u can explain more .. you want it full? addEventHandler( "onResourceStart", function () removeEventHandler("Warp") end ) did you read wiki for this function befor you post it's and it's wrong.
-
I mean you want example for witch function ???
-
you want example for ?
