Jump to content

SannoX

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by SannoX

  1. I mean, i need skin mod for 1 team can someone help me please>
  2. Hello, i need help with a script i need script to make 1 skin for my own team someone can help me?
  3. SannoX

    Help scripting

    Where to put the Dff and Txd files?
  4. SannoX

    Help scripting

    this is lua file I can meta.xml file?
  5. Hello guys I need help with Vehicles/skins/weapons I want script to my server I don't want to install it in my gta3.img I want script Someone can help with it?
  6. Meta.xml file Lua file: function createTheGate () myGate = createObject ( 3095, 2489.6005859375, -1667.2998046875, 12.300000190735 ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate ) function openMyGate ( ) moveObject ( myGate, 3000, 2489.6000976563, -1667.3000488281, 10.10000038147 ) setTimer ( movingMyGateBack, 5000, 1 ) end addCommandHandler("gate1",openMyGate) function movingMyGateBack () moveObject ( myGate, 3000, 2489.5, -1667.8000488281, 20.799999237061 ) end It's should work?
  7. Hello there, I need help about meta.xml file, I am learning about scripting but I don't really get it function createTheGate () myGate = createObject ( MyObjectID, myGateX, MyGateY, MyGateZ ) end addEventHandler ( "onResourceStart", getResourceRootElement ( getThisResource () ), createTheGate ) function openMyGate ( ) moveObject ( myGate, 3000, NEWX, NEWY, NEWZ ) setTimer ( movingMyGateBack, 5000, 1 ) end addCommandHandler("openmodgate",openMyGate) function movingMyGateBack () moveObject ( myGate, 3000, myGateX, MyGateY, MyGateZ ) end Can you give me this meta.xml file please ?
×
×
  • Create New...