Jump to content

SavosAren

Members
  • Posts

    2
  • Joined

  • Last visited

SavosAren'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. Hello! I'm working with SQL Instructions, with SQLLite registry.db I Wanna make a money update, but its not work! Look This: function DinDinBanco(playerSource, command) local dindin = 5000 local result = executeSQLQuery("UPDATE users SET usermoney = 'usermoney + dindin' WHERE username=?" , playerSource) if(#result == 1) then givePlayerMoney ( playerSource, dindin ) outputChatBox("You Got 5000") else outputChatBox("Error") end end addCommandHandler("din", DinDinBanco) Thanks!
×
×
  • Create New...