Jump to content

Xwad

Members
  • Posts

    1,089
  • Joined

  • Last visited

Posts posted by Xwad

  1. I started my server perssed p and i went to rescources and there i searched the script named bomber then i click it once and then i wrote the command call(getResourceFromName("bomber"), "regBombMarkers", getElementsByType("marker", getRootElement())) in execute command but then i cant press client: Whats sould i do? sorry for my bad english

  2. I dont understand this instalation:( Can you tell it me easyer pls:D? When i run the server it says of all vehicles that its registered so i dont no whats the problem:((

    Copy archive to resource folder and include resource in your script.

    2) Register markers using one of the following export functions.

    2a) Register all markers as bomb reloading spots

    call(getResourceFromName("bomber"), "regBombMarkers", getElementsByType("marker", getRootElement()))

    2b) Register marker as bomb reloading spot

    call(getResourceFromName("bomber"), "regBombMarker", marker)

    2c) Unregister marker as bomb reloading spot *

    call(getResourceFromName("bomber"), "unregBombMarker", marker)

    2d) Unregister all markers as bomb reloading spots *

    call(getResourceFromName("bomber"), "unregBombMarkers", getElementsByType("marker", getRootElement()))

    3) Play!

    Settings:

    Setting names **:

    - andromada

    - at400

    - beagle

    - cargobob

    - cropduster

    - dodo

    - hunter

    - hydra

    - leviathan

    - maverick

    - nevada

    - newschopper

    - policemaverick

    - raindance

    - rustler

    - seasparrow

    - shamal

    - skimmer

    - sparrow

    - stuntplane

    - coastguard

    - dinghy

    - jetmax

    - launch

    - marquis

    - predator

    - reefer

    - speeder

    - squalo

    - tropic

    - fbirancher

    - patriot

    - policecar

    - policeranger

    - rhino

  3. Hi i want to have a script to my server that allows that the tank cant shoot many times in succession? I mean that if i shoot with the tank and then i can shoot again after 10 sec and after that the same. So if i shoot with the tank then i must wait 10 sec to shoot again.

  4. Hi i do my own MTA server and i need a script that makes it possible to drop bombs from planes. I searched on the internet and i found the following:

    https://forum.multitheftauto.com/viewtopic.php?f=91&t=22648

    This is what i need! The only problem is that it does not work:(

    I put the script in the rescources folder but it dosen't work in the game:( Whats should i do???

    I would be very greatfull if someone could help me..

×
×
  • Create New...