Jump to content

* Fix - setElementModel .


Recommended Posts

سلام عليكم ورحمة الله وبركاته ,

انا ابي يوم حدد ع القريد ليست

ويظغط استخدام

تجيه شخصيه

addEventHandler("onClientGUIClick",root, function ( ) 
 if source == use then 
 local sel = guiGridListGetSelectedItem(grid) 
 local id = guiGridListGetItemData(grid,sel,1) 
 setElementModel(localPlayer,id) 
 elseif source == close then 
 guiSetVisible(skin,false) 
showCursor(false) 
end 
 end) 

الخطأ ب

setElementModel

Link to comment
addEventHandler("onClientGUIClick",root, function ( ) 
 if source == use then 
        local row, col = guiGridListGetSelectedItem( skin_grid ) 
        local id = guiGridListGetItemData(grid,row, col) 
if row ~= -1 then 
        setElementModel(localPlayer,id) 
 elseif source == close then 
        guiSetVisible(skin,false) 
        showCursor(false) 
        end 
    end 
end) 

مآجربته

Link to comment

function setTimeMode(kemo) 
if not tonumber(kemo) then return end 
if kemo == 0 then 
setTime(12, 0) 
setMinuteDuration(1000) 
elseif kemo == 1 then  
setMinuteDuration(100000000000000000) 
elseif kemo == 2 then  
setMinuteDuration(60000) 
setTime(getRealTime().hour, getRealTime().minute) 
end 
end 

الفايدهـ

انهـ يسوي اوضـآع للـتـآيم حق العبه

وضع رقم

0

الوضع الطبيعي

وضع رقم

1

يجمد التايم ما يتحركـ

وضع رقم

2

يخلي وقت العبهـ مثل الوقت الحقيقي

الفنكش يصلح كلنت وسيرفر

مثال على طريقه الاستخدام

  
--serverside 
addCommandHandler("testTime", 
function (_,_,num) 
setTimeMode(2) 
end) 

هذا يفيدك :mrgreen:

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...