Jump to content

Jokeℝ1472771893

Members
  • Posts

    334
  • Joined

  • Last visited

Everything posted by Jokeℝ1472771893

  1. thnx It's worked ? Yes it's work
  2. I say i do it but don't know ID of ammo and can't find in wiki
  3. thnx dude you know Armor ID to replace?
  4. function ReplaceWeapon ( ) txd = engineLoadTXD ( "m4.txd" ) engineImportTXD ( txd, 31 ) dff = engineLoadDFF ( "m4.dff", 31 ) engineReplaceModel ( dff, 31 ) end addEvent ( "replaceWeapon", true ) addEventHandler ( "replaceWeapon", getRootElement(), ReplaceWeapon ) This is right?
  5. but please give me simple script to replace weapons
  6. lol i say don't need this :) :) ok thnx
  7. pleas help how to replace weapons in MTA:SA and i don't need this engineReplaceModel
  8. че такое MySQL и как мне его использовать?
  9. pleas give me script
  10. bindKey ( player thePlayer, string mouse2, string mouse2, string rp, string rp ) this?
  11. function functionName ( player keyPresser, string mouse2, string rp, [ var arguments, ... ] ) ??????????
  12. function fixCar (player,command) skin = getPedSkin (player) if ( skin == 50 ) then local vehicle = getPedOccupiedVehicle(player) if (vehicle) then fixVehicle(vehicle) takePlayerMoney(player,100) end end end addCommandHandler("repair" , fixCar) addCommandHandler("rp" , fixCar) how to bind rp to right_click[if player press right_click(repair)
  13. But its don't saved after restart
  14. and how to blip rob1 and rob2?
  15. This can use only Armed Force Team?
  16. I don't know it was ACG but i can't start it
  17. what is problem pleas help i can't start Maps ?????????????????????
×
×
  • Create New...