Jump to content

IIYAMA

Moderators
  • Posts

    6,089
  • Joined

  • Last visited

  • Days Won

    216

Everything posted by IIYAMA

  1. function weaponfire(weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement) if not weapon <= 9 then --x,y,z = getElementPosition(getLocalPlayer()) x, y, z = getPedBonePosition ( getLocalPlayer(), 25 ) if not createProjectile(getLocalPlayer(),16,x,y,z,400) then end end end addEventHandler("onClientPlayerWeaponFire", root, weaponfire) Wiki MTA > https://wiki.multitheftauto.com easy to build.. I only don't know for sure if it works... 16 Grenade 17 Tear Gas Grenade 18 Molotov 19 Rocket (simple) 20 Rocket (heat seeking) 21 Air Bomb 39 Satchel Charge 58 Flare from hydra
  2. IIYAMA

    Hide map

    yes, but if he changed his mind or he is not the only admin on the server. You never know
  3. IIYAMA

    Hide map

    Script by Shadow(add by this person......): ---serverSide function show () local acc = getAccountName(getPlayerAccount( source)) if isObjectInACLGroup('user.'..acc, aclGetGroup('RADAR_ENABLE')) then toggleControl("radar", false) outputChatBox('radar disable',source,255,0,0) else toggleControl("radar", true) outputChatBox('radar enable',source,0,255,255) end addCommandHandler('radar', show) ---clientSide addEventHandler('onClientResourceStart', resourceRoot, function() toggleControl("radar", false) end) end 1 On your server. admin> resources > manage acl > adgroupe "RADAR_ENABLE" 2 Ad user login names to this group and they will be able to have f11 map. (adobjects "user.") The command to make it visible is now: "radar" thx to shadow.
  4. IIYAMA

    Hide map

    https://wiki.multitheftauto.com/wiki/ToggleControl client and server side and you want client side client: toggleControl("radar", false) You better take a good look at X-SHADOW his script. function stopMap ( ) local getElementData ( "radar_allow" ) if radar_allow == 1 then toggleControl("radar", true) else toggleControl("radar", false) end end addEventHandler ( "onClientResourceStart", resourceRoot, stopMap )
  5. IIYAMA

    Hide map

    btw I looked on google for disable f11 and I found this. https://forum.multitheftauto.com/viewtop ... 91&t=37288 I hope this will help you. ;D Regards IIYAMA >>>>>radar = Toggles the radar-map showing
  6. Do I look stuppit? I know exactly what he wants. as I said you must force it of the rail and move it by script to another, when you hit something like a colshape. It is not possible to set the switch from rail to rail, because this is not possible in normal GTA SAN! There are mods for switches, but as far I know they can't be added in mta.
  7. Maybe you can force it of the train rail, by using https://wiki.multitheftauto.com/wiki/SetTrainDerailable and https://wiki.multitheftauto.com/wiki/SetElementVelocity
  8. IIYAMA

    Hide map

    He isn't clear about "map" he is talking about. Yes you are right about that. I have never seen the map in the escape menu, so I thought he meant "f11". I don't know all the possibility's of lua in combination with mta, so please. Stop flaming at me, everybody have the right to reply as long it is no spam and it has to do with the subject.
  9. IIYAMA

    Hide map

    Can't you cancel the button with cancelevent?
  10. ok, this was very clear information. thx
  11. Elseif is something like "other" But why not?> if yes == 1 then if yes ==2 then end if yes ==3 then end if yes ==4 then end if yes ==5 then end end and else"is something like "or" ???????? I am right or wrong?
  12. I love it To set degrees in negative value. It is much easier and you can also use it, when you want a map being symmetrical. I recommend you to use it.
  13. But if you set damage proof will the fire go out?
  14. 3.) How to create this fence with red light?: You can copie these lamp at the mountain on the left corner. Highest corner. (red is only visible at night) The road with red can't be found at the same stat. This road has an .txd file. https://wiki.multitheftauto.com/wiki/EngineImportTXD You can find this mod/txd in your client folder. It is not a shame people don't know the objects, there are very much objects. Only mappers who make much race maps, they mind these objects. It is a shame you are to lazy to search for it. -_-" I am not a person who is interesting in race. I make maps for stealth, end of the question.
  15. better open your ports. It will solve it for 70 %.
  16. Yes I have same problem sometimes. It is called download error. The data wont be sent from the server to the client. and the strange thing is that it not count for all the users. Some can join and some can't. Are you using hamachi? /this is not a topic for the script section but can be cause by a script/
  17. IIYAMA

    About lines

    and if you write it like this: if object == 2 or (object == 1) then Will it first check 1 and than it will check 2? or still 2 > 1. In math first thing to do > ( ) ?
  18. Flash is the programme with the most possibilities and heavy But you can use scripts ;D (swf)
  19. IIYAMA

    Recording Map

    ok I will check that out.
  20. It is not possible to edit this in mta, but you are able to remove objects. So you can set other buildings at the same place.
  21. IIYAMA

    Recording Map

    The best program is fraps as far I know. But I recommend to put your resolution lower. As DRk said, I am not sure your able to record. I am using DDR2 4 gb RAM and a vid ati randeon 5770, 1080p resolution, E8400 cpu 3 ghz. - ENB mod for loading more objects. - High quality settings mta. Will be as result 20/30 fps. Recording program's are heavy, I can tell you that. But you can always try fraps.
  22. en nu doe je Race/dd? Ik host nu samen met mijn vriend een gefixte stealth. GCC stealth server. Het zou leuk zijn als oude stealth players, deze versie ook is proberen btw ik heb een stuk of 5 anderen Nederlanders in de stealth clan die daar ook spelen.
×
×
  • Create New...