07.02.2013, 18:04
... I know how to insert...
this is what I thought would be okay:
this is what I thought would be okay:
Код:
getdate(year, month, day); format(data, sizeof(data), "%d-%d-%d", day, month, year); format(query, sizeof(query), "INSERT INTO `kicks` (player, victim, reason, data) VALUES ('%s', '%s', '%s', '%s')", GetName(playerid), GetName(id), reason, data);