Jump to content

Hero192

Members
  • Posts

    512
  • Joined

  • Last visited

Everything posted by Hero192

  1. Hero192

    I need help

    Its just a part of my code and its working fine, but I want only "leave" can be spammed
  2. Hero192

    I need help

    Not working anyone?
  3. Hero192

    I need help

    where shall I add it?
  4. Hero192

    I need help

    Hey guys, I am doing anti spam system, and if the text is equal to msg already stored in messages table, but I want to allow just the text "leave" can be spammed, how can do it? local bool = false local messages = {} for i, v in pairs(messages) do local msg = v[1] if text == msg then bool = true break end end if bool == true then return end --code..
  5. I wont a done code, I want someone who can learn me please
  6. Hey, I want to make my own topbarchat, I scripted the basic, but now I want to know how to make the rectangle and text moving from top to down I tried that but I failed Part of my code: local sx,sy = guiGetScreenSize() for index, message in ipairs(messages) do dxDrawRectangle(sx/2 - 402, (index*21), 562, 21, tocolor(0, 0, 0, 190),false) dxDrawText(message[1], sx/2, (index*21), sx/2, 5, message[3], 0.90, "default-bold", "left", "top", false) end Original Drawed render, dxDrawRectangle(402, 0, 562, 21, tocolor(0, 0, 0, 188), false) dxDrawText(" ", 534, 4, 834, 21, tocolor(255, 255, 0, 200), 0.90, "default-bold", "left", "top", false, false)
  7. Well I am using the performance browser but I have no idea how to know that the resources is causing the problem, I have to focus on CPU usages? or something else, 4 / 3% cpu usages seem fine?
  8. But my ping is between 40 - 50
  9. Hello, Well I made a server in linux debian 8.0, everything is going fine, but now I face a problem really annoying, it's when I script something with the function 'outputChatBox', the message output too slow in the chatbox on each action has outputChatBox. Also the default admin panel, appears too slow each time I press on the specific button. That happen on all my resources.. I guessed that, it takes a while like 5 something up to 9-10 seconds. I really have no idea what this comes from, Can anyone tell me what I have to do?
  10. No I didn't set any timer, but it happens to all resources, I just guessed that it takes like 5 to 10 secs to make a message appears when a player do a specify action. So, what do you think might causes that?
  11. I just want to know what can cause that? That happen to me in all resources
  12. Hey guys, I want to ask you a question, I scripted a script, and my problem when I do an action the message out put too slow, it takes about 5 to 10 seconds to appear at the chatbox. Can you guess to me from where that can be caused?
  13. Alright, thanks again I'll go ahead and try the second option
  14. Bro, shall I follow that step by step like how you wrote them in below? because that looks interesting
  15. there's no folder / file named mysql, I have no idea about what I have to do in this case shall I create it or i have to get it from somewhere?
  16. You're really a good person I appreciate your hard works !! going to try that
  17. By the way, what I have to do, for installing xampp in linux debian 8.1 to connect to database? I tried but I failed
  18. I don't know why I even that I installed the linux screen onto the puTTY, and when I Close the puTTY the server goes down, why I always have to keep this in my computer? What can I do please? btw, special thanks to S.L.C
  19. Thanks you alot !!, so I think it's the last action? I mean I am done? or is there still something that I don't know
  20. Man, I appreciate your help and don't forget I am new with that, also, Can I just know does this Linux Screen has a programme to download or I'll just add some codes to the puTTY Client SSH? thanks in advance
  21. I still have one issue, when I close the PuTTY SSH Client, the server goes off, what I have to do?
  22. I want to know how to add resources to the vps
  23. Now I had installed MTA but How to add my resources into it?
×
×
  • Create New...