Jump to content

WillyRL

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by WillyRL

  1. I'm sorry i'm forgot , I mean X and Y value , How can i get X and Y Value for my HUD example: I want My HUd on Top Right , or Top Left , how to get the X and Y Value, Thank you.
  2. Hallo, I'm come again , and asking you again I have a problem , I want make a HUD , But i don't know how to get , X, Y, and Z coordinates from my screen , how can i get a right X, Y , Z , Thank you guys.
  3. Thank you for help guys , Really appreciate it
  4. I mean like this, I'm make a database with .xml or .txt in the database , is the words i want block or filter in my server. so when i found a new bad word , i'm just need to open the badword.txt or badword.xml and add the word to there. so the user cant use that word, Thank you anyway.
  5. I need the system , with database separate with the script , can you help me?
  6. Halo all, Before i'm very sorry for my bad english, I'm From Indonesia , and i have problem with script , Okay to the point, I have a Chat script, and i want to filtering the badword , like this if string.find ( msg, "rabbit" ) then --disallow links outputChatBox ( "Do not Using Badword In This Server!!", playersource, 255, 0, 0 ) return end It just can filter 1 word, So my question is , how can i filtering the word from .txt or .xml files , example i make a badwords database , named badwords.txt or badwords.xml . Like this It just example How to write the code to catch or get badwords from badwords.txt Thank you Guys, I'm really appreciate it
×
×
  • Create New...