Jump to content

1LoL1

Members
  • Posts

    944
  • Joined

  • Last visited

Everything posted by 1LoL1

  1. 1LoL1

    Help me !

    he knows my work, and I know his intentions it's not problem if he copy your idea -.- You shut up you copy everything they see and lie that they're getting script in addition you have another account here..
  2. I get him examples. So now you must only wait if anyone help you. And stop say here if you don't know how can help him.
  3. Stop say bad here.. if you want this chat = "#FF0000[Local] so outputChatBox(""..chat.."" ..name..": #ffffff"..message, getRootElement(), r, g, b, true)
  4. What doesnt work? i tested in my server and work normally.
  5. Wont worke dude look at the pic http://imgur.com/1kPSpKv Problem in outputchatbox i think This work. function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("#FF0000[Local] "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage)
  6. lel why local chat? function globalMessage(thePlayer, cmd, ...) local message = table.concat ( { ... }, " " ) local name = getPlayerName(thePlayer) local r,g,b = getPlayerNametagColor ( thePlayer ) -- add outputChatBox("#FF0000[Local] "..name..": #ffffff"..message, getRootElement(), r, g, b, true) end addCommandHandler("Local", globalMessage)
  7. Hello, can anyone help me with my problem? i search all but i don't know how i can fix my problem. Problem: In scoreboard i have name without hex 1LoL1 but where i can edit scoreboard to white name if i don't have hex? And if i have name with hex so name will with hex Here is screen:
  8. You mean this? function convertNumber ( number ) local formatted = number while true do formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2') if ( k==0 ) then break end end return formatted end Example: local money = getPlayerMoney(source) guiSetText(label, "Money: "..convertNumber(money).."") result: xx,xxx,xxx
  9. 1LoL1

    setPedStat

    So learn more and more and more.
  10. 1LoL1

    setPedStat

    so how i can learn Normally, here have functions --> HERE
  11. 1LoL1

    setPedStat

    wtf ninth topic on the one hand, it can not be serious? 2-3'd still understood but 9? You still want only help .. so what is a little learning?
  12. Now not work i have name with hex and my friend have name with no hex but when i want to use /gift LOL1 i can't Can you please fix to /gift LOL with hex + without hex /gift LOL1 and other names with hex + without hex But remember now you have to specify exactly the same name inorder for it to work.
  13. I have a name without a hex friend of mine has a name with hex Me: LOL no hex On: LOL1 with hex if I use what I wrote and write /gift LOL so it applies to LOL1 not to LOL
  14. 1LoL1

    DM / RACE

    You think that anyone here will look for scripts? or do for free? so that you are wrong.
  15. And one question if i want without this what i must use? plr = getPlayerFromPartialName( giftTo )
  16. What where everything is? Here you someone ever does not help.
×
×
  • Create New...