Jump to content

davedavy

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by davedavy

  1. I created a script so people can join a interior when then join the marker, but the maker wont appear.

    Code:

    marker = createMarker (2392.6950683594, 2043.826171875, 10.8203125, 'cylinder', 1.0, 255, 255, 255, 255) 
    setElementInterior(marker, 9) 
    

    What's wrong?

  2. Can you to create a code for a vehicle ( so not a walking ped :P )

      
    createPed 
    setElementID 
    createMarker 
    setPedAnimation(pedwalk, "ped", "WALK_civi", -1, 1, 1, 0) -- Anim Walk 
    onMarkerHit 
    setElementRotation or setPedRotation 
    

  3. for the coordinates you can create a EDF and add them using map editor, yours script will read it from the map file.

    to made it full server side you need to attach vehicle to an obiect and move the obiect, it will be synced but it will ignore the world physics.

    example:

    using controlle states on element syncer client is a better way(moving element on syncer client wil synchronize it for all clients).

    example:

    Both methods require the creation of simple AI, obstacle detection is a different story...

    Woow thanks, is there any tutorial how to create carbots or edf files? Or is there any edf file downloadable?

    Sorry for bad english :oops:

  4. Hi ,

    Sorry for my bad english , but , i have a problem,

    when i start AMX , he start a gamemode, ( Advanced Map Xtreme ) but when i start a sa:mp script, it doesnt work...

    I used the windows version of the "amxdeploy" , and uploaded EVERYTHING to my server ( linux ).

    When i need to choose the mta server map , i will get a error. Pleas help me :cry:

    Thanks!

    And again , sorry for my bad english.

×
×
  • Create New...