Jump to content

Mark Gamer

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Mark Gamer

  1. Mark Gamer

    Help vehs

    Can i do that like vice city or gtasa or gta 5 the ped drive the vehicle? in a correct way and stop if is a vehicle front it
  2. سلام عليكم انا عامل جدول executeSQLQuery و عامل يشيل منه قيمه علي اعتبار الجدول فيه سطرين لهم نفس االقيم ناو لما امسح السطر هذا يتمسح التاني لأنه نفس القيم ازاي اخليه يمسح سطر واحد بس من الجدول حتي لو السطرين لهم نفس الخصائص
  3. executeSQLQuery("DELETE FROM Table WHERE id = 3") this for example , if i has 2 rows has id 3 2 row will be removed i want only 1
  4. Mark Gamer

    Question

    hi all ! i'm using executeSQLQuery to remove a row from table but now i have 2 row with the same content when i removed one , the other one was removed i want to know how to remove only one if the rows num with the same content > 1
  5. Mark Gamer

    help

    u know the car of the fire fighter ? that hit the water into the ground i wanna when it hit the water in ground out put a word in chat
  6. Mark Gamer

    help

    hi ! how can i make that when the fire fighter car hit the water in ground get a word in chat ? explain , i wanna to make fire fighter mod but with the his car not the fire engine
  7. Mark Gamer

    help

    hi ! i want a help i want to change the sound volume of the 'Voice' Mod How can i change it because the voice volume is too too small .. any help please?
  8. Mark Gamer

    Req.

    Pleasee , i want the mod that delete all objects in all interiors mean when you enter interior you will find the wall and floor only
  9. I tried the ex. in wiki but it lifted the car from front not the inside wheel Help please
  10. i want to know how to make the vehicle inside wheel move when the player drive a car like this plz any one help @AfterAll14
  11. how u made the interior of the car ( inside ) work ? please , answer me
  12. Mark Gamer

    Question

    all know the 'voice' mod that when you press z all players in server hear your voice , i want to change ('z') , all files of resource don't contaion 'bineKey' how can i change it ? but not from settings of mta , i want from the resource
  13. Mark Gamer

    help

    how can i put words in it ?
  14. Mark Gamer

    help

    not outputchatbox i want to open the chat box like when player press "t" and write the char in it
  15. Mark Gamer

    help

    how can i do that when i press any key open the chat box and write any word in it for ex. when i press x then chat box open and write ' You Pressed X'
  16. Mark Gamer

    wring

    where is wrong ? addEventHandler("onClientObjectDamage", root, function(loss,attacker) if isElement(attacker) and isPedInVehicle(attacker) then removePedFromVehicle(attacker) end end )
×
×
  • Create New...