Jump to content

JJooeeyy

Members
  • Posts

    2
  • Joined

  • Last visited

Details

  • Gang
    Good guys

JJooeeyy's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. AWESOME, thx!!! Now i just need to know what other letters will cause problems can i clear more then just 1 letter with i command? For excample taking out all / and ( ? EDIT: Nevermind, just found out by myself I'm gonna build a function : function clearString (dirtystring) clearedString = string.gsub(dirtystring, "'", "") return clearedString end and send every string to it i need to get cleared so i can take out more letters if i want
  2. Hey guys, i made a script, that saves strings that players wrote into a memo into a SQL Database. i use the one that gets provided by mta, no addons. now if there is a ' inside the string, it will output a debug and not save anything. any ideas how to escape, or, if not possible, remove all ' (and other characters that make this not work) out of a string? and if thats possible, could someone tell me which letters i have to take out? Thank you very much JJooeeyy
×
×
  • Create New...