07.12.2013, 18:56
(
Последний раз редактировалось Mattakil; 07.12.2013 в 20:23.
)
This will write the name, and the IP, but not the password. It wont print the Query either.
pawn Код:
format(Query,sizeof(Query), "INSERT INTO `ACCOUNTS` (`IP`, `PASSWORD`, `NAME`, `ID`) VALUES ('%s', '%s', '%s', %d)",ip, inputtext, GetName(playerid), UID);
print(Query);
mysql_query(Query);