Jump to content

LiOneLMeSsIShoT

Members
  • Posts

    609
  • Joined

  • Last visited

Everything posted by LiOneLMeSsIShoT

  1. where you can accept this request...Please Please Please and thank you because i wanna a lot of helps in my server with scripts
  2. May you make one for me ? Please and small panel to know what's my skill exp and level now
  3. Thank you i will try WORKING 100% Thank you very much...now man how to make the players get skills up by Shots the zombies..?like when the player Head shot a zombie get 3 EXP in the weapon he carry..and another place he shot get 1 EXP in the weapon he carry
  4. These are the stat IDs. and? it's all in script already see local Aplayers = getAlivePlayers () for index, players in ipairs( Aplayers ) do setPedStat(players, WEAPONTYPE_PISTOL_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_PISTOL_SILENCED_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_DESERT_EAGLE_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_SHOTGUN_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_SAWNOFF_SHOTGUN_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_SPAS12_SHOTGUN_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_MICRO_UZI_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_MP5_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_AK47_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_M4_SKILL, 0) <---------------------------- setPedStat(players, WEAPONTYPE_SNIPERRIFLE_SKILL, 0) <---------------------------- end
  5. Thanks i will try and tell you Works in CMD screen but when i tried to use guns...skills not 0..i can shot while moving like with ak
  6. Please can you make it works i wanna make all players weapon skills in server 0
  7. What's the problem with this script???? It's give me error when starts local players = getLocalPlayer() for index, players in ipairs( players ) do setPedStat(players, WEAPONTYPE_PISTOL_SKILL, 0) setPedStat(players, WEAPONTYPE_PISTOL_SILENCED_SKILL, 0) setPedStat(players, WEAPONTYPE_DESERT_EAGLE_SKILL, 0) setPedStat(players, WEAPONTYPE_SHOTGUN_SKILL, 0) setPedStat(players, WEAPONTYPE_SAWNOFF_SHOTGUN_SKILL, 0) setPedStat(players, WEAPONTYPE_SPAS12_SHOTGUN_SKILL, 0) setPedStat(players, WEAPONTYPE_MICRO_UZI_SKILL, 0) setPedStat(players, WEAPONTYPE_MP5_SKILL, 0) setPedStat(players, WEAPONTYPE_AK47_SKILL, 0) setPedStat(players, WEAPONTYPE_M4_SKILL, 0) setPedStat(players, WEAPONTYPE_SNIPERRIFLE_SKILL, 0) end ERROR: ERROR: Skill-system\Skills.lua:1: attempt to call global 'getLocalPlayer' (a nil value)
×
×
  • Create New...