3ssol Posted April 8, 2013 Share Posted April 8, 2013 سلام عليكم شباب بغيت كود اقفال الوارب ابي لما واحد يجيني وارب يطلعله هذا الاعب مقفل الوارب وشكرا Link to comment
فاّرس Posted April 8, 2013 Share Posted April 8, 2013 تقدر تستخدم,, getElementsByType getPlayerFromNick setElementData outputChatBox الكود مو سهل Link to comment
iPrestege Posted April 8, 2013 Share Posted April 8, 2013 local CanWarp = false addCommandHandler("Lock", function ( ) if CanWarp == false then CanWarp = true; setElementData(localPlayer,"CanWarp",true); outputChatBox("true"); else CanWarp = false; setElementData(localPlayer,"CanWarp",false); outputChatBox("false"); end; end ) addEventHandler("onClientGUIClick",Button, function ( ) local Get = guiGridListGetItemText ( GridList, guiGridListGetSelectedItem ( GridList ), 1 ); if guiGridListGetSelectedItem( GridList ) == -1 then return outputChatBox("* Please Choose Player") end; local Plr = getPlayerFromName(Get); x,y,z = getElementPosition(Plr); if x and y and z then if getElementData(Plr,"CanWarp") == true then setElementPosition(localPlayer,x,y,z); outputChatBox("Data = true",255,255,0,true); else outputChatBox("Data = false",255,0,0,true); end; end; end,false ) تفعيل الداتا Lock تكتبها يفعلها تكتبها يلغيها تكتبها يفعلها تكتبها يلغيها وهذا المثال يوم تضغط على اسم الاعب من لستة يجيب اسمة من اللستة ويجيب احداثياتة واذا كانت الداتا ترو ينقلك اذا لا يقولك انة الداتا مقفلة مجرد مثال بسيط .. كلنت Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now