Jump to content

//_Dragon

Members
  • Posts

    214
  • Joined

  • Last visited

Everything posted by //_Dragon

  1. I want add here , when player is shooting anythen ( vehicle , other player ...) it play sound addEventHandler("onClientPlayerDamage", root, function(attacker, weapon, bodypart) if attacker and attacker == localPlayer and source ~= attacker then playSound("hitmarker-sound.wav") end end)
  2. A little problem When i send to player message my nametagcolor is added to his nametag i want his nametagcolor dont changed my nametagcolor when i send to him message check the pic for see the problem http://imgur.com/F5hQBzu
  3. What about this line ? u forget it i think l28 outputChatBox("(WHISPER) Player not found "..hex..sendToName.."", thePlayer, 255, 0, 90, true)
  4. Come to my server for test the mod because i need some one to send to him message I send u IP in PM
  5. Thy Dude (y) u're Pro !
  6. i want make it hours like when i ban player duration must be hours not mins
  7. debguscript : attempt to concatenate global 'text' (a nil value)
  8. When i do command for mute player , player can't be muted in debugscript http://imgur.com/aqA58QV
  9. #1lol1 Debugscript :3 http://imgur.com/0Ai9OrJ
  10. Check the pic for see debugscript errors http://imgur.com/gHkVkT3
  11. When i do some command's mta in localchat , doesnt work Like /reconnect or /nick Anyone help ? Here is my script function localMessage(thePlayer, cmd, ...) local message = table.concat({ ... }, " ") local name = getPlayerName(thePlayer) local r, g, b = getPlayerNametagColor(thePlayer) local hex = string.format("#%.2X%.2X%.2X", r, g, b) -- converts R, G, B to HEX value outputChatBox("(Local) "..hex..name..": #ffffff"..message, getRootElement(), 255, 255, 0, true) end addCommandHandler("Local", localMessage)
  12. You didn't saw my problem !! The problem is
  13. u mean i can't customize hydra ?? i need only new programe
  14. How i can customize hydra ? need programe ? ? Like this ==> http://imgur.com/9Dq3jwu
  15. Script wont work when i add hex i need to fixe it
  16. Dude doesnt work I want add only ID's Hunter for All player can buy it when they've 25000$ but for staff is free to get it The problem in last lua when i want get other vehicles , ican't get them Only i can get hunter & hydra & rhino here is debugscript ==> http://imgur.com/02i78Yb
×
×
  • Create New...