Jump to content

Raimis_R

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Raimis_R

  1. Raimis_R

    Errors

    Okey thanks but anyway if where are macro like #define ?
  2. Raimis_R

    Errors

    You mean like: String = "localhost"; ? And thanks for links i will check it : ) EDIT: Fixed problem thanks for helping.
  3. Sveiki,pagalvojau seniai čia nebuvau na ir išties išvis retai čia lankausi nors planuoju lankytis dažniau,nes pradėjo vilioti MTA. Tai paprasta diskusija kiek laiko apsoliučiai programuojate kokius skilus ivaldėt: Aš.. 2Metus sedėjau prie prie pawn,šiuo metu bandau perkasti C++ kas sekasi visai nelogai na ir dabar apie pora dienų meginu perprasti LUA kas sekasi taip sunkiai : x
  4. Raimis_R

    Errors

    Hello all i'm today i'm started with lua and i have problem with mysql "defines" If where are macro function #define ? Because i have error unexpected symbol near "#" my stuff: #define MySQL_HOST "localhost" #define MySQL_USER "root" #define MySQL_PASS "" #define MySQL_DATA "fr" mysql = mysql_connect(MySQL_HOST, MySQL_USER, MySQL_PASS, MySQL_DATA) if (not mysql) then outputDebugString("Unable to connect to the MySQL server") mysql_close(mysql) else outputDebugString("Connected") end Ohh at this moment i'm confused because i think where are somethink like #define
  5. how my load this GM. Where put files ?
×
×
  • Create New...