Turbesz Posted July 19, 2016 Share Posted July 19, 2016 Szeretnék egy olyan 'cuccot' betenni freeroam-ba, ami offolja vagy épp bekapcsolja a Warpot. Itt már van egy 'script kód': function warpTo(leaf) if not leaf then leaf = getSelectedGridListLeaf(wndWarp, 'playerlist') if not leaf then return end end local player = getPlayerFromNick(leaf.name) if player then if getElementData(player,"warp.status") then outputChatBox ( "This player has disabled warping.", player, 255, 0, 0 ) return end -- added server.warpMe(player) end closeWindow(wndWarp) end function warpToCommand(cmd, player) if player then player = getPlayerFromNick(player) if player then if getElementData(player,"warp.status") then outputChatBox ( "This player has disabled warping.", player, 255, 0, 0 ) return end --added server.warpMe(player) end else createWindow(wndWarp) showCursor(true) end end addCommandHandler('warpto', warpToCommand) addCommandHandler('wt', warpToCommand) Csak az a gond ezzel, hogy ide nem tudom beírni úgy hogy működjön is: {'chk', id='jetpack', onclick=toggleJetPack}, {'chk', id='falloff', text='Fall of Bike', onclick=toggleFallOffBike}, {'chk', id='warp.status', text='Warp', onclick=warpMe, width=80}, Már mindenféle variációt próbáltam, de semmi.. Vagy a 'script kód' se jó? Köszi előre is a válaszokat! Link to comment
dugasz1 Posted July 19, 2016 Share Posted July 19, 2016 A többi (toggleFallOffBike .. ) működik? Vagy ez minek a részlete ez a táblázat részlet a freeroamos F1 menünek? Link to comment
Turbesz Posted July 19, 2016 Author Share Posted July 19, 2016 Igen, működik. Csak azért raktam oda azt a cuccot, mert lehet ott rontottam el valamit a warpos cuccal. Link to comment
dugasz1 Posted September 10, 2016 Share Posted September 10, 2016 Bocs hogy csak most vettem észre hogy válaszotál. "onclick=warpMe" itt lehet a hiba. Nincs olyan hogy warpMe funkció, warpTo meg warpToCommand . Nem tudom pontosan hogy működik a scripted de szerintem oda a funkció kell amit meghív majd. 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