Jump to content

Zadara

Members
  • Posts

    159
  • Joined

  • Last visited

Everything posted by Zadara

  1. Thanks, one question: onVehicleRespawn, when a vehicle spawn just on the beginning, can i use the event also? So when i start the gamemode, the vehicle spawn, can i use then onVehicleRespawn, for that to set something for the veicle? I don't see a OnVehicleSpawn, so i think this is possible... I can't try, my pc is a little bit broken,,,
  2. The problem is that by the onMarkerHit, the source the maker, but i don't want that the source the marker is, but that the source the vehicle is. How can i solv this?
  3. Hi there, I am busy with a little script, but i got one problem, i wanna use a marker to attach a vehicle to a vehicle, i wanna have a callback that is that the vehicle the source is, so i go search on MTA wiki if there is a callback function for: onVehicleMarkerHit, but there is'nt, only onMarkerHit, and OnPlayerMarkerhit. How i can script this so simple has possible? function enterVehicle ( player, seat, jacked ) if ( getVehicleID ( source ) == 476 ) then outputChatBox ("You are enter a Ruslter!.") local x, y, z = getElementPosition( source ) local rcbaron = createVehicle ( 464, x, y, z - 2 ) attachElementToElement( rcbaron, source, 0, 0, -2 ) end end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) Thanks,
  4. I wan't when i shoot a grenade or something, that he is looking not from the normal rocket launcher camera, but from tha camera that's also used when you stouting with a m4.
  5. Hi there, i am busy with a script, that a rocketlauncher let shoot grenade/molotov/satchel/teargas, but one anoying thing on the rocketlaunchers is the view when you shoot, can i chang that view with scripting?
  6. Ithink he meens for normal death match things, so not race.
  7. Hi, there i am a little newbie about server, so i have one question, i wanna disable that the server automatic starts a votemode/votemap or that a player can start a votemode/votemap, how can i do this? Thanks,
  8. Can you give the ip adress of the server or the rescoures?
  9. I can't find the map_edior... Where do you get it? I have already the nightly build, but the map edirot is not installed...
  10. He means when the loadscreens are ending, he is then crashes.
  11. I have the same problem, come on... Help me!
×
×
  • Create New...