Jump to content

ramzi

Members
  • Posts

    90
  • Joined

  • Last visited

Everything posted by ramzi

  1. Hi guys,i was searching for a script that hides the blip of the player (blipless),if anyone of u guys can give me that code. my skype: shooter.tst
  2. hi guys,when i run my mta it says:
  3. hi guys,i have a good RPG resource pack,i made them since a year now,My recources include:Scripts/Mods/Maps/Gates... i can give you the link,but i need a new spawn menu like the spawn of SAES RPG or WSS...if you have this script and you want my Pack;plz contact me with PM's on forum.
  4. Hi guys,i have a little problem in my headshot script,i don't want it with all weapons. i just want it with sniper only.here is the lua: addEvent "onPlayerHeadshot" addEventHandler("onPlayerDamage", getRootElement(), function (attacker, weapon, bodypart, loss) if bodypart == 9 then local result = triggerEvent("onPlayerHeadshot", source, attacker, weapon, loss) if result == true then killPed(source, attacker, weapon, bodypart) end end end )
  5. and how iget the Height and Radius?
  6. i did like this, and it stills doesn't move! col = createColTube (2287.1000976563, 605.70001220703, 12.39999961853, 0, 0) -- root = getRootElement () othergate1 = createObject ( 980, 2287.1000976563, 605.70001220703, 12.60000038147, 0, 0, 0) function Open (thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Army" ) then moveObject (othergate1, 2500, 2287.1000976563, 605.70001220703, 6.9000000953674) end end addEventHandler ( "onColShapeHit", col, Open) function Close (thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Army" ) then moveObject (othergate1, 2500,2287.1000976563, 605.70001220703, 12.60000038147) end end addEventHandler ( "onColShapeLeave", col, Close )
  7. col = createColTube (2287.1000976563, 605.70001220703, 12.39999961853, 0, 0) -- root = getRootElement () othergate1 = createObject ( 980, 2287.1000976563, 605.70001220703, 12.60000038147, 0, 0, 0) function Open (thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Army" ) then if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(pla)), aclGetGroup ( "Admin" ) ) then moveObject (othergate1, 2500, 2287.1000976563, 605.70001220703, 6.9000000953674) end end end addEventHandler ( "onColShapeHit", col, Open) function Close (thePlayer) if ( getTeamName(getPlayerTeam(thePlayer)) == "Army" ) then if isObjectInACLGroup ( "user."..getAccountName(getPlayerAccount(pla)), aclGetGroup ( "Admin" ) ) then moveObject (othergate1, 2500,2287.1000976563, 605.70001220703, 12.60000038147) end end end addEventHandler ( "onColShapeLeave", col, Close ) the Gates don't move why??"i am in team Army btw"
  8. ramzi

    Help me plz!!

    hi guys,i just want a resource that makes vehicles locked and belongs to teams,like when u r not in team"name"u can't enter the vehicle.help plz
  9. ah sorry but i want a link for a gtae.so thank you for ur help.cuaz i don't know how to do it
  10. the problem is i don't know how?so i asked for a gate
  11. i just want a gate in sf army base which opens with skin 287.so plz help me
  12. thnx but i can't search in all this resources! i want a direct link
  13. guys; is there anyone who can give me bankrob resource,because i don't know how to make one!
×
×
  • Create New...