Jump to content

Minotaur

Members
  • Posts

    134
  • Joined

  • Last visited

Everything posted by Minotaur

  1. What do you mean my friend?
  2. Hát elég jó lenne ha lenne valaki kéne egy ici pici segitség előre is köszönök mindent !
  3. I mean skin saver for everyone the player type /skin, a window is appear where skins to load, skins to save , and skins to delete i hope you understand
  4. Or the skin saver is good
  5. Hey everybody. I want cj clothes saver with window for example the bookmarks i want to type this /skin the window is appear Thanks in advence all
  6. DNL291 I love you man thanks
  7. I want teleport bind for example i press 1 teleport to the medic station
  8. How to bind position???
  9. But i dont know the clothes id's
  10. How to upload clothes mod to mta server?
  11. IYAMA i dont understand this script how to disble the warp?
  12. but just because you say you do not know. It would be good if they could possibly help pages you sent me did not know much at it
  13. Hey everybody how to i create one window like the falloffbike? beside the falloff bike. PLEASE ANYBODY HELP ME I HAVE THE TOGGLE WARP SCRIPT BUT I WANT THE TOGGLE WARP WINDOW :(
  14. thank you and how to do a window like falloffbike? immediately for the falloffbike. and i put it this to fr_client so: --------------------------- -- Warp toggle ------------------------- 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)
  15. i create this in fr_client but not work --------------------------- -- Warp toggle --------------------------- function warpMe(targetPlayer) if getElementData(targetPlayer,"warp.status") then outputChatBox ( "This player has disabled warping.", source, 255, 0, 0 ) return end ..
  16. Minotaur

    Toggle Warp

    Anybody please help me i want toggle warp button like falloff bike If you would like checked you can warp, If not checked you can not warp, and the person who want to warp and wished him on the warp you wrote this:this player dont allowed the warp thank you
  17. and where can i find custom user gta:data
  18. I made it to a script but something is not right. function setanimation() if engineLoadIFP("data/ped.ifp") then setPedAnimation(getLocalPlayer(), "DANCING", "gangnam_style") end end addCommandHandler("animation", setanimation) "lukry" version="1.0" type="script" />
  19. I have ped.ifp file how to put this to my server? and i want it for the anims/dancing/gangnam_style. please anybody help me
  20. Hello everyone i have one question how to put this mod to the my sever? http://playmods.blogspot.hu/2012/10/taniec-gangam-style.html
×
×
  • Create New...