20.10.2014, 12:30
Hello,
I am connected to my database and i am trying to make query:
of course i created database and table, but it still doesn't work..
i'm using this: https://sampforum.blast.hk/showthread.php?tid=56564
I am connected to my database and i am trying to make query:
pawn Код:
new query[256], nick[32];
GetPlayerName(playerid,nick,32);
mysql_format(MySql, query, 256, "INSERT INTO `konta` (`nick`, `haslo`, `datazalozenia`) VALUES ('%s', '%s', '0')",nick,HasloPrzyRejestracji[playerid]);
mysql_query(MySql, query);
i'm using this: https://sampforum.blast.hk/showthread.php?tid=56564