08.11.2018, 13:12
Код:
GetPlayerPos(playerid, PropertyPos[0], PropertyPos[1], PropertyPos[2]); format(Query, sizeof(Query), "INSERT INTO `propertys` (ID, PosX, PosY, PosZ) VALUES ('%d', '%f', '%f', '%f')", PropertyID, PropertyPos[0], PropertyPos[1], PropertyPos[2]); mysql_query(Query);